Theorems · Theorem · functional analysis
continuousWithinAt_cfc_fun
∀ {X : Type u_1} {R : Type u_2} {A : Type u_3} {p : A → Prop} [inst : CommSemiring R] [inst_1 : StarRing R]
[inst_2 : MetricSpace R] [inst_3 : IsTopologicalSemiring R] [inst_4 : ContinuousStar R] [inst_5 : Ring A]
[inst_6 : StarRing A] [inst_7 : TopologicalSpace A] [inst_8 : Algebra R A]
[inst_9 : ContinuousFunctionalCalculus R A p] [inst_10 : TopologicalSpace X] {f : X → R → R} {a : A} {x₀ : X}
{s : Set X},
TendstoUniformlyOn f (f x₀) (nhdsWithin x₀ s) (spectrum R a) →
(∀ᶠ (x : X) in nhdsWithin x₀ s, ContinuousOn (f x) (spectrum R a)) → ContinuousWithinAt (fun x => cfc (f x) a) s x₀If f : X → R → R tends to f x₀ uniformly (along 𝓝[s] x₀) on the spectrum of a,
and eventually each f x is continuous on the spectrum of a, then fun x ↦ cfc (f x) a is
continuous at x₀ within s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 102 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
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Ringstatement and proof · cited by 7,463
- Filter.Eventuallystatement and proof · cited by 3,134
- nhdsWithinstatement and proof · cited by 1,912
- StarRingstatement and proof · cited by 1,686
- MetricSpacestatement and proof · cited by 1,684
- ContinuousOnstatement and proof · cited by 1,411
- ContinuousStarstatement and proof · cited by 543
- ContinuousWithinAtstatement · cited by 512
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousOn.cfc_funproof · cited by 1