LT1 Handout For MathSoul
LT1 Handout For MathSoul
Lukaswuuuuuuu
Fall, 2024
• Linear Map
• Rank-Nullity Theorem
Contents
1 Linear Maps and Fundamental Subspaces 2
1.1 Linear Map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 The Algebra of Linear Map . . . . . . . . . . . . . . . . . . . . . . . 3
1.3 Null Space and Range . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2 Related Theorems 6
2.1 Rank-Nullity Theorem and Its Application . . . . . . . . . . . . . . . 6
2.2 Inverse of a Linear Map . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.3 Matrix Representation of Linear Maps . . . . . . . . . . . . . . . . . 8
3 Selected Exercises 9
Notation:
• V: vector space
• F=R or C
I (the author) selected a few exercises from Linear Algebra by Stephen H. Fried-
berg, Arnold J. Insel, Lawrence E. Spence, Linear Algebra by Hoffman and Kunze
and Linear Algebra and Its Applications by David C. Lay, Steven R. Lay, Judi J.
McDonald. Readers are encouraged to finish at least half of them. If there is any
question about the exercises or this handout, please contact me by
• Discord: lukaswuuuuuuu
1
1 Linear Maps and Fundamental Subspaces
1.1 Linear Map
where c ∈ F and x1 , x2 ∈ V .
Linear map can be between different dimensions, we will give examples at our last part.
Corollary 1.1.1.
∀T ∈ L(V, W ), we have
1. T (0) = 0.
∑n ∑n
2. ∀vi ∈ V and ci ∈ F , T ( k=1 ck vk ) = k=1 ck T (vk ).
Remark 1.1.1. The proof of the corollary is not as hard as the readers would think.
However, as the first proof we wrote, the point the author want to show is to always
use the definition to deduce any theorem.
2
Theorem 1.1.1.
Given V, W are vector spaces over F . v1 , . . . , vn is a basis of V and w1 , . . . , wn ∈ W .
Then ∃! linear map T : v → W such that T (vj ) = wj , j = 1, . . . , n.
Proof.
(Existence) ∀v ∈ V, ∃! c1 , . . . , cn ∈ F such that v = c1 v1 + · · · + cn vn .
1. Suppose u = d1 v1 + · · · + dn vn ,
T (u + v) = (d1 + c1 )T (v1 ) + · · · + (dn + cn )T (vn )
= (d1 + c1 )w1 + · · · + (dn + cn )wn
= T (u) + T (v)
2. Suppose a ∈ F , T (au) = T (ad1 v1 + · · · + adn vn ) = ad1 w1 + · · · + adn wn = aT (u).
4. multiplicative inverse: T I = IT = T
3
1.3 Null Space and Range
nullT = {T (v) = 0 | v ∈ V }
and
dim(nullT ) = nullityT
Example
Let p(x) denotes any polynomial and let D be the differential operator.
1. A ⊆ V
2. 0 ∈ A
4
Theorem 1.3.2. T ∈ L(V, W ) is injective if and only if nullT = {0}.
which is
∀ x1 , x2 ∈ A, f (x1 ) = f (x2 ) ⇒ x1 = x2
Proof.
(⇒) Let u ∈ nullT , T (u) = 0 = T (0) implies u = 0 since T is injective.
Then nullT ⊆ {0} and obviously {0} ⊆ nullT , hence nullT = {0}.
T (u) − T (v) = 0
⇒ T (u − v) = 0 = T (0)
⇒u−v =0
rangeT = {T (v) ∈ W | v ∈ V }
and
dim(rangeT ) = rankT
Example
Let E = {2n | n ∈ N}. Then there is a linear map T ∈ L(N, E) and v 7→ 2v,
rangeT = E.
Proof.
Obviously rangeT ⊂ W .
5
2 Related Theorems
2.1 Rank-Nullity Theorem and Its Application
Proof.
Let {u1 , . . . , um } be a basis of nullT then let u1 , . . . , um , v1 , . . . , vn as a basis of V , which
implies dimV = m + n.
Application
Solve the system of equations
A1,1 x1 + A1,2 x2 + · · · + A1,m xm = c1
A2,1 x1 + A2,2 x2 + · · · + A2,m xm = c2
..
.
A x + A x + · · · + A x = c
n,1 1 n,2 2 1,m m n
6
Figure 1: Visualized linear map between vector spaces
Remark 2.1.1. By figure 1, we see the relation between the two subspaces mentioned
previously. It will probably help readers better understand rank-nullity theorem. Since
0 ∈ rankT seems to be distilled from nullT to 0, the theorem show a idea of making
up for the loss of rangeT .
7
Definition 2.2.2 (Non-singular).
If a linear map T ∈ L(V, W ) is called non-singular, then nullT = {0}.
Theorem 2.2.1 (Invertible Linear Map Theorem). Let T ∈ L(V, W ). V and W are
finite dimensional and dimV = dimW , The following statements are equivalent
1. T is invertible
2. T is non-singular
3. rangeT = W
Proof.
(2.⇔3.) Let dimV = dimW = n, by rank-nullity theorem, we have
AX = a1 A1 + · · · + xn An
8
3 Selected Exercises
Remark 3.0.1.
The answer of these exercises will be given the week after the handout is posted.
Problem 1.
Show that T is linear if and only if T (cx1 + x2 ) = cT (x1 ) + T (x2 ) where c ∈ F .
Problem 2.
Represent the map T : R2 → R2 where T is called the ’reflection’ about the x-axis.
Problem 3.
Represent the map T : R2 → R2 where T is called the ’projection’ on the x-axis.
Problem 4.
Let A, B ∈ Mn (R), show that if T (A) = AB − BA, then T is linear.
Problem 6.
Let us recall the inner product. Let T : Rn × Rn → R, T (v, w) = hv, wi. Is inner
product linear?
Problem 7.
If the rank of a 7 × 6 matrix A is 4, what is the dimension of the solution space Ax = 0?
T (a1 , a2 ) = (a1 + a2 , a1 )
Problem 10.
Let V and W be finite-dimensional vector spaces and T : V → W be linear.