Mathlib Map

Theorems · Theorem · global analysis

DifferentiableAt.comp_differentiableWithinAt

∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace 𝕜 E] {F : Type u_3} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {G : Type u_4}
  [inst_5 : NormedAddCommGroup G] [inst_6 : NormedSpace 𝕜 G] {f : E → F} (x : E) {s : Set E} {g : F → G},
  DifferentiableAt 𝕜 g (f x) → DifferentiableWithinAt 𝕜 f s x → DifferentiableWithinAt 𝕜 (g ∘ f) s x
Defined in
Mathlib.Analysis.Calculus.FDeriv.Comp
Cited by
14 results in Mathlib
Foundations
Depth 170 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpace

Around this declaration

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

ContinuousLinearEquiv.comp_differentiableWithinAt_iff · cited by 7ContinuousLinearEquiv.com…DifferentiableWithinAt.inv · cited by 4DifferentiableWithinAt.invLipschitzOnWith.ae_differentiableWithinAt_of_mem · cited by 2LipschitzOnWith.ae_differ…DifferentiableWithinAt.norm · cited by 2DifferentiableWithinAt.no…DifferentiableWithinAt.norm_sq · cited by 1DifferentiableWithinAt.no…DifferentiableWithinAt.abs · cited by 1DifferentiableWithinAt.absDifferentiableWithinAt.rpow · cited by 1DifferentiableWithinAt.rp…DifferentiableWithinAt.arsinh · cited by 1DifferentiableWithinAt.ar…DifferentiableWithinAt.inverse · cited by 1DifferentiableWithinAt.in…DifferentiableWithinAt.zpow · cited by 1DifferentiableWithinAt.zp…DifferentiableWithinAt.abs_of_neg · cited by 0DifferentiableWithinAt.ab…DifferentiableWithinAt.abs_of_pos · cited by 0DifferentiableWithinAt.ab…DifferentiableWithinAt.snd · cited by 0DifferentiableWithinAt.sndDifferentiableWithinAt.fst · cited by 0DifferentiableWithinAt.fstSet · cited by 53352SetNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldDifferentiableAt · cited by 617DifferentiableAtDifferentiableWithinAt · cited by 453DifferentiableWithinAtDifferentiableAt.differentiableWithinAt · cited by 96DifferentiableAt.differen…Set.mapsTo_univ · cited by 55Set.mapsTo_univDifferentiableWithinAt.comp · cited by 13DifferentiableWithinAt.co…DifferentiableAt.comp_differe…CITED BYCITES

Cites9

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

Cited by14

Results whose statement or proof uses this declaration.