Theorems · Theorem · real analysis
derivWithin_comp
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] (x : 𝕜) {s : Set 𝕜} {𝕜' : Type u_1}
[inst_1 : NontriviallyNormedField 𝕜'] [inst_2 : NormedAlgebra 𝕜 𝕜'] {s' : Set 𝕜'} {h : 𝕜 → 𝕜'} {h₂ : 𝕜' → 𝕜'},
DifferentiableWithinAt 𝕜' h₂ s' (h x) →
DifferentiableWithinAt 𝕜 h s x →
Set.MapsTo h s s' → derivWithin (h₂ ∘ h) s x = derivWithin h₂ s' (h x) * derivWithin h s x- Defined in
- Mathlib.Analysis.Calculus.Deriv.Comp
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- NormedAddCommGroupproof · cited by 15,752
- NormedSpaceproof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- MulZeroClass.mul_zeroproof · cited by 2,091
- NormedAlgebrastatement and proof · cited by 1,165
- Set.MapsTostatement and proof · cited by 732
- DifferentiableWithinAtstatement and proof · cited by 453
- derivWithinstatement and proof · cited by 258
- UniqueDiffWithinAtproof · cited by 252
- DifferentiableWithinAt.hasDerivWithinAtproof · cited by 85
- HasDerivWithinAt.derivWithinproof · cited by 62
Cited by1
Results whose statement or proof uses this declaration.
- derivWithin_comp_of_eqproof · cited by 0