Mathlib Map

Theorems · Theorem · functional analysis

Continuous.cfc_nnreal

∀ {X : Type u_1} {A : Type u_2} [inst : NormedRing A] [inst_1 : StarRing A] [inst_2 : NormedAlgebra ℝ A]
  [inst_3 : IsometricContinuousFunctionalCalculus ℝ A IsSelfAdjoint] [ContinuousStar A] [inst_5 : PartialOrder A]
  [inst_6 : StarOrderedRing A] [inst_7 : NonnegSpectrumClass ℝ A] [T2Space A] [IsSemitopologicalRing A]
  [inst_10 : TopologicalSpace X] {s : X → Set NNReal} (f : NNReal → NNReal) {a : X → A},
  Continuous a →
    (∀ (x : X), IsCompact (s x)) →
      (∀ (x₀ : X), ∀ᶠ (x : X) in nhds x₀, spectrum NNReal (a x) ⊆ s x₀) →
        autoParam (∀ (x : X), ContinuousOn f (s x)) Continuous.cfc_nnreal._auto_1 →
          autoParam (∀ (x : X), 0 ≤ a x) Continuous.cfc_nnreal._auto_3 → Continuous fun x => cfc f (a x)

Suppose a : X → Set A is a continuous family of nonnegative elements. Suppose further that s : X → Set ℝ≥0 is a family of compact sets such that s x₀ contains the spectrum of a x for all sufficiently close x. If f : ℝ≥0 → ℝ≥0 is continuous on each s x, then fun x ↦ cfc f (a x) is continuous.

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

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites26

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

  • Setstatement and proof · cited by 53,352
  • Realstatement and proof · cited by 25,697
  • TopologicalSpacestatement and proof · cited by 24,529
  • PartialOrderstatement and proof · cited by 6,410
  • nhdsstatement and proof · cited by 5,554
  • NNRealstatement and proof · cited by 4,310
  • Set.univproof · cited by 3,945
  • Filter.Eventuallystatement and proof · cited by 3,134
  • Continuousstatement and proof · cited by 2,592
  • StarRingstatement and proof · cited by 1,686
  • ContinuousOnstatement and proof · cited by 1,411
  • T2Spacestatement and proof · cited by 1,351

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.