Mathlib Map

Theorems · Definition · global analysis

VectorField.mpullbackWithin

{𝕜 : Type u_1} →
  [inst : NontriviallyNormedField 𝕜] →
    {H : Type u_2} →
      [inst_1 : TopologicalSpace H] →
        {E : Type u_3} →
          [inst_2 : NormedAddCommGroup E] →
            [inst_3 : NormedSpace 𝕜 E] →
              (I : ModelWithCorners 𝕜 E H) →
                {M : Type u_4} →
                  [inst_4 : TopologicalSpace M] →
                    [inst_5 : ChartedSpace H M] →
                      {H' : Type u_5} →
                        [inst_6 : TopologicalSpace H'] →
                          {E' : Type u_6} →
                            [inst_7 : NormedAddCommGroup E'] →
                              [inst_8 : NormedSpace 𝕜 E'] →
                                (I' : ModelWithCorners 𝕜 E' H') →
                                  {M' : Type u_7} →
                                    [inst_9 : TopologicalSpace M'] →
                                      [inst_10 : ChartedSpace H' M'] →
                                        (M → M') → ((x : M') → TangentSpace I' x) → Set M → (x : M) → TangentSpace I x

The pullback of a vector field under a map between manifolds, within a set s. If the derivative of the map within s is not invertible, then pullback is given the junk value zero.

Defined in
Mathlib.Geometry.Manifold.VectorField.Pullback
Cited by
48 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldTopologicalSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceChartedSpaceTopologicalSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceChartedSpace

Around this declaration

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

VectorField.mlieBracketWithin · cited by 45VectorField.mlieBracketWi…VectorField.mlieBracketWithin_apply · cited by 6VectorField.mlieBracketWi…Filter.EventuallyEq.mlieBracketWithin_vectorField_eq · cited by 4EventuallyEq.mlieBracketW…ContMDiffWithinAt.mpullbackWithin_vectorField_inter · cited by 4ContMDiffWithinAt.mpullba…VectorField.mlieBracketWithin_smul_right · cited by 3VectorField.mlieBracketWi…MDifferentiableWithinAt.mpullbackWithin_vectorField_inter · cited by 3MDifferentiableWithinAt.m…VectorField.mpullbackWithin_univ · cited by 3VectorField.mpullbackWith…VectorField.mpullback_mlieBracketWithin · cited by 3VectorField.mpullback_mli…VectorField.contMDiffWithinAt_mpullbackWithin_extChartAt_symm · cited by 3VectorField.contMDiffWith…ContMDiffWithinAt.mlieBracketWithin_vectorField · cited by 3ContMDiffWithinAt.mlieBra…ContMDiffWithinAt.mpullbackWithin_vectorField_of_mem · cited by 3ContMDiffWithinAt.mpullba…MDifferentiableWithinAt.differentiableWithinAt_mpullbackWithin_vectorField · cited by 3MDifferentiableWithinAt.d…VectorField.mlieBracketWithin_swap_apply · cited by 2VectorField.mlieBracketWi…VectorField.mlieBracketWithin_zero_left · cited by 2VectorField.mlieBracketWi…VectorField.mpullbackWithin_mlieBracketWithin' · cited by 2VectorField.mpullbackWith…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpaceTangentSpace · cited by 555TangentSpacemfderivWithin · cited by 126mfderivWithinContinuousLinearMap.inverse · cited by 82ContinuousLinearMap.inver…VectorField.mpullbackWithinCITED BYCITES

Cites11

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

Cited by49

Results whose statement or proof uses this declaration.