Theorems · Theorem · real analysis
iteratedFDerivWithin_comp_neg
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type uF} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {f : 𝕜 → F} {s : Set 𝕜} (n : ℕ) (a : 𝕜),
iteratedFDerivWithin 𝕜 n (fun x => f (-x)) s a = (-1) ^ n • iteratedFDerivWithin 𝕜 n f (-s) (-a)- Cited by
- 3 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.
Cites25
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
- RingHom.idproof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapproof · cited by 5,352
- one_smulproof · cited by 1,374
- pow_zeroproof · cited by 1,094
- ContinuousMultilinearMapstatement and proof · cited by 1,016
- map_smulproof · cited by 566
- pow_succproof · cited by 374
Cited by3
Results whose statement or proof uses this declaration.
- iteratedDeriv_comp_negproof · cited by 2
- iteratedFDerivWithin_comp_const_subproof · cited by 1
- iteratedDerivWithin_comp_negproof · cited by 0