In the 4th edition of Linear Algebra Done Right by Sheldon Axler, the Singular Value Decomposition is stated and proved on page 287. With the way the proof is constructed, shouldn't it have been split for $\underline {T \ \text{is injective} \ }$ or $\underline {T \ \text{is not injective} \ }$? I'm asking this because the proof at some point mentions that
If $k \in \{1, \ldots, n\}$ and $k>m$, then $s_k = 0$
but this means that $0$ is a singular value of $T$, implying that $T$ is not injective. But we want to prove the Singular Value Decomposition for any linear map $T$.