Let $m \leq n$ and let $A \in \mathbb{R}^{m \times n}$ be a matrix with $m$ orthonormal rows. Apparently, it can happen that $A^T A \neq I$. Is there any general result such as $\|A\|_2 = 1$? If so, how do you prove it?
PS: Note that in this question the role of $m$ and $n $ is interchanged, that is $m \geq n$.
In terms of computation: simply add extra zero-filled rows to A to make it square and compute the usual induced norm for a $n\times n$ matrix.
In terms of definition: it is still the maximal value of $\|Ax\|_2$ for an unit norm $x$, that is $\|x\|_2$.
Going further, let $x$ be the first row of $A$. Then $Ax^T=(\|x\|_2,0,\ldots,0)$, thus by definition $\|A\|\geq \|Ax^T\|_2 = 1$. On the other hand, let $B$ be the $n\times n$ matrix obtained by completing $A$ with $n-m$ orthonormal rows. Then $\|A\|\leq\|B\|=1$.