Consider a matrix $A \in \mathbb{R}^{n \times n}$ and the canonical inner product in $\mathbb{R}^{n}$. Show that if the rows of A form an orthogonal set, the same happens with the columns.
So what I started to say was that if the rows of A form an orthogonal set then:
$ <a_{1,1}, a_{1,2}, ..., a_{1,n}>$ $ <a_{2,1}, a_{2,2}, ..., a_{2,n}>$ ... $ <a_{n,1}, a_{n,2}, ..., a_{n,n}>$ = 0
Now what I'm trying is that if we choose the rows 2 by 2 we get to, for example:
$ <a_{1,1}, a_{1,2}, ..., a_{1,n}>$ $ <a_{2,1}, a_{2,2}, ..., a_{2,n}>$ = $a_{1,1}a_{2,1} + a_{1,2}a_{2,2} + ... + a_{1,n}a_{2,n}$
And now this can manipulate this to get to $ <a_{1,1}, a_{2,1}, ..., a_{n,1}>$ $ <a_{1,2}, a_{2,2}, ..., a_{n,2}>$
But I'm finding hard to manipulate this correctly (maybe it's obvious and I'm not seeing it...
Can someone give a hint on how to proceed?