Linear Maps

Linear Map

Definition

A linear map from \(V\) to \(W\) is a function \(T: V \to W\) with the following properties:

Notation

The set of all linear maps from \(V\) to \(W\) is denoted \( \mathcal{L}(V; W)\).

Linear maps and basis of domain

Theorem

Suppose \(v_1, \ldots, v_n\) is a basis of \(V\) and \(w_1, \ldots, w_n \in W\). Then there exists a unique linear map \(T: V \to W\) such that

\(T(v_i) = w_i\) for all \(i = 1, \ldots, n\).

Proof

Since \(\{v_1, \ldots, v_n\}\) is a basis for \(V\), every \(v \in V\) can be written uniquely as

\[ v = c_1 v_1 + c_2 v_2 + \cdots + c_n v_n, \]

where \(c_1, c_2, \ldots, c_n\) are scalars. Define \(T: V \to W\) by

\[ T(v) = c_1 w_1 + c_2 w_2 + \cdots + c_n w_n. \]

This is well-defined due to the uniqueness of the representation. We verify that \(T\) is linear:

Thus, \(T\) is linear. Moreover, for each basis vector \(v_j\),

\[ v_j = 0 \cdot v_1 + \cdots + 1 \cdot v_j + \cdots + 0 \cdot v_n, \]

so

\[ T(v_j) = 0 \cdot w_1 + \cdots + 1 \cdot w_j + \cdots + 0 \cdot w_n = w_j. \]

Therefore, \(T\) satisfies \(T(v_i) = w_i\) for all \(i\).

Suppose \(T: V \to W\) is a linear map such that \(T(v_i) = w_i\) for all \(i\). For any \(v \in V\), write

\[ v = \sum_{i=1}^n c_i v_i. \]

Then by linearity of \(T\),

\[ T(v) = T\left( \sum_{i=1}^n c_i v_i \right) = \sum_{i=1}^n c_i T(v_i) = \sum_{i=1}^n c_i w_i. \]

This shows that \(T(v)\) is completely determined by the values \(T(v_i) = w_i\). Hence, \(T\) is unique.

$\square$

Addition and scalar multiplication on \( \mathcal{L}(V; W)\)

Definition

Let \(T_1, T_2 \in \mathcal{L}(V; W)\) and \(c \in \mathbb{F}\). We define addition and scalar multiplication on \( \mathcal{L}(V; W)\) as follows:

Vector space \( \mathcal{L}(V; W)\)

Theorem

The set \( \mathcal{L}(V; W)\) is a vector space over the field \( \mathbb{F}\).

Proof

To show that \( \mathcal{L}(V; W)\) is a vector space, we need to verify the following properties:

Since all vector space axioms are satisfied, we conclude that \( \mathcal{L}(V; W)\) is a vector space over the field \( \mathbb{F}\).

$\square$

Product of Linear Maps

Definition

Let \(T_1: V \to W\) and \(T_2: W \to U\) be linear maps. The product of \(T_1\) and \(T_2\), denoted \(T_2 \circ T_1\), is defined by

\[ (T_2 \circ T_1)(v) = T_2(T_1(v)) \]

for all \(v \in V\).

Algebraic properties of products of linear maps

Linear maps take 0 to 0

Theorem

Suppose $T$ is a linear map from $V$ to $W$. Then $T(0) = 0$.

Proof

Let $v \in V$. Then by linearity, we have:

\[ T(0) = T(0 \cdot v) = 0 \cdot T(v) = 0. \]

$\square$