Mathlib Map

Theorems Β· Theorem Β· real analysis

HasDerivWithinAt.scomp_hasDerivAt_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] {s' : Set π•œ'} {h : π•œ β†’ π•œ'} {h' : π•œ'} {g₁ : π•œ' β†’ F} {g₁' : F}
  {y : π•œ'},
  HasDerivWithinAt g₁ g₁' s' y β†’ HasDerivAt h h' x β†’ (βˆ€ (x : π•œ), h x ∈ s') β†’ y = h x β†’ HasDerivAt (g₁ ∘ h) (h' β€’ g₁') x
Defined in
Mathlib.Analysis.Calculus.Deriv.Comp
Cited by
0 results in Mathlib
Foundations
Depth 170 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.

Cites9

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.