6.1 Definition
A linear transformation (or linear map) T:V→W between vector spaces V and W over F Is a function satisfying:
- T(u+v)=T(u)+T(v) for all u,v∈V
- T(αv)=αT(v) for all α∈F, v∈V
Equivalently, T(αu+βv)=αT(u)+βT(v) for all α,β∈F and u,v∈V.
The set of all linear transformations from V to W is denoted L(V,W).
Proposition 6.1. For any linear transformation T:
- T(0)=0.
- T(−v)=−T(v).
- T(∑i=1kαivi)=∑i=1kαiT(vi).
Proof. T(0)=T(0⋅0)=0⋅T(0)=0. T(−v)=T((−1)v)=(−1)T(v)=−T(v). Property (3) follows by Induction. ■
2D Rotation of the Unit Circle
6.2 Matrix Representation
If V and W are finite-dimensional with bases BV={v1,…,vn} and BW={w1,…,wm}Then every T∈L(V,W) is Uniquely represented by a matrix [T]BVBW∈Mm×n(F) Where the j-th column is the coordinate vector of T(vj) with respect to BW.
6.3 Kernel and Image
The kernel (null space) and image (range) of T are:
ker(T)={v∈V:T(v)=0} im(T)={T(v):v∈V}
Proposition 6.2. ker(T) is a subspace of V and im(T) is a subspace of W.
6.4 Rank-Nullity Theorem for Linear Maps
Theorem 6.3 (Rank-Nullity). For T∈L(V,W) with V finite-dimensional:
dim(ker(T))+dim(im(T))=dim(V)
Proof. Let {u1,…,uk} be a basis for ker(T)Where k=dim(ker(T)). Extend to a basis {u1,…,uk,uk+1,…,un} of V Where n=dim(V).
We claim {T(uk+1),…,T(un)} is a basis for im(T).
Spanning: For any w∈im(T)Write w=T(v) for some v=∑i=1nαiui∈V. Then
w=T(∑i=1nαiui)=∑i=1nαiT(ui)=∑i=k+1nαiT(ui)
Since T(ui)=0 for i≤k.
Linear independence: If ∑i=k+1nαiT(ui)=0Then T(∑i=k+1nαiui)=0So ∑i=k+1nαiui∈ker(T). Thus ∑i=k+1nαiui=∑j=1kβjuj For some βj. By linear independence of the full basis, all coefficients are zero.
Therefore dim(im(T))=n−kGiving dim(ker(T))+dim(im(T))=n. ■
6.5 Isomorphisms
A linear transformation T:V→W is an isomorphism if it is bijective. We write V≅W.
Theorem 6.4. T is an isomorphism if and only if ker(T)={0} and im(T)=W.
Corollary 6.5. If dim(V)=dim(W)<∞Then T is injective if and only if T is surjective.
Proof. If T is injective, ker(T)={0}So dim(im(T))=dim(V)=dim(W) Hence im(T)=W (a subspace of full dimension equals the whole space). Conversely, If T is surjective, dim(im(T))=dim(W)=dim(V)So dim(ker(T))=0Giving ker(T)={0}. ■
6.6 Change of Basis
If P is the change-of-basis matrix from basis B to basis B′Then for a Linear transformation T with matrix representations [T]B and [T]B′:
[T]B′=P−1[T]BP
This is the similarity transformation. Similar matrices represent the same linear transformation In different bases and share the same eigenvalues, determinant, and trace.
Problem. Let T:R2→R2 be defined by T(x,y)=(2x+y,x+2y). (a) Find [T]E where E is the standard basis. (b) Find [T]B where B={(1,1),(1,−1)}. (c) Verify that [T]B=P−1[T]EP.
Solution
(a) T(1,0)=(2,1) and T(0,1)=(1,2)So
[T]E=(2112)
(b) Compute T on the basis B:
T(1,1)=(3,3)=3(1,1)+0(1,−1)So coordinates are (30)B.
T(1,−1)=(1,−1)=0(1,1)+1(1,−1)So coordinates are (01)B.
[T]B=(3001)
(c) The change-of-basis matrix from E to B is
P=(111−1),P−1=(1/21/21/2−1/2)
P−1[T]EP=(1/21/21/2−1/2)(2112)(111−1)
=(3/21/23/2−1/2)(111−1)=(3001)=[T]B. ■
6.8 Dual Spaces
Definition. The dual space of a vector space V over FDenoted V∗Is the space of all Linear functionals f:V→F. Elements of V∗ are called covectors.
Proposition 6.6. If dim(V)=n<∞Then dim(V∗)=n.
Proof. Let {e1,…,en} be a basis for V. Define the dual basis {φ1,…,φn}⊆V∗ by φi(ej)=δij (the Kronecker Delta). Each φi is a well-defined linear functional since it is defined on a basis and Extended linearly. These are linearly independent: if ∑ciφi=0Then applying to ej gives cj=0. They span V∗: for any f∈V∗, f=∑i=1nf(ei)φi. ■
Definition. The double dual of V is V∗∗=(V∗)∗.
Theorem 6.7. If V is finite-dimensional, the map Φ:V→V∗∗ defined by Φ(v)(f)=f(v) is a natural isomorphism.
Intuition. The double dual “recovers” the original space. A vector v can be Identified with the functional on V∗ that evaluates each covector at v.
Example. For V=R3 with standard basis, the dual basis {φ1,φ2,φ3} Is given by φi(x1,x2,x3)=xi. The functional f(x1,x2,x3)=3x1−2x2+x3 Corresponds to the covector 3φ1−2φ2+φ3 in V∗.
Remark. In infinite dimensions, V and V∗∗ need not be isomorphic. The double dual Isomorphism is a special feature of finite-dimensional spaces.
6.9 Annihilators
Definition. For a subset S⊆VThe annihilator of S is
S0={f∈V∗:f(s)=0 for all s∈S}
Proposition 6.8. S0 is a subspace of V∗And if W is a subspace of V with dim(V)=nThen dim(W0)=n−dim(W).
Proof. S0 is the intersection of the kernels ker(s) as s ranges over SWhere each s Is viewed as an element of V∗∗ via Φ. Each ker(s) is a subspace of V∗And any Intersection of subspaces is a subspace.
For the dimension: let dim(W)=k and extend a basis {w1,…,wk} Of W to a basis {w1,…,wk,wk+1,…,wn} of V. Let {φ1,…,φn} be the dual basis. Then f∈W0 iff f(wi)=0 For i=1,…,k. Writing f=∑cjφjWe need ci=0 for i=1,…,k. So f=∑j=k+1ncjφjGiving dim(W0)=n−k. ■