Theorems · Theorem · functional analysis
CStarAlgebra.nnnorm_sub_mul_self_le
∀ {A : Type u_2} [inst : CStarAlgebra A] [inst_1 : PartialOrder A] [StarOrderedRing A] {x y : A} (z : A),
0 ≤ x → y ∈ Set.Icc x 1 → ∀ {c : NNReal}, ‖star z * (1 - x) * z‖₊ ≤ c ^ 2 → ‖z - y * z‖₊ ≤ cThis is a common reasoning sequence in C⋆-algebra theory. If 0 ≤ x ≤ y ≤ 1, then the norm of
z - y * z is controlled by the norm of star z * (1 - x) * z, which is advantageous because the
latter is nonnegative. This is a key step in establishing the existence of an increasing approximate
unit in general C⋆-algebras.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 322 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- PartialOrderstatement and proof · cited by 6,410
- NNRealstatement and proof · cited by 4,310
- LE.le.transproof · cited by 3,151
- one_mulproof · cited by 2,841
- Set.Iccstatement and proof · cited by 1,702
- mul_assocproof · cited by 1,667
- Star.starstatement and proof · cited by 1,082
- NNNorm.nnnormstatement and proof · cited by 952
- pow_oneproof · cited by 894
- StarOrderedRingstatement and proof · cited by 587
- sqproof · cited by 280
Cited by1
Results whose statement or proof uses this declaration.
- CStarAlgebra.norm_sub_mul_self_leproof · cited by 1