Consider a matrix M over complex numbers of size m×m such that $M^n = I$ for some natural number $n$. Then prove or disprove that $M$ is diagonalisable.
My try:
I imitated the proof of projection linear transformation. That is basis vectors of null space and image space will be Eigen vectors but I am not sure if it is correct way here.
Suppose $M^2 = I$ then consider a vector $x$ in null space. Then $x =M^2x = 0$ so null space will have only $0$. Then I am not sure if a basis for image space has some Eigen vectors.
I tried finding counter examples also but not successfully.
please give me some help. Anyother approach also is fine.