I got homework to prove some question and after almost 5 hours I gave up. The questions are:
1) operator $T : \Bbb R^n\to \Bbb R^n$, prove that $\operatorname{Im}(T)∩ \operatorname{Ker}(T)={0}.$
2) prove or disprove : Linear operator $T : \Bbb R^n \to\Bbb R^n $, $T$ is diagonalizable if and only if $\operatorname{Im}(T)∩ \operatorname{Ker}(T)=\{0\}$.
3) $T : \Bbb R^n \to \Bbb R^n$ linear operator with all eigenvalues $=0 $, prove that $T$ is diagonalizable only if $T$ is the zero operator.
Thanks
The direction "$T$ diagonalizable $\implies \ker T \cap \operatorname{Im} T = \{0\}$" is true, the other direction isn't. Indeed, let $\{b_1, \ldots, b_n\}$ be a basis of eigenvectors for $T$, and take $y \in \ker T \cap \operatorname{Im} T$. There exists $x = \sum_{i=1}^n \alpha_i b_i$ such that $y = Tx = \sum_{i=1}^n \alpha_i \lambda_ib_i$.
We have $$0 = Ty = T^2x = \sum_{i=1}^n \alpha_i \lambda^2 b_i$$ so $\alpha_i\lambda_i^2 =0$ for $i=1, \ldots, n$. Hence if $\alpha_i\ne 0$, we get $\lambda_i = 0$ so $y = \sum_{i=1}^n \alpha_i \lambda_ib_i = 0$.
For the other direction consider $$T = \begin{bmatrix} 0 & 0 & 0 \\ 0 & 1 & 1 \\ 0 & 0 & 1\end{bmatrix}$$
$T$ is not diagonalizable but $\ker T = \operatorname{span}\left\{\begin{bmatrix} 1 \\ 0 \\ 0\end{bmatrix}\right\}$ and $\operatorname{Im} T = \operatorname{span}\left\{\begin{bmatrix} 0 \\ 1 \\ 0\end{bmatrix}, \begin{bmatrix} 0 \\ 0 \\ 1\end{bmatrix}\right\}$ have trivial intersection.
If $T = 0$ then $T$ is clearly diagonalizable. Conversely, if $T$ is diagonalizable with all zero eigenvalues, then $T$ diagonalizes to the matrix $0$, so $T = 0$.