Theorems · Theorem · functional analysis
tendsto_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] {l : Filter X} {F : X → R → R} {f : R → R} {a : A},
TendstoUniformlyOn F f l (spectrum R a) →
(∀ᶠ (x : X) in l, ContinuousOn (F x) (spectrum R a)) → Filter.Tendsto (fun x => cfc (F x) a) l (nhds (cfc f a))If F : X → R → R tends to f : R → R uniformly on the spectrum of a, and all
these functions are continuous on the spectrum, then fun x ↦ cfc (F x) a tends
to cfc f a.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · 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
- Filterstatement and proof · cited by 8,121
- Ringstatement and proof · cited by 7,463
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Bot.botproof · cited by 4,720
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
Cited by3
Results whose statement or proof uses this declaration.
- CFC.tendsto_cfc_rpow_sub_one_logproof · cited by 1
- continuousWithinAt_cfc_funproof · cited by 1
- continuousAt_cfc_funproof · cited by 0