Theorems · Theorem · real analysis
iteratedFDerivWithin_comp_const_sub
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type uF} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {f : 𝕜 → F} {s : Set 𝕜} (n : ℕ) (c : 𝕜),
iteratedFDerivWithin 𝕜 n (fun z => f (c - z)) s = fun x => (-1) ^ n • iteratedFDerivWithin 𝕜 n f (c +ᵥ -s) (c - x)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 180 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- HVAdd.hVAddstatement and proof · cited by 1,820
- sub_eq_add_negproof · cited by 1,023
- ContinuousMultilinearMapstatement and proof · cited by 1,016
- pow_oneproof · cited by 894
- Set.vaddSetstatement · cited by 403
Cited by1
Results whose statement or proof uses this declaration.
- iteratedDerivWithin_comp_const_subproof · cited by 0