Lecture 10: Linear Transformations
- \(T(v_1+v_2) = T(v_1) + T(v_2))\)
- \(T(cv_1) = cT(v_1)\)
Remark: The two conditions can be combined together and so \(T: V \rightarrow W\) is linear above if and only if \(T(v_1 + cv_2) = T(v_1) + cT(v_2)\) for all \(v_1, v_2 \in V\) and \(c \in \mathbf{R}\).
Proof:
\(\Rightarrow\): Assume \(T\) is linear. Then,
\(\Leftarrow\): Assume \(T(v_1 + cv_2) = T(v_1) + cT(v_2)\). Then to show that property (1) is true, notice that
And to see that property (2) is true, notice that
To finish the proof we want to additionally show that \(T(\bar{0}_V) = \bar{0}_W\). How do we do this? We can only use the assumption that \(T(v_1 + cv_2) = T(v_1) + cT(v_2)\). To do this notice that,
Another way to do this is the following
Remark 2: Suppose we have a linear transformation \(T: V \rightarrow W\)
This is crucial because this says that the image of a linear combination with coefficients \(a_1, ... a_k\) is again a linear combination in the new vector space with coefficients \(a_1,...a_k\) except that it’s a linear combination of the image of the original vectors.
Example 1
For \(V, W\), the map
is linear.
We need to verify that it is linear by verifying \(T(v_1 + cv_2) = T(v_1) + cT(v_2)\). This is easy because for any vectors \(v_1, v_2\),
Moreover, we also have
The two sides are equal and so \(T_0\) is linear.
Example 2
The map
is linear as well.
Example 3
The map
is linear as well. (a rotation by 90 degrees, todo: add pic). To see why it’s linear, notice that
Moreover, notice that
Both sides are equal and so the transformation is linear.
Example 4
The map
is linear. Note here that the map
is different because the domain and codomain are different here! this is crucial.
Example 6
Let \(A \in M_{m \times n}\). The map
is linear. Remember here \(A\bar{x}\) are the linear combinations of the column vectors of \(A\) with the coefficients being the entries of \(\bar{x}\). The crucial thing here is that if \(V\) and \(W\) are both finite dimensional, then the map can be represented with this kind of transformation (matrix).
Example 6
For \(a < b\), define the map
(\(C^0\) is the set of continuous functions on \(\mathbf{R})\)).
Recall the dimension of \(\mathbf{R}\) is 1 and the dimension of \(C^0\) is infinte because the set of all polynomials (which has dimension infinity) is a subset of the set of continuous functions. Therefore, the set of continuous function has dimension infinity as well. This mapping goes from an infinite dimensional space to a finite dimensional space.
To prove that this mapping in linear, we notice that
References:
- Math416 by Ely Kerman