Mathlib Map

Theorems ยท Theorem ยท real analysis

derivWithin_comp_of_eq

โˆ€ {๐•œ : Type u} [inst : NontriviallyNormedField ๐•œ] (x : ๐•œ) {s : Set ๐•œ} {๐•œ' : Type u_1}
  [inst_1 : NontriviallyNormedField ๐•œ'] [inst_2 : NormedAlgebra ๐•œ ๐•œ'] {s' : Set ๐•œ'} {h : ๐•œ โ†’ ๐•œ'} {hโ‚‚ : ๐•œ' โ†’ ๐•œ'}
  {y : ๐•œ'},
  DifferentiableWithinAt ๐•œ' hโ‚‚ s' y โ†’
    DifferentiableWithinAt ๐•œ h s x โ†’
      Set.MapsTo h s s' โ†’ h x = y โ†’ derivWithin (hโ‚‚ โˆ˜ h) s x = derivWithin hโ‚‚ s' (h x) * derivWithin h s 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
NontriviallyNormedFieldNontriviallyNormedFieldNormedAlgebra

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites7

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.