Theorems · Theorem · functional analysis
RKHS.tendstoUniformlyOn_of_norm_kerFun_le
∀ {𝕜 : Type u_1} [inst : RCLike 𝕜] {X : Type u_2} {V : Type u_3} [inst_1 : NormedAddCommGroup V]
[inst_2 : InnerProductSpace 𝕜 V] {H : Type u_4} [inst_3 : NormedAddCommGroup H] [inst_4 : InnerProductSpace 𝕜 H]
[inst_5 : RKHS 𝕜 H X V] [inst_6 : CompleteSpace H] [inst_7 : CompleteSpace V] {C : ℝ} {s : Set X},
(∀ x ∈ s, ‖RKHS.kerFun H x‖ ≤ C) →
∀ {ι : Type u_5} {l : Filter ι} {F : ι → H} {f : H},
Filter.Tendsto F l (nhds f) → TendstoUniformlyOn (fun n => ⇑(F n)) (⇑f) l sIf the kernel functions are uniformly bounded on a set s (‖kerFun H x‖ ≤ C for x ∈ s),
then convergence in H-norm implies uniform convergence of the underlying functions on s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapstatement · cited by 5,352
- Filter.Tendstostatement and proof · cited by 3,814
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
Cited by1
Results whose statement or proof uses this declaration.
- RKHS.tendstoUniformly_of_norm_kerFun_leproof · cited by 0