Suppose VV is finite-dimensional and TL(V,W)T \in \mathcal L(V,W). Prove that TT is surjective if and only if there exists SL(W,V)S \in \mathcal L(W,V) such that TSTS is the identity map on WW.


Suppose TT is surjective, then for every wWw \in W there exists a vVv \in V with Tv=wTv = w. Define Sw=vSw = v so TSw=wTSw = w as desired.

Like in 3b/20 SS inherits linearity from TT

TODO: finish (making SS preserve linearity is a bit trickier. I want to do it without introducing UN(T)U\oplus N(T) but I'm not sure how)

For the backward direction suppose TSTS is the identity map on WW, then for any wWw \in W pick v=Swv = Sw so that Tv=wTv = w, thus TT is surjective.


Old bad proof

First suppose TT is surjective, meaning range T=W\text{range }T = W. Notice how range TV\text{range }T \subseteq V implies range T=W\text{range }T = W is finite-dimensional.
Let w1,,wmw_1,\dots,w_m be a basis for WW and let v1,,vmv_1,\dots,v_m be a list in VV such that wj=Tvjw_j = Tv_j for all jj. The list is clearly independent (see 3b/20), so we may extend it (2.33) to a basis v1,,vnv_1,\dots,v_n of VV.
Define Swj=vjSw_j = v_j for all jj (possible as mnm \le n), then for any wWw \in W we have

TSw=TS(a1w1++amwm)=a1w1++amwm=wTSw = TS(a_1w_1+\dots+a_mw_m) = a_1w_1+\dots+a_mw_m = w

After using linearity and the definition. This completes the forward direction

For the backward direction suppose TSTS is the identity map on WW, then for any wWw \in W pick v=Swv = Sw so that Tv=wTv = w, thus TT is surjective.


This is almost exactly the same as 3b/20, I could extract some lemmas to avoid duplication, but I feel like the book should provide all the theorems needed to make short arguments. Perhaps I'm proving this wrong? Or perhaps answers are expected to be this long and contain duplication.

todo: shorten proof