Theorems · Definition · global analysis
Manifold.IsSubmersion
{𝕜 : Type u_1} →
{E'' : Type u_3} →
{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 : TopologicalSpace H] →
[inst_6 : TopologicalSpace G] →
ModelWithCorners 𝕜 E H →
ModelWithCorners 𝕜 E'' G →
{M : Type u_11} →
{N : Type u_13} →
[inst : TopologicalSpace M] →
[ChartedSpace H M] →
[inst : TopologicalSpace N] → [ChartedSpace G N] → WithTop ℕ∞ → (M → N) → Propf : M → N is a C^n submersion if around each point x ∈ M,
there are charts φ and ψ of M and N around x and f x, respectively
such that in these charts, f looks like (u, v) ↦ u.
Implicit in this definition is an abstract choice F of a complement of E in E':
being a submersion includes a choice of linear isomorphism between E and E'' × F, which is where
the choice of F enters. If you need stronger control over the complement F,
use IsSubmersionOfComplement instead.
Note that our global choice of complement is a bit stronger than asking f to be a submersion at
each x ∈ M w.r.t. to potentially varying complements: see isSubmersionAt for details.
- Defined in
- Mathlib.Geometry.Manifold.Submersion
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ENatstatement and proof · cited by 4,985
- WithTopstatement and proof · cited by 3,754
- ModelWithCornersstatement and proof · cited by 2,462
- ChartedSpacestatement and proof · cited by 2,397
- Manifold.IsSubmersionOfComplementproof · cited by 8
Cited by7
Results whose statement or proof uses this declaration.
- Manifold.IsSubmersion.isSubmersionOfComplement_complementstatement and proof · cited by 3
- Manifold.IsSubmersion.complementstatement and proof · cited by 2
- Manifold.IsSubmersionOfComplement.isSubmersionstatement · cited by 1
- Manifold.IsSubmersion.contMDiffstatement and proof · cited by 0
- Manifold.IsSubmersion.idstatement · cited by 0
- Manifold.IsSubmersion.isSubmersionAtstatement and proof · cited by 0
- Manifold.IsSubmersion.prodMapstatement and proof · cited by 0