Theorems · Definition · global analysis
Manifold.ImmersionAtProp
{𝕜 : Type u_1} →
[inst : NontriviallyNormedField 𝕜] →
{E : Type u_2} →
{E'' : Type u} →
(F : Type u_5) →
[inst_1 : NormedAddCommGroup E] →
[inst_2 : NormedSpace 𝕜 E] →
[inst_3 : NormedAddCommGroup E''] →
[inst_4 : NormedSpace 𝕜 E''] →
[inst_5 : NormedAddCommGroup F] →
[NormedSpace 𝕜 F] →
{H : Type u_7} →
[inst_7 : TopologicalSpace H] →
{G : Type u_9} →
[inst_8 : TopologicalSpace G] →
ModelWithCorners 𝕜 E H →
ModelWithCorners 𝕜 E'' G →
(M : Type u_11) →
[inst : TopologicalSpace M] →
(N : Type u_13) →
[inst_9 : TopologicalSpace N] →
(M → N) → OpenPartialHomeomorph M H → OpenPartialHomeomorph N G → PropThe local property of being an immersion at a point: f : M → N is an immersion at x if
there exist charts φ and ψ of M and N around x and f x, respectively, such that in these
charts, f looks like the inclusion u ↦ (u, 0).
This definition has a fixed parameter F, which is a choice of complement of E in the model
normed space E' of N: being an immersion at x includes a choice of linear isomorphism
between E × F and E'.
- Defined in
- Mathlib.Geometry.Manifold.Immersion
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- RingHom.idproof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ModelWithCornersstatement and proof · cited by 2,462
- PartialEquiv.toFunproof · cited by 821
- ContinuousLinearEquivproof · cited by 743
- OpenPartialHomeomorphstatement and proof · cited by 664
- PartialEquiv.targetproof · cited by 650
- Set.EqOnproof · cited by 603
Cited by5
Results whose statement or proof uses this declaration.
- Manifold.IsImmersionAtOfComplementproof · cited by 36
- Manifold.isLocalSourceTargetProperty_immersionAtPropstatement and proof · cited by 3
- Manifold.IsImmersionAtOfComplement.propertystatement · cited by 3
- Manifold.IsImmersionAtOfComplement.prodMapproof · cited by 2
- Manifold.IsImmersionAt.propertystatement · cited by 0