1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What’s the rank-nullity theorem?
Let T:V→W be a linear transformation from a finite-dimensional vector space V to an arbitrary space W. Then rank(T)+nullity(T)=dim(V)
Proof of the rank-nullity theorem?
Let dim(V)=n.
Choose a basis {v1,…,vk} for ker(T), so nullity(T)=k. Since this set is linearly independent, extend it to a basis B={v1,…,vk,vk+1,…,vn} of V.
Claim that B2={T(vk+1),…,T(vn)} is a basis for Im(T).
It spans because any w∈Im(T) can be written as w=T(v), and when v is written using the full basis of V, the terms T(v1),…,T(vk) disappear because v1,…,vk∈ker(T).
It is linearly independent because if ck+1T(vk+1)+⋯+cnT(vn)=0, then ck+1vk+1+⋯+cnvn∈ker(T), so it can be written using v1,…,vk.
We can write ck+1vk+1+⋯+cnvn=c1v1+⋯+ckvk for some c1,…,ck∈K. Rearranging gives −c1v1−⋯−ckvk+ck+1vk+1+⋯+cnvn=0 so all coefficients are zero since B is linearly independent. Therefore B2 is a basis for Im(T) and has n−k vectors. Hence rank(T)=n−k and nullity(T)=k, so rank(T)+nullity(T)=n=dim(V).
What is a row and column space of a matrix?
Let A∈Mmn(K).
The Row Space of A is the subspace of Kn spanned by the rows of A, denoted by Row(A) .
The column space of A is the subspace of Km spanned by the columns of A, denoted by Col(A)
Proof that if A,B∈Mmn(K) are row equivalent, then Row(B)=Row(A) and if they’re column equivalent, then Col(B)=Col(A).
The matrix A can be transformed into B by applying a sequence of elementary row operations. Therefore the rows of B are linear combinations of the rows of A and so Row(B)⊆Row(A). Reversing the row operations we can transform B into A so we get Row(A)⊆Row(B).
⟹Row(A)=Row(B).
Applying same argument with elementary column operations gives the second part.
Why do the non-zero rows of RREF(A) form a basis for Row(A)?
Let R=RREF(A). Since row equivalent matrices have the same row space, Row(A)=Row(R).
The non-zero rows of R span Row(R) because zero rows add nothing to the span. They are also linearly independent because each non-zero row has a leading 1 in a pivot column where all other rows have 0. Therefore the non-zero rows of R form a basis for Row(A), and dim(Row(A)) equals the number of non-zero rows in R.
What is the null space of a matrix A?
Null(A) is the subset of Kn consisting of solutions of the linear system Av=0, i.e
Null(A)={v∈Kn∣Av=0}
NOTE:
The dimension of Null(A) is called the nullity of A, Nullity(A)
Null(A)=Ker(TA) where TA is the linear transformation TA(v)=Av
How is the column space of a matrix connected to the image of its matrix transformation?
For A∈Mm,n(K), define TA:Kn→Km by TA(v)=Av. Then Col(A)=Im(TA).
This is because multiplying A by a vector gives a linear combination of the columns of A, so every output lies in Col(A). Conversely, each column of A is an output of TA since Aei equals the i-th column of A.
What is Rank(A) where A is a matrix?
The dimension of the column space of A. Rank(A)=Rank(TA)
What is the Rank-Nullity Theorem for matrices?
If A is an m×n matrix, then Rank(A)+Nullity(A)=n.
Proof:
Let A∈Mm,n(K) and define TA:Kn→Km by TA(v)=Av.
The image of TA is the column space of A, so rank(TA)=rank(A).
By definition we have nullity(TA)=nullity(A).
By rank-nullity for linear transformations, rank(TA)+nullity(TA)=dim(Kn)=n. Therefore rank(A)+nullity(A)=n.
Why do the row space and column space of a matrix have the same dimension?
Let R=RREF(A), and suppose R has r non-zero rows.
The non-zero rows of R form a basis for Row(A), so dim(Row(A))=r.
Also, row reduction does not change the solution set of Av=0, so A and R have the same nullity.
By rank-nullity, rank(A)+nullity(A)=n and rank(R)+nullity(R)=n.
Since the nullities are equal, rank(A)=rank(R). In RREF, rank(R)=r, the number of non-zero rows.
Therefore dim(Col(A))=rank(A)=r=dim(Row(A)).
NOTE: It is not true in general that col(A)=Row(A), they just have the same dimension.