Theorems · Theorem · functional analysis
ContinuousOn.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} {t : Set X},
(∀ x ∈ t, IsCompact (s x)) →
ContinuousOn a t →
(∀ x₀ ∈ t, ∀ᶠ (x : X) in nhdsWithin x₀ t, spectrum NNReal (a x) ⊆ s x₀) →
(∀ x ∈ t, 0 ≤ a x) →
autoParam (∀ x ∈ t, ContinuousOn f (s x)) ContinuousOn.cfc_nnreal._auto_1 →
ContinuousOn (fun x => cfc f (a x)) tSuppose a : X → Set A is continuous on t : Set X and 0 ≤ a x for all x ∈ t.
Suppose further that s : X → Set ℝ≥0 is a family of sets with s x compact when
x ∈ t such that s x₀ contains the spectrum of a x for all sufficiently close x ∈ t.
If f : ℝ≥0 → ℝ≥0 is continuous on s x, for each x ∈ t, then fun x ↦ cfc f (a x) is
continuous on t.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 202 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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
- NNRealstatement and proof · cited by 4,310
- Filter.Eventuallystatement and proof · cited by 3,134
- nhdsWithinstatement and proof · cited by 1,912
- StarRingstatement and proof · cited by 1,686
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- ContinuousOnstatement and proof · cited by 1,411
- T2Spacestatement and proof · cited by 1,351
Cited by3
Results whose statement or proof uses this declaration.
- ContinuousOn.cfc_nnreal_of_mem_nhdsSetproof · cited by 2
- ContinuousOn.cfc_nnreal'proof · cited by 1
- Continuous.cfc_nnrealproof · cited by 0