Mathlib Map

Theorems Β· Theorem Β· real analysis

deriv.scomp

βˆ€ {π•œ : Type u} [inst : NontriviallyNormedField π•œ] {F : Type v} [inst_1 : NormedAddCommGroup F]
  [inst_2 : NormedSpace π•œ F] (x : π•œ) {π•œ' : Type u_1} [inst_3 : NontriviallyNormedField π•œ'] [inst_4 : NormedAlgebra π•œ π•œ']
  [inst_5 : NormedSpace π•œ' F] [IsScalarTower π•œ π•œ' F] {h : π•œ β†’ π•œ'} {g₁ : π•œ' β†’ F},
  DifferentiableAt π•œ' g₁ (h x) β†’ DifferentiableAt π•œ h x β†’ deriv (g₁ ∘ h) x = deriv h x β€’ deriv g₁ (h 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
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNontriviallyNormedFieldNormedAlgebraNormedSpaceIsScalarTower

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.

Cited by1

Results whose statement or proof uses this declaration.