Theorems · Theorem · functional analysis
ContinuousOn.cfc_nnreal_of_mem_nhdsSet
∀ {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]
[CompleteSpace A] [inst_11 : TopologicalSpace X] {s : Set NNReal} (f : NNReal → NNReal) {a : X → A} {t : Set X},
s ∈ nhdsSet (⋃ x ∈ t, spectrum NNReal (a x)) →
ContinuousOn a t →
autoParam (∀ x ∈ t, 0 ≤ a x) ContinuousOn.cfc_nnreal_of_mem_nhdsSet._auto_1 →
autoParam (ContinuousOn f s) ContinuousOn.cfc_nnreal_of_mem_nhdsSet._auto_3 →
ContinuousOn (fun x => cfc f (a x)) tIf f : ℝ≥0 → ℝ≥0 is continuous on s and a : X → A is continuous on t : Set X,
and a x is nonnegative for all x ∈ t and s is a common neighborhood of the
spectra of a x for all x ∈ t, then fun x ↦ cfc f (a x) is continuous on t.
This is weaker than ContinuousOn.cfc_nnreal since it requires f to be continuous on a
neighborhood of the spectra, but in practice it is often easier to apply because s is not
required to be compact, nor does it require an indexed family of compact sets. This is proven using
ContinuousOn.cfc_nnreal and upperHemicontinuous_spectrum_nnreal to produce the necessary family
of compact sets.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites40
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
- Filterstatement · cited by 8,121
- Set.Elemproof · cited by 7,166
- PartialOrderstatement and proof · cited by 6,410
- nhdsproof · cited by 5,554
- NNRealstatement and proof · cited by 4,310
- Filter.Eventuallyproof · cited by 3,134
- CompleteSpacestatement and proof · cited by 2,532
- Set.iUnionstatement and proof · cited by 2,483
- iSupproof · cited by 2,415
Cited by2
Results whose statement or proof uses this declaration.
- Continuous.cfc_nnreal_of_mem_nhdsSetproof · cited by 0
- CFC.continuousOn_rpowproof · cited by 0