Theorems · Theorem · global analysis
hasDerivAt_of_tendstoUniformlyOn
∀ {ι : Type u_1} {l : Filter ι} {𝕜 : Type u_2} [inst : NontriviallyNormedField 𝕜] {G : Type u_3}
[inst_1 : NormedAddCommGroup G] [inst_2 : NormedSpace 𝕜 G] {f : ι → 𝕜 → G} {g : 𝕜 → G} {f' : ι → 𝕜 → G} {g' : 𝕜 → G}
{x : 𝕜} [IsRCLikeNormedField 𝕜] [l.NeBot] {s : Set 𝕜},
IsOpen s →
TendstoUniformlyOn f' g' l s →
(∀ᶠ (n : ι) in l, ∀ x ∈ s, HasDerivAt (f n) (f' n x) x) →
(∀ x ∈ s, Filter.Tendsto (fun n => f n x) l (nhds (g x))) → x ∈ s → HasDerivAt g (g' x) x- Cited by
- 1 results in Mathlib
- Foundations
- Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- IsOpenstatement and proof · cited by 2,400
- Filter.NeBotstatement and proof · cited by 853
- HasDerivAtstatement and proof · cited by 493
- TendstoUniformlyOnstatement and proof · cited by 129
Cited by1
Results whose statement or proof uses this declaration.
- hasDerivAt_of_tendstoUniformlyproof · cited by 0