Documentation

Mathlib.Analysis.CStarAlgebra.Projection

Projections in C⋆-algebras #

Here we collect results about projections specific to C⋆-algebras.

Main results #

An idempotent element in a non-unital C⋆-algebra is self-adjoint iff it is normal.

An element in a non-unital C⋆-algebra is a star projection if and only if it is idempotent and normal.

theorem IsStarProjection.le_tfae {A : Type u_1} [NonUnitalCStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {p q : A} (hp : IsStarProjection p) (hq : IsStarProjection q) :
[p q, q * p = p, p * q = p, IsStarProjection (q - p), IsIdempotentElem (q - p)].TFAE