Mathlib Map

Theorems · Definition · global analysis

IsMIntegralCurveAt

{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 is a vector field on M and t₀ : ℝ, IsMIntegralCurveAt γ v t₀ means γ : ℝ → M is a local integral curve of v in a neighbourhood containing t₀. The value of γ outside of this interval is irrelevant and considered junk.

Defined in
Mathlib.Geometry.Manifold.IntegralCurve.Basic
Cited by
19 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_iffIsMIntegralCurveAt.continuousAt · cited by 3IsMIntegralCurveAt.contin…IsMIntegralCurve.isMIntegralCurveAt · cited by 2IsMIntegralCurve.isMInteg…isMIntegralCurveAt_eventuallyEq_of_contMDiffAt · cited by 2isMIntegralCurveAt_eventu…isMIntegralCurveAt_iff' · cited by 2isMIntegralCurveAt_iff'IsMIntegralCurveOn.isMIntegralCurveAt · cited by 2IsMIntegralCurveOn.isMInt…isMIntegralCurveAt_comp_add · cited by 1isMIntegralCurveAt_comp_a…IsMIntegralCurveAt.comp_add · cited by 1IsMIntegralCurveAt.comp_a…IsMIntegralCurveAt.comp_mul_ne_zero · cited by 1IsMIntegralCurveAt.comp_m…IsMIntegralCurveAt.eventually_hasDerivAt · cited by 1IsMIntegralCurveAt.eventu…IsMIntegralCurveAt.isMIntegralCurveOn · cited by 1IsMIntegralCurveAt.isMInt…exists_isMIntegralCurveAt_of_contMDiffAt · cited by 1exists_isMIntegralCurveAt…isMIntegralCurveAt_comp_mul_ne_zero · cited by 0isMIntegralCurveAt_comp_m…isMIntegralCurveAt_comp_sub · cited by 0isMIntegralCurveAt_comp_s…isMIntegralCurveAt_eventuallyEq_of_contMDiffAt_boundaryless · cited by 0isMIntegralCurveAt_eventu…Real · cited by 25697RealTopologicalSpace · cited by 24529TopologicalSpaceNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpacenhds · cited by 5554nhdsFilter.Eventually · cited by 3134Filter.EventuallyModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpacemodelWithCornersSelf · cited by 920modelWithCornersSelfTangentSpace · cited by 555TangentSpaceContinuousLinearMap.smulRight · cited by 126ContinuousLinearMap.smulR…HasMFDerivAt · cited by 46HasMFDerivAtIsMIntegralCurveAtCITED BYCITES

Cites12

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

Cited by19

Results whose statement or proof uses this declaration.