0

How can we prove that an operator which is idempotent but not self adjoint exists?

sai-kartik
  • 2,090

1 Answers1

1

Claim: An idempotent operator $T:H \to H$, where $H$ is a finite-dimensional inner product space, is self adjoinf if and only if $TT^* = T^*T$.

A proof outline: Let $T$ be an idempotent operator, that is $T^2 = T$. Then $T$ has a basis of eigenvectors with corresponding eigenvalues of $0$ and $1$, as any vector $x$ can be written as: $$x = Tx + (I-T)x.$$ Then $T$ is self-adjoint if and only if the eigenspaces yielded above are mutually orthogonal, which translates to:

\begin{align*} \langle Tx,(I-T)y\rangle=0,\; \forall x,y &\iff \langle x,T^*(I-T)y\rangle = 0, \; \forall x,y \\ &\iff T^*(I-T)y=0,\; \forall y \\ &\iff T^*(I-T) = 0 \\ &\iff T^* = T^*T \end{align*} where the last condition holds if and only if $T^*=T^*T = (T^*T)^*=TT^*$.

Corollary: Any contraction idempotent mapping describes a self-adjoint operator..

Edit: The linked questions by Arthur also contribute to the answer of your question precisely.

Rebellos
  • 21,324