Theorems · Theorem · real analysis
derivWithin_comp_const_add
∀ {𝕜 : Type u_1} {F : Type u_2} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] (f : 𝕜 → F) (a : 𝕜) (s : Set 𝕜) (x : 𝕜),
derivWithin (fun x => f (a + x)) s x = derivWithin f (a +ᵥ s) (a + x)Translation in the domain does not change the derivative.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Shift
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- HVAdd.hVAddstatement and proof · cited by 1,820
- Set.vaddSetstatement · cited by 403
- fderivWithinproof · cited by 357
- derivWithinstatement · cited by 258
- fderivWithin_comp_add_leftproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- derivWithin_comp_const_subproof · cited by 1