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
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.
- 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
- derivstatement Β· cited by 676
- DifferentiableAtstatement and proof Β· cited by 617
- HasDerivAt.derivproof Β· cited by 147
- DifferentiableAt.hasDerivAtproof Β· cited by 114
- HasDerivAt.scompproof Β· cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- deriv.scomp_of_eqproof Β· cited by 0