Everyone, I get stuck in an exercise of Functional Analysis.
Let $T \in B(H)$ (H a complex Hilbert space) and $T^*$ adjoint of $T$. Supose $T$ is a normal operator.
1) Prove that $Ker(T)= Ker(T^*) = R(T)^\perp$ - I've finished this.
2) Using previous proof. If $\alpha$ is an eigenvalue of $T$ then the conjugate $\bar\alpha$ is an eigenvalue of $T^*$.
3) If $\alpha \neq \beta $ are eigenvectors of T, then the associated eigenspaces are orthogonal between them.
My try:
2) Let $x \in H$ such that $Tx = \alpha x $.
$$<x,Tx> = <T^*x,x> = \alpha<x,x> = <\bar\alpha x,x>$$
Then we have that
$$<T^*x - \bar \alpha x,x>=0$$
Here I don't know if above implies that $T^*x - \bar \alpha x =0$.
3) I didn't make a great progress here.
For part 2, using the proof of part 1 (that $\langle Tx, Tx\rangle = \langle T^*x, T^*x \rangle$), we see$$||T^*x-\overline{\alpha}x||^2 = \langle T^*x-\overline{\alpha}x, T^*x-\overline{\alpha}x\rangle = \langle T^*x, T^*x\rangle - \langle \overline{\alpha}x, T^*x\rangle - \langle T^*x, \overline{\alpha}x\rangle+\langle \overline{\alpha} x, \overline{\alpha} x\rangle$$ $$ = \langle Tx, Tx \rangle-\langle Tx, \alpha x\rangle-\langle \alpha x, Tx\rangle + \langle \alpha x, \alpha x\rangle = 0.$$
For part 3, if $Tx = \alpha x, Ty = \beta y$, then $$\alpha\langle x,y \rangle = \langle Tx,y \rangle = \langle x,T^*y \rangle = \langle x, \overline{\beta} y \rangle = \beta \langle x,y \rangle$$ implies $\langle x,y \rangle = 0$. This means that the eigenspaces are orthogonal.