Let $A = \left(a_{i,j} \right) \in \mathrm{M}\left( n\times n, \mathbb{R} \right)$ be an orthogonal matrix with $A_{i,j} \geq 0$ for all $i, j \in \left\{ 1, \dots, n \right\}$. Prove that $A$ is a permutation matrix.
My approach was to use $A A^T = E $ but that did not work out.
Assume any row of $A$ has two non-zero entries, say $a_{ij_1}>0$ and $a_{ij_2}>0$ for $j_1\neq j_2.$ Then the entry in position $(j_1,j_2)$ of $AA^T$ must be positive, a contradiction to $AA^T=I$ ($I$ being the identity matrix). Thus, each row of $A$ has at most one (in fact, exactly one, as rows of all zeros are impossible) non-zero entry, and so has each column. It is also clear now that each of these numbers must be one. Thus, $A$ is a permutation matrix.