For $m \times n$ matrix $A$, textbook tries to prove (in the context of linear transformations) that following statements are equivalent:
(a) $A'A = I$
(b) $||Ax||=||x||$
(c) dot product of $Ax$ and $Ay$ = dot product of $x$ and $y$ for all $x$ and $y$ in $\mathbb{R}^n$
(d) column vectors of $A$ are orthonormal
Proof given by a textbook: click
I didnot understand part (c) => (d). They just define $T: \mathbb{R}^n \rightarrow \mathbb{R}^n$... and prove it for that kind of transformation. Also, in (b)=>(c) part they just use theorem in which equivalence of (b) and (c) is proven for $T: \mathbb{R}^n \rightarrow \mathbb{R}^n$. What I cannot understand is - why they assumed $m$ to be equal to $n$ for those parts?
Thank you