Mathlib Map

Theorems · Definition · global analysis

Manifold.LiftSourceTargetPropertyAt

{𝕜 : Type u_1} →
  {E : Type u_2} →
    {F : Type u_4} →
      {H : Type u_6} →
        {G : Type u_8} →
          [inst : NontriviallyNormedField 𝕜] →
            [inst_1 : NormedAddCommGroup E] →
              [inst_2 : NormedSpace 𝕜 E] →
                [inst_3 : NormedAddCommGroup F] →
                  [inst_4 : NormedSpace 𝕜 F] →
                    [inst_5 : TopologicalSpace H] →
                      [inst_6 : TopologicalSpace G] →
                        ModelWithCorners 𝕜 E H →
                          ModelWithCorners 𝕜 F G →
                            {M : Type u_10} →
                              {N : Type u_12} →
                                [inst : TopologicalSpace M] →
                                  [ChartedSpace H M] →
                                    [inst_8 : TopologicalSpace N] →
                                      [ChartedSpace G N] →
                                        WithTop ℕ∞ →
                                          (M → N) →
                                            M →
                                              ((M → N) → OpenPartialHomeomorph M H → OpenPartialHomeomorph N G → Prop) →
                                                Prop

The induced property by a local property P: it is satisfied for f at x iff there exist charts φ and ψ of M and N around x and f x, respectively, such that f satisfies P w.r.t. φ and ψ. The motivating examples are smooth immersions and submersions: the corresponding condition is that f look like the inclusion u ↦ (u, 0) (resp. a projection (u, v) ↦ u) in the charts φ and ψ.

Defined in
Mathlib.Geometry.Manifold.LocalSourceTargetProperty
Cited by
17 results in Mathlib
Foundations
Depth 13 from the axioms · uses no axioms
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceTopologicalSpaceChartedSpaceTopologicalSpaceChartedSpace

Around this declaration

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

Manifold.IsImmersionAtOfComplement · cited by 36Manifold.IsImmersionAtOfC…Manifold.IsSubmersionAtOfComplement · cited by 31Manifold.IsSubmersionAtOf…Manifold.LiftSourceTargetPropertyAt.codChart · cited by 8LiftSourceTargetPropertyA…Manifold.LiftSourceTargetPropertyAt.domChart · cited by 8LiftSourceTargetPropertyA…Manifold.LiftSourceTargetPropertyAt.localPresentationAt · cited by 6LiftSourceTargetPropertyA…Manifold.LiftSourceTargetPropertyAt.codChart_mem_maximalAtlas · cited by 5LiftSourceTargetPropertyA…Manifold.LiftSourceTargetPropertyAt.domChart_mem_maximalAtlas · cited by 5LiftSourceTargetPropertyA…Manifold.LiftSourceTargetPropertyAt.mem_domChart_source · cited by 5LiftSourceTargetPropertyA…Manifold.LiftSourceTargetPropertyAt.property · cited by 5LiftSourceTargetPropertyA…Manifold.LiftSourceTargetPropertyAt.source_subset_preimage_source · cited by 5LiftSourceTargetPropertyA…Manifold.LiftSourceTargetPropertyAt.mem_codChart_source · cited by 4LiftSourceTargetPropertyA…Manifold.IsSubmersionAtOfComplement.property · cited by 3IsSubmersionAtOfComplemen…Manifold.LiftSourceTargetPropertyAt.congr_of_eventuallyEq · cited by 3LiftSourceTargetPropertyA…Manifold.IsImmersionAtOfComplement.property · cited by 3IsImmersionAtOfComplement…Manifold.LiftSourceTargetPropertyAt.congr_iff_of_eventuallyEq · cited by 2LiftSourceTargetPropertyA…TopologicalSpace · cited by 24529TopologicalSpaceNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldENat · cited by 4985ENatWithTop · cited by 3754WithTopModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpaceOpenPartialHomeomorph · cited by 664OpenPartialHomeomorphManifold.LocalPresentationAt · cited by 10Manifold.LocalPresentatio…Manifold.LiftSourceTargetProp…CITED BYCITES

Cites10

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

Cited by22

Results whose statement or proof uses this declaration.