Mathlib Map

Theorems · Theorem · real analysis

HasDerivAtFilter.iterate

∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {L : Filter (𝕜 × 𝕜)} {f : 𝕜 → 𝕜} {f' : 𝕜},
  HasDerivAtFilter f f' L → Filter.Tendsto (Prod.map f f) L L → ∀ (n : ℕ), HasDerivAtFilter f^[n] (f' ^ n) L
Defined in
Mathlib.Analysis.Calculus.Deriv.Comp
Cited by
1 results in Mathlib
Foundations
Depth 168 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedField

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.