If $A^2 = I$, then $A^n = I$ for all integers $n \geq 2$ (matrices)
Let $A=\pmatrix{1&0\\0&1}$
We see that $A^2$ = $\pmatrix{1&0\\0&1}\pmatrix{1&0\\0&1} = \pmatrix{1&0\\0&1}$
It seems that $A^n = I$ is true then, since I can just keep multiplying by the same matrix to get the identity matrix. My textbook however says False?