5

I've been working trying to understand the following question:

Let n be a positive integer, let $F$ be a field, and let $A \in \mathrm{Mat}(n,F)$ satisfy the condition $A=AA^{\top}$. Show that $A^2=A$.

I haven't made much progress since my knowledge is pretty basic but I ran across this link and was wondering if this example was essentially the same?

Example

cele
  • 2,345

3 Answers3

20

Since $A^T = (AA^T)^T = AA^T = A$, You have $A^2 = AA = AA^T = A$

Ant
  • 21,522
6

get transpose from $A=AA^T$ thus we have $A^T=AA^T$ and thus we have $A=A^T$ and it proved that $A=A^2$

-1

$AA^T=A$

$A$ from the LHS to the RHS

$A^T=AA^{-1} \Rightarrow A^T=I\Rightarrow A=I$

$I^2=I \Rightarrow A^2=A$

Edit: It works only, if $det \ A\neq 0$

callculus42
  • 31,012