Theorems · Theorem · real analysis
iteratedDerivWithin_eq_iterate
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {F : Type u_2} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {n : ℕ} {f : 𝕜 → F} {s : Set 𝕜} {x : 𝕜},
iteratedDerivWithin n f s x = (fun g => derivWithin g s)^[n] f xThe n-th iterated derivative within a set with unique derivatives can be obtained by
iterating n times the differentiation operation.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Nat.iteratestatement and proof · cited by 740
- derivWithinstatement and proof · cited by 258
- iteratedDerivWithinstatement and proof · cited by 122
- Function.iterate_succ'proof · cited by 56
- iteratedDerivWithin_zeroproof · cited by 15
- iteratedDerivWithin_succproof · cited by 11
- derivWithin_congrproof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- iteratedDeriv_eq_iterateproof · cited by 8
- iteratedDerivWithin_succ'proof · cited by 6