Mathlib Map

Theorems · Theorem · global analysis

HasFDerivWithinAt.comp

∀ {𝕜 : 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} {f' : E →L[𝕜] F} (x : E) {s : Set E}
  {g : F → G} {g' : F →L[𝕜] G} {t : Set F},
  HasFDerivWithinAt g g' t (f x) →
    HasFDerivWithinAt f f' s x → Set.MapsTo f s t → HasFDerivWithinAt (g ∘ f) (g' ∘SL f') s x
Defined in
Mathlib.Analysis.Calculus.FDeriv.Comp
Cited by
11 results in Mathlib
Foundations
Depth 168 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.

HasFDerivAt.comp_hasFDerivWithinAt · cited by 31HasFDerivAt.comp_hasFDeri…DifferentiableWithinAt.comp · cited by 13DifferentiableWithinAt.co…HasFDerivWithinAt.comp_hasDerivWithinAt · cited by 7HasFDerivWithinAt.comp_ha…HasMFDerivWithinAt.comp · cited by 7HasMFDerivWithinAt.compfderivWithin_comp · cited by 6fderivWithin_compContinuousLinearEquiv.comp_right_hasFDerivWithinAt_iff · cited by 3ContinuousLinearEquiv.com…HasFTaylorSeriesUpToOn.comp · cited by 2HasFTaylorSeriesUpToOn.co…HasFDerivWithinAt.prodMap · cited by 1HasFDerivWithinAt.prodMapContDiffWithinAt.hasFDerivWithinAt_nhds · cited by 1ContDiffWithinAt.hasFDeri…HasFTaylorSeriesUpToOn.comp_continuousAffineMap · cited by 1HasFTaylorSeriesUpToOn.co…fderivWithin_comp₃ · cited by 0fderivWithin_comp₃Set · cited by 53352SetRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldContinuousLinearMap · cited by 5352ContinuousLinearMapSet.MapsTo · cited by 732Set.MapsToContinuousLinearMap.comp · cited by 709ContinuousLinearMap.compHasFDerivWithinAt · cited by 356HasFDerivWithinAtFilter.Tendsto.prodMap · cited by 38Tendsto.prodMapFilter.tendsto_pure_pure · cited by 25Filter.tendsto_pure_pureContinuousWithinAt.tendsto_nhdsWithin · cited by 16ContinuousWithinAt.tendst…HasFDerivWithinAt.continuousWithinAt · cited by 14HasFDerivWithinAt.continu…HasFDerivAtFilter.comp · cited by 13HasFDerivAtFilter.compHasFDerivWithinAt.compCITED BYCITES

Cites14

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

Cited by11

Results whose statement or proof uses this declaration.