Recall
Recall
- An matrix . . . kernel of , image of .
- Dim(Ker ) = # non pivot columns in RREF(A).
- Dim(Im) = # of pivot columns in RREF(A).
- Rank nullity theorem
Linear maps
Definition 1.
A map is called linear if it satisfies
- .
- for all ,
Linear map and linear transformation are synonyms.
The goal: to show “Dim(Ker )+ Dim(Im )=Dim ” for any linear map .
Remarks (prove as necessary)
- A linear map is a map that preserves the vector space structure, i.e, first adding in V and then applying T is the same as applying T first and then adding in W.
- Clearly, preserves linear combinations.
- Kernel of is a subspace.
- must always map to ()
- implies .
- Image of is a subspace of .
- If spans , then spans , i.e, image of .
- if is linearly dependent, then is linearly dependent.
Examples
- The set of functions associated with matrices
- = set of all differentiable functions .
= set of all functions .
Consider , .
, .
The kernel of is the set of all constant functions.
Consider the same map on the subspace of polynomial of degree .
.
has dimension , and has dimension . Also, Dim(Ker ) = 1.
So, Dim(Ker D)+Dim(Im D)=Dim(Domain D). - = set of matrices.
, .
Check the dimension formula holds, find a basis for the kernel.
Neither homogeneity nor additivity alone is enough to imply that a function is a linear map.
- , is an example of a function which satisfies for all and but is not linear since it does not satisfy additivity.
- , is an example of a function which satisfies additivity but is not linear since it is not homogeneous ( is though of as a complex vector space, i.e, the scalars are drawn from ). , but . There also exists a function such that satisfies the additivity condition but is not homogeneous. However, showing the existence of such a function involves considerably more advanced tools.
Rank nullity theorem for general linear maps over fdvsps
Theorem 2.
For a linear map , where is a fdvsp, dim(ker T) + dim(im T)= dim V.
Proof
We will show that (Basis of ker ) (some disjoint set of size dim Im T)=(a basis of ). Take a basis of ker T. Extend it to get a basis of . Dim Ker = , dim = . We have to show that Dim Im = . We guess that is a basis of , i.e, they span and are linearly independent.These vectors span Im T
Since is a basis of (in particular, spans) , span . Since has span , must span .These vectors are linearly independent
Consider a linear combination of the vectors thats equals 0..
Then, .
Therefore, .
So, .
So, .
Since forms a basis of , all and must be . In particular, all must be . Thus, are linearly independent. ❏