Theorems · Theorem · functional analysis
ContinuousWithinAt.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 : Set NNReal},
IsCompact s →
∀ (f : NNReal → NNReal) {a : X → A} {x₀ : X} {t : Set X},
x₀ ∈ t →
ContinuousWithinAt a t x₀ →
(∀ᶠ (x : X) in nhdsWithin x₀ t, spectrum NNReal (a x) ⊆ s) →
(∀ᶠ (x : X) in nhdsWithin x₀ t, 0 ≤ a x) →
autoParam (ContinuousOn f s) ContinuousWithinAt.cfc_nnreal._auto_1 →
ContinuousWithinAt (fun x => cfc f (a x)) t x₀If f : ℝ≥0 → ℝ≥0 is continuous on a compact set s and a : X → A is continuous at x₀
within a set t : Set X, and eventually 0 ≤ a x and has spectrum contained in s, then
fun x ↦ cfc f (a x) is continuous at x₀ within t.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 201 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
- ContinuousOnstatement and proof · cited by 1,411
- T2Spacestatement and proof · cited by 1,351
- IsCompactstatement and proof · cited by 1,282
- NormedAlgebrastatement and proof · cited by 1,165
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousOn.cfc_nnrealproof · cited by 3