Mathlib Map

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) → Prop

f : 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
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceTopologicalSpaceChartedSpaceTopologicalSpaceChartedSpace

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.

Cited by7

Results whose statement or proof uses this declaration.