Documentation

Mathlib.Analysis.CStarAlgebra.Commutative.PosPart

monotonicity of a ↦ a⁺ on commuting elements in a C⋆-algebra #

In a commutative C⋆-algebra, the positive part map fun a ↦ a⁺ is monotone.

In a commutative C⋆-algebra, the negative part map fun a ↦ a⁻ is antitone.

theorem CStarAlgebra.Commute.posPart_mono {A : Type u_1} [NonUnitalCStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {a b : A} (hab : Commute a b) (hle : a b) (ha : IsSelfAdjoint a := by cfc_tac) (hb : IsSelfAdjoint b := by cfc_tac) :

The positive part map fun a ↦ a⁺ is monotone on commuting selfadjoint elements in a C⋆-algebra

theorem CStarAlgebra.Commute.negPart_anti {A : Type u_1} [NonUnitalCStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {a b : A} (hab : Commute a b) (hle : a b) (ha : IsSelfAdjoint a := by cfc_tac) (hb : IsSelfAdjoint b := by cfc_tac) :

The negative part map fun a ↦ a⁻ is antitone on commuting selfadjoint elements in a C⋆-algebra