If $A$ is a $2 × 2$ complex matrix that is invertible and diagonalizable, and such that $A$ and $A^2$ have the same characteristic polynomial, then $A$ is the $2 × 2$ identity matrix.
My claim: Eigenvalues of $A^2$ are square of eigenvalue of $A$
$$\lambda=\lambda^2$$Since invertible $\lambda=1$ hence similar to identity matrix.
But only matrix similar to identity is identity itself.
But answer is given as FALSE. please explain me why i'm wrong
Your proof would be correct if $A$ had only one eigenvalue. But if it has two distinct eigenvalues $\alpha$ and $\beta$, it can happen that $\{\alpha^2,\beta^2\}=\{\alpha,\beta\}$; all you need is to have $\alpha^2=\beta$ and $\beta^2=\alpha$. And therefore what you need is a number $\alpha$ such that $\alpha^4=\alpha$ and to take $\beta=\alpha^2$. And, of course, you don't want to have $\alpha=0$. So, $\alpha^4=\alpha\iff\alpha^3=1$. And, since you don't want to have $\alpha=1$, $\alpha^3=1\iff\alpha^2+\alpha+1=0$. So, take $A=\left[\begin{smallmatrix}\alpha&0\\0&\alpha^2\end{smallmatrix} \right]$, where $\alpha\in\mathbb C$ is such that $\alpha^2+\alpha+1=0$.