MathlibAnnex.Analysis.CStarAlgebra.exists_maximalAbelian_containing_isSelfAdjoint
Places a self-adjoint element inside a maximal abelian unital star subalgebra.
Statement
Let x be self-adjoint in a unital complex C*-algebra A. There exists a maximal abelian unital star subalgebra D of A containing x.
Assumptions
Let x be self-adjoint in a unital complex C*-algebra A.
Conclusion
There exists a maximal abelian unital star subalgebra D of A containing x.
Proof route
The source turns self-adjointness into IsStarNormal x and applies exists_maximalAbelian_containing. Normality is an intermediate premise, not the theorem's conclusion.
Proof steps
- Exact Lean statement: ∀ {A : Type u} [inst : CStarAlgebra A] (x : A), IsSelfAdjoint x → ∃ D, MathlibAnnex.Analysis.CStarAlgebra.IsMaximalAbelian D ∧ x ∈ D
- IsSelfAdjoint x → ∃ D : StarSubalgebra ℂ A, IsMaximalAbelian D ∧ x ∈ D.
- The source turns self-adjointness into IsStarNormal x and applies exists_maximalAbelian_containing. Normality is an intermediate premise, not the theorem's conclusion.
Main citations
- MathlibAnnex.Analysis.CStarAlgebra.IsMaximalAbelian
Exact formal dependency; inspect the linked Card and exact source.
Lean source signature (exact)
theorem exists_maximalAbelian_containing_isSelfAdjoint
(x : A) (hx : IsSelfAdjoint x) :
∃ D : StarSubalgebra ℂ A, IsMaximalAbelian D ∧ x ∈ DRead exact source with highlighted declaration · Raw UTF-8 source · Card PDF · Card JSON
Exact Card identity
Stable Card ID: d4a5a6c0e99f5d6af2aa8ac954e42542f163c769257b313f68d69c5f1c0993e5
Card revision: 2
Card SHA-256: 3b716c28ce2e856618761c6501f718c76cf15bc712d79bcac94e6f1d09befae4
Approved exposition revision: 3
Approved exposition SHA-256: 8db4b0319fc9796edff8d40938630d9078cbcdafc89af56217b9f8ab24bbda1e
Source: MathlibAnnex v0.4.0