Theorems · Theorem · functional analysis
ContinuousAt.cfc
∀ {X : Type u_1} {𝕜 : Type u_2} {A : Type u_3} {p : A → Prop} [inst : RCLike 𝕜] [inst_1 : NormedRing A]
[inst_2 : StarRing A] [inst_3 : NormedAlgebra 𝕜 A] [inst_4 : IsometricContinuousFunctionalCalculus 𝕜 A p]
[ContinuousStar A] [inst_6 : TopologicalSpace X] {s : Set 𝕜},
IsCompact s →
∀ (f : 𝕜 → 𝕜) {a : X → A} {x₀ : X},
ContinuousAt a x₀ →
(∀ᶠ (x : X) in nhds x₀, spectrum 𝕜 (a x) ⊆ s) →
(∀ᶠ (x : X) in nhds x₀, p (a x)) →
autoParam (ContinuousOn f s) ContinuousAt.cfc._auto_1 → ContinuousAt (fun x => cfc f (a x)) x₀If f : 𝕜 → 𝕜 is continuous on a compact set s and a : X → A is continuous at x₀, and
eventually a x satisfies the predicate p associated to 𝕜 and has spectrum contained in s,
then fun x ↦ cfc f (a x) is continuous at x₀.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 198 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- TopologicalSpacestatement and proof · cited by 24,529
- nhdsstatement and proof · cited by 5,554
- Filter.Eventuallystatement and proof · cited by 3,134
- RCLikestatement and proof · cited by 2,829
- StarRingstatement and proof · cited by 1,686
- ContinuousOnstatement and proof · cited by 1,411
- IsCompactstatement and proof · cited by 1,282
- NormedAlgebrastatement and proof · cited by 1,165
- NormedRingstatement and proof · cited by 924
- ContinuousAtstatement and proof · cited by 697
- ContinuousStarstatement and proof · cited by 543
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.