Mathlib Map

Theorems · Definition · global analysis

IsMIntegralCurve

{E : Type u_1} →
  [inst : NormedAddCommGroup E] →
    [inst_1 : NormedSpace ℝ E] →
      {H : Type u_2} →
        [inst_2 : TopologicalSpace H] →
          {I : ModelWithCorners ℝ E H} →
            {M : Type u_3} →
              [inst_3 : TopologicalSpace M] →
                [inst_4 : ChartedSpace H M] → (ℝ → M) → ((x : M) → TangentSpace I x) → Prop

If v : M → TM is a vector field on M, IsMIntegralCurve γ v means γ : ℝ → M is a global integral curve of v. That is, γ t is tangent to v (γ t) for all t : ℝ.

Defined in
Mathlib.Geometry.Manifold.IntegralCurve.Basic
Cited by
18 results in Mathlib
Foundations
Depth 165 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpace

Around this declaration

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

IsMIntegralCurve.isMIntegralCurveOn · cited by 3IsMIntegralCurve.isMInteg…IsMIntegralCurve.isMIntegralCurveAt · cited by 2IsMIntegralCurve.isMInteg…isMIntegralCurve_iff_isMIntegralCurveOn · cited by 2isMIntegralCurve_iff_isMI…IsMIntegralCurve.comp_add · cited by 2IsMIntegralCurve.comp_addIsMIntegralCurve.periodic_of_eq · cited by 1IsMIntegralCurve.periodic…isMIntegralCurve_Ioo_eq_of_contMDiff_boundaryless · cited by 1isMIntegralCurve_Ioo_eq_o…isMIntegralCurve_abs_add_one_of_isMIntegralCurveOn_Ioo · cited by 1isMIntegralCurve_abs_add_…isMIntegralCurve_comp_add · cited by 1isMIntegralCurve_comp_addisMIntegralCurve_eq_of_contMDiff · cited by 1isMIntegralCurve_eq_of_co…exists_isMIntegralCurve_iff_exists_isMIntegralCurveOn_Ioo · cited by 1exists_isMIntegralCurve_i…IsMIntegralCurve.comp_mul · cited by 1IsMIntegralCurve.comp_mulIsMIntegralCurve.periodic_xor_injective · cited by 0IsMIntegralCurve.periodic…isMIntegralCurve_comp_mul_ne_zero · cited by 0isMIntegralCurve_comp_mul…isMIntegralCurve_comp_sub · cited by 0isMIntegralCurve_comp_subisMIntegralCurve_const · cited by 0isMIntegralCurve_constReal · cited by 25697RealTopologicalSpace · cited by 24529TopologicalSpaceNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpacemodelWithCornersSelf · cited by 920modelWithCornersSelfTangentSpace · cited by 555TangentSpaceContinuousLinearMap.smulRight · cited by 126ContinuousLinearMap.smulR…HasMFDerivAt · cited by 46HasMFDerivAtIsMIntegralCurveCITED BYCITES

Cites10

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

Cited by18

Results whose statement or proof uses this declaration.