Mathlib Map

Theorems · Definition · global analysis

IsMIntegralCurveOn

{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) → Set ℝ → Prop

If γ : ℝ → M is $C^1$ on s : Set ℝ and v is a vector field on M, IsMIntegralCurveOn γ v s means γ t is tangent to v (γ t) for all t ∈ s. The value of γ outside of s is irrelevant and considered junk.

Defined in
Mathlib.Geometry.Manifold.IntegralCurve.Basic
Cited by
31 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.

isMIntegralCurveAt_iff · cited by 7isMIntegralCurveAt_iffIsMIntegralCurveOn.mono · cited by 4IsMIntegralCurveOn.monoIsMIntegralCurve.isMIntegralCurveOn · cited by 3IsMIntegralCurve.isMInteg…IsMIntegralCurveAt.continuousAt · cited by 3IsMIntegralCurveAt.contin…IsMIntegralCurveOn.comp_add · cited by 3IsMIntegralCurveOn.comp_a…IsMIntegralCurveOn.comp_mul · cited by 3IsMIntegralCurveOn.comp_m…isMIntegralCurveAt_iff' · cited by 2isMIntegralCurveAt_iff'isMIntegralCurveOn_Ioo_eqOn_of_contMDiff · cited by 2isMIntegralCurveOn_Ioo_eq…isMIntegralCurveOn_Ioo_eqOn_of_contMDiff_boundaryless · cited by 2isMIntegralCurveOn_Ioo_eq…isMIntegralCurveOn_comp_add · cited by 2isMIntegralCurveOn_comp_a…IsMIntegralCurveOn.continuousWithinAt · cited by 2IsMIntegralCurveOn.contin…IsMIntegralCurveOn.isMIntegralCurveAt · cited by 2IsMIntegralCurveOn.isMInt…isMIntegralCurve_iff_isMIntegralCurveOn · cited by 2isMIntegralCurve_iff_isMI…IsMIntegralCurve.comp_add · cited by 2IsMIntegralCurve.comp_addIsMIntegralCurveAt.comp_add · cited by 1IsMIntegralCurveAt.comp_a…Set · cited by 53352SetReal · 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…HasMFDerivWithinAt · cited by 65HasMFDerivWithinAtIsMIntegralCurveOnCITED BYCITES

Cites11

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

Cited by31

Results whose statement or proof uses this declaration.