Documentation

Mathlib.Analysis.CStarAlgebra.ApproximateUnit

Positive contractions in a C⋆-algebra form an approximate unit #

This file will show (although it does not yet) that the collection of positive contractions (of norm strictly less than one) in a possibly non-unital C⋆-algebra form an approximate unit. The key step is to show that this set is directed using the continuous functional calculus applied with the functions fun x : ℝ≥0, 1 - (1 + x)⁻¹ and fun x : ℝ≥0, x * (1 - x)⁻¹, which are inverses on the interval {x : ℝ≥0 | x < 1}.

Main declarations #

TODO #

theorem Set.InvOn.one_sub_one_add_inv :
Set.InvOn (fun (x : NNReal) => 1 - (1 + x)⁻¹) (fun (x : NNReal) => x * (1 - x)⁻¹) {x : NNReal | x < 1} {x : NNReal | x < 1}
theorem CStarAlgebra.directedOn_nonneg_ball {A : Type u_1} [NonUnitalCStarAlgebra A] [PartialOrder A] [StarOrderedRing A] :
DirectedOn (fun (x1 x2 : A) => x1 x2) ({x : A | 0 x} Metric.ball 0 1)