Mathlib Map

Theorems · Definition · ordinary differential equations

ODE.FunSpace.next

{E : Type u_1} →
  [inst : NormedAddCommGroup E] →
    [NormedSpace ℝ E] →
      {f : ℝ → E → E} →
        {tmin tmax : ℝ} →
          {t₀ : ↑(Set.Icc tmin tmax)} →
            {x₀ x : E} →
              {a r L K : NNReal} →
                IsPicardLindelof f t₀ x₀ a r L K →
                  x ∈ Metric.closedBall x₀ ↑r → ODE.FunSpace t₀ x₀ r L → ODE.FunSpace t₀ x₀ r L

The map on FunSpace defined by picard, some n-th iterate of which will be a contracting map

Defined in
Mathlib.Analysis.ODE.PicardLindelof
Cited by
16 results in Mathlib
Foundations
Depth 263 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpace

Around this declaration

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

ODE.FunSpace.next_apply · cited by 5FunSpace.next_applyODE.FunSpace.exists_isFixedPt_next · cited by 3FunSpace.exists_isFixedPt…ODE.FunSpace.dist_iterate_next_iterate_next_le · cited by 2FunSpace.dist_iterate_nex…ODE.FunSpace.exists_contractingWith_iterate_next · cited by 2FunSpace.exists_contracti…ODE.FunSpace.next_apply₀ · cited by 2FunSpace.next_apply₀IsPicardLindelof.exists_eq_forall_mem_Icc_hasDerivWithinAt · cited by 2IsPicardLindelof.exists_e…IsPicardLindelof.exists_forall_mem_closedBall_eq_hasDerivWithinAt_lipschitzOnWith · cited by 2IsPicardLindelof.exists_f…ODE.FunSpace.dist_comp_iterate_next_le · cited by 1FunSpace.dist_comp_iterat…ODE.FunSpace.dist_iterate_iterate_next_le_of_lipschitzWith · cited by 1FunSpace.dist_iterate_ite…ODE.FunSpace.dist_iterate_next_apply_le · cited by 1FunSpace.dist_iterate_nex…ODE.FunSpace.dist_iterate_next_le · cited by 1FunSpace.dist_iterate_nex…ODE.FunSpace.dist_next_next · cited by 1FunSpace.dist_next_nextODE.FunSpace.exists_forall_closedBall_funSpace_dist_le_mul · cited by 1FunSpace.exists_forall_cl…ODE.FunSpace.next.congr_simp · cited by 0next.congr_simpODE.FunSpace.isFixedPt_next_iff · cited by 0FunSpace.isFixedPt_next_i…Set · cited by 53352SetReal · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceSet.Elem · cited by 7166Set.ElemNNReal · cited by 4310NNRealSet.Icc · cited by 1702Set.IccNNReal.toReal · cited by 1260NNReal.toRealMetric.closedBall · cited by 704Metric.closedBallODE.FunSpace · cited by 37ODE.FunSpaceIsPicardLindelof · cited by 33IsPicardLindelofODE.FunSpace.compProj · cited by 13FunSpace.compProjODE.picard · cited by 13ODE.picardFunSpace.nextCITED BYCITES

Cites13

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

Cited by16

Results whose statement or proof uses this declaration.