Mathlib Map

Theorems · Theorem · functional analysis

lipschitzOnWith_cfc_fun_of_subset

∀ {R : Type u_2} {A : Type u_3} {p : A → Prop} [inst : CommSemiring R] [inst_1 : StarRing R] [inst_2 : MetricSpace R]
  [inst_3 : IsTopologicalSemiring R] [inst_4 : ContinuousStar R] [inst_5 : Ring A] [inst_6 : StarRing A]
  [inst_7 : MetricSpace A] [inst_8 : Algebra R A] [inst_9 : IsometricContinuousFunctionalCalculus R A p] (a : A)
  {s : Set R},
  spectrum R a ⊆ s →
    LipschitzOnWith 1 (fun f => cfc ((UniformOnFun.toFun {s}) f) a) {f | ContinuousOn ((UniformOnFun.toFun {s}) f) s}

The function f ↦ cfc f a is Lipschitz with constant 1 with respect to supremum metric (on R →ᵤ[{s}] R) on those functions which are continuous on a set s containing the spectrum.

Defined in
Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Continuity
Cited by
2 results in Mathlib
Foundations
Depth 160 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringStarRingMetricSpaceIsTopologicalSemiringContinuousStarRingStarRingMetricSpaceAlgebraIsometricContinuousFunctionalCalculus

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.

  • DFunLike.coestatement and proof · cited by 62,936
  • Setstatement and proof · cited by 53,352
  • Algebrastatement and proof · cited by 11,388
  • CommSemiringstatement and proof · cited by 10,911
  • Equivstatement · cited by 8,337
  • Ringstatement and proof · cited by 7,463
  • Set.Elemstatement · cited by 7,166
  • Set.ofPredstatement and proof · cited by 6,101
  • NNRealstatement · cited by 4,310
  • mul_oneproof · cited by 3,885
  • StarRingstatement and proof · cited by 1,686
  • MetricSpacestatement and proof · cited by 1,684

Cited by2

Results whose statement or proof uses this declaration.