Let $m,n,r$ be natural numbers. Let $A$ be an $m\times n$ matrix with real entries such that $(AA^t)^r=I$, where $I$ is the $m\times m$ identity matrix and $A^t$ is the transpose of the matrix $A$. We can conclude that
- $m=n$
- $AA^t$ is invertible
- $A^tA$ is invertible
- If $m=n$, then $A$ is invertible
If $r=1$, $AA^t=I$ hence $\vert{AA^t}\vert=\vert{I}\vert=1$ hence option 2 correct
If $m=n$, $\vert{AA^t}\vert=\vert{A}\vert\vert{A^t}\vert=1$ hence $A$ is invertible hence option 4 correct
Let $$A= \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ \end{bmatrix} $$ then $AA^t=I$ but $A$ is not square matrix hence option 1 wrong
how to conclude for option 3