Well, this is a question I had to ask myself while solving a problem that asked me to prove a matrix is orthonormal.
I could show that both the column vectors and the row vectors of said matrix all had unit length, but didn't know how to proceed from there, as I could also not find a way to directly show the orthogonality of the column vectors.
In the end, I tried figuring out a way to prove whether or not the statement in the title followed or not, to no avail. Is it true, or is there a counterexample?
$$ \pmatrix{s & s\\ s & s} $$ where $s = \frac{\sqrt{2}}{2}.$