Theorems · Theorem · real analysis
derivWithin_comp_mul_left
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] (c : 𝕜) (f : 𝕜 → E) (s : Set 𝕜) (x : 𝕜),
derivWithin (fun x => f (c * x)) s x = c • derivWithin f (c • s) (c * x)- Defined in
- Mathlib.Analysis.Calculus.Deriv.CompMul
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 175 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Set.smulSetstatement · cited by 608
- fderivWithinproof · cited by 357
- derivWithinstatement and proof · cited by 258
- derivWithin_const_smul_fieldproof · cited by 5
- Pi.smul_defproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- curveIntegralFun_trans_of_lt_halfproof · cited by 2
- derivWithin_comp_negproof · cited by 1