Theorems · Theorem · real analysis
derivWithin.scomp
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] (x : 𝕜) {s : Set 𝕜} {𝕜' : Type u_1} [inst_3 : NontriviallyNormedField 𝕜']
[inst_4 : NormedAlgebra 𝕜 𝕜'] [inst_5 : NormedSpace 𝕜' F] [IsScalarTower 𝕜 𝕜' F] {t' : Set 𝕜'} {h : 𝕜 → 𝕜'}
{g₁ : 𝕜' → F},
DifferentiableWithinAt 𝕜' g₁ t' (h x) →
DifferentiableWithinAt 𝕜 h s x →
Set.MapsTo h s t' → derivWithin (g₁ ∘ h) s x = derivWithin h s x • derivWithin g₁ t' (h x)- Defined in
- Mathlib.Analysis.Calculus.Deriv.Comp
- Cited by
- 2 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.
Cites15
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- IsScalarTowerstatement and proof · cited by 3,896
- NormedAlgebrastatement and proof · cited by 1,165
- Set.MapsTostatement and proof · cited by 732
- zero_smulproof · cited by 716
- DifferentiableWithinAtstatement and proof · cited by 453
- derivWithinstatement and proof · cited by 258
- UniqueDiffWithinAtproof · cited by 252
- DifferentiableWithinAt.hasDerivWithinAtproof · cited by 85
Cited by2
Results whose statement or proof uses this declaration.
- iteratedDerivWithin_comp_const_smulproof · cited by 1
- derivWithin.scomp_of_eqproof · cited by 0