Mathlib Map

Theorems · Theorem · global analysis

ContMDiffWithinAt.comp

∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace 𝕜 E] {H : Type u_3} [inst_3 : TopologicalSpace H] {I : ModelWithCorners 𝕜 E H} {M : Type u_4}
  [inst_4 : TopologicalSpace M] {E' : Type u_5} [inst_5 : NormedAddCommGroup E'] [inst_6 : NormedSpace 𝕜 E']
  {H' : Type u_6} [inst_7 : TopologicalSpace H'] {I' : ModelWithCorners 𝕜 E' H'} {M' : Type u_7}
  [inst_8 : TopologicalSpace M'] {E'' : Type u_8} [inst_9 : NormedAddCommGroup E''] [inst_10 : NormedSpace 𝕜 E'']
  {H'' : Type u_9} [inst_11 : TopologicalSpace H''] {I'' : ModelWithCorners 𝕜 E'' H''} {M'' : Type u_10}
  [inst_12 : TopologicalSpace M''] [inst_13 : ChartedSpace H M] [inst_14 : ChartedSpace H' M']
  [inst_15 : ChartedSpace H'' M''] {f : M → M'} {s : Set M} {n : WithTop ℕ∞} {t : Set M'} {g : M' → M''} (x : M),
  ContMDiffWithinAt I' I'' n g t (f x) →
    ContMDiffWithinAt I I' n f s x → Set.MapsTo f s t → ContMDiffWithinAt I I'' n (g ∘ f) s x

The composition of C^n functions within domains at points is C^n.

Defined in
Mathlib.Geometry.Manifold.ContMDiff.Basic
Cited by
18 results in Mathlib
Foundations
Depth 193 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpaceChartedSpaceChartedSpace

Around this declaration

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

ContMDiffAt.comp · cited by 16ContMDiffAt.compContMDiffOn.comp · cited by 14ContMDiffOn.compContMDiffAt.comp_contMDiffWithinAt · cited by 14ContMDiffAt.comp_contMDif…ContMDiffWithinAt.mpullbackWithin_vectorField_inter · cited by 4ContMDiffWithinAt.mpullba…ContMDiffWithinAt.neg · cited by 3ContMDiffWithinAt.negContMDiffWithinAt.comp₂ · cited by 3ContMDiffWithinAt.comp₂ContMDiffWithinAt.mfderivWithin · cited by 3ContMDiffWithinAt.mfderiv…ContMDiffWithinAt.mfderivWithin_const · cited by 3ContMDiffWithinAt.mfderiv…ContMDiffOn.contMDiffOn_tangentMapWithin · cited by 2ContMDiffOn.contMDiffOn_t…ContMDiffWithinAt.inv · cited by 2ContMDiffWithinAt.invDiffeomorph.contMDiffWithinAt_comp_diffeomorph_iff · cited by 2Diffeomorph.contMDiffWith…ContMDiffWithinAt.prodMap' · cited by 1ContMDiffWithinAt.prodMap'ContMDiffWithinAt.snd · cited by 1ContMDiffWithinAt.sndContMDiffWithinAt.comp_of_eq · cited by 1ContMDiffWithinAt.comp_of…ContMDiffWithinAt.fst · cited by 1ContMDiffWithinAt.fstSet · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldENat · cited by 4985ENatSet.preimage · cited by 4946Set.preimageSet.range · cited by 4705Set.rangeWithTop · cited by 3754WithTopFilter.Eventually · cited by 3134Filter.EventuallyModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpacenhdsWithin · cited by 1912nhdsWithinFilter.univ_mem' · cited by 1672Filter.univ_mem'Filter.mp_mem · cited by 1537Filter.mp_memContMDiffWithinAt.compCITED BYCITES

Cites53

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

Cited by18

Results whose statement or proof uses this declaration.