Theorems · Theorem · functional analysis
ContinuousWithinAt.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} {t : Set X},
x₀ ∈ t →
ContinuousWithinAt a t x₀ →
(∀ᶠ (x : X) in nhdsWithin x₀ t, spectrum 𝕜 (a x) ⊆ s) →
(∀ᶠ (x : X) in nhdsWithin x₀ t, p (a x)) →
autoParam (ContinuousOn f s) ContinuousWithinAt.cfc._auto_1 →
ContinuousWithinAt (fun x => cfc f (a x)) t x₀If f : 𝕜 → 𝕜 is continuous on a compact set s and a : X → A is continuous at x₀ within
a set t : Set 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₀ within t.
- Cited by
- 1 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
- Filter.Eventuallystatement and proof · cited by 3,134
- RCLikestatement and proof · cited by 2,829
- nhdsWithinstatement and proof · cited by 1,912
- 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
- ContinuousStarstatement and proof · cited by 543
- ContinuousWithinAtstatement and proof · cited by 512
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousOn.cfcproof · cited by 3