Theorems · Definition · global analysis
Manifold.SubmersionAtProp
{𝕜 : Type u_1} →
{E'' : Type u_3} →
(F : Type u_5) →
{H : Type u_7} →
{G : Type u_9} →
{E : Type u} →
[inst : NontriviallyNormedField 𝕜] →
[inst_1 : NormedAddCommGroup E] →
[inst_2 : NormedSpace 𝕜 E] →
[inst_3 : NormedAddCommGroup E''] →
[inst_4 : NormedSpace 𝕜 E''] →
[inst_5 : NormedAddCommGroup F] →
[NormedSpace 𝕜 F] →
[inst_7 : TopologicalSpace H] →
[inst_8 : TopologicalSpace G] →
ModelWithCorners 𝕜 E H →
ModelWithCorners 𝕜 E'' G →
(M : Type u_11) →
(N : Type u_13) →
[inst : TopologicalSpace M] →
[inst_9 : TopologicalSpace N] →
(M → N) → OpenPartialHomeomorph M H → OpenPartialHomeomorph N G → PropThe local property of being a submersion at a point: f : M → N is a submersion 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 projection (u, v) ↦ u.
This definition has a fixed parameter F, which is a choice of complement of E'' in the model
normed space E of M: being a submersion at x includes a choice of linear isomorphism
between E'' × F and E.
- Defined in
- Mathlib.Geometry.Manifold.Submersion
- 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.IsSubmersionAtOfComplementproof · cited by 31
- Manifold.IsSubmersionAtOfComplement.propertystatement · cited by 3
- Manifold.isLocalSourceTargetProperty_submmersionAtPropstatement and proof · cited by 3
- Manifold.IsSubmersionAtOfComplement.prodMapproof · cited by 2
- Manifold.IsSubmersionAt.propertystatement · cited by 0