Mathlib Map

Theorems ยท Theorem ยท real analysis

deriv.scomp_of_eq

โˆ€ {๐•œ : 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} {y : ๐•œ'},
  DifferentiableAt ๐•œ' gโ‚ y โ†’ DifferentiableAt ๐•œ h x โ†’ y = h x โ†’ deriv (gโ‚ โˆ˜ h) x = deriv h x โ€ข deriv gโ‚ (h x)
Defined in
Mathlib.Analysis.Calculus.Deriv.Comp
Cited by
0 results in Mathlib
Foundations
Depth 173 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.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.