Theorems · Theorem · global analysis
difference_quotients_converge_uniformly
∀ {ι : Type u_1} {l : Filter ι} {E : Type u_5} [inst : NormedAddCommGroup E] {𝕜 : Type u_6} [inst_1 : RCLike 𝕜]
[inst_2 : NormedSpace 𝕜 E] {G : Type u_7} [inst_3 : NormedAddCommGroup G] [inst_4 : NormedSpace 𝕜 G] {f : ι → E → G}
{g : E → G} {f' : ι → E → E →L[𝕜] G} {g' : E → E →L[𝕜] G} {x : E},
TendstoUniformlyOnFilter f' g' l (nhds x) →
(∀ᶠ (n : ι × E) in l ×ˢ nhds x, HasFDerivAt (f n.1) (f' n.1 n.2) n.2) →
(∀ᶠ (y : E) in nhds x, Filter.Tendsto (fun n => f n y) l (nhds (g y))) →
TendstoUniformlyOnFilter (fun n y => (↑‖y - x‖)⁻¹ • (f n y - f n x)) (fun y => (↑‖y - x‖)⁻¹ • (g y - g x)) l
(nhds x)If f_n → g pointwise and the derivatives (f_n)' → h _uniformly_ converge, then
in fact for a fixed y, the difference quotients ‖z - y‖⁻¹ • (f_n z - f_n y) converge
_uniformly_ to ‖z - y‖⁻¹ • (g z - g y)
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 192 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites61
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realproof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapstatement and proof · cited by 5,352
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- RCLikestatement and proof · cited by 2,829
- mul_commproof · cited by 2,262
Cited by1
Results whose statement or proof uses this declaration.
- hasFDerivAt_of_tendstoUniformlyOnFilterproof · cited by 2