- Let T:V→W be a linear transformation
- Suppose W is a finite dimensional vector space
- Then, the following are equivalent
- T is Surjective
- Image(T)=W
- dim(Image(T))=dim(W)
Proof
Proving 1⟹2
- Suppose T is surjective
- By defn of Image(T), we know Image(T)⊂W
- We now argue that W∈Image(T)
- Pick arbitrary w∈W, by defn of surjective
- There is v∈V s.t T(v)=w
- Therefore, w∈Image(T)
- Thus, W⊂Image(T)
- Thus, Image(T)=W
Proving 2⟹3
- Suppose Image(T)=W
- Thus, dim(Image(t))=dim(W) (note that we need to be finite dimensional for this to be defined)
Proving 3⟹1