Theorems · Definition · ordinary differential equations
ODE.FunSpace.casesOn
{E : Type u_1} →
[inst : NormedAddCommGroup E] →
{tmin tmax : ℝ} →
{t₀ : ↑(Set.Icc tmin tmax)} →
{x₀ : E} →
{r L : NNReal} →
{motive : ODE.FunSpace t₀ x₀ r L → Sort u} →
(t : ODE.FunSpace t₀ x₀ r L) →
((toFun : ↑(Set.Icc tmin tmax) → E) →
(lipschitzWith : LipschitzWith L toFun) →
(mem_closedBall₀ : toFun t₀ ∈ Metric.closedBall x₀ ↑r) →
motive { toFun := toFun, lipschitzWith := lipschitzWith, mem_closedBall₀ := mem_closedBall₀ }) →
motive t- Defined in
- Mathlib.Analysis.ODE.PicardLindelof
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 155 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Set.Elemstatement and proof · cited by 7,166
- NNRealstatement and proof · cited by 4,310
- Set.Iccstatement and proof · cited by 1,702
- NNReal.toRealstatement and proof · cited by 1,260
- Metric.closedBallstatement and proof · cited by 704
- LipschitzWithstatement and proof · cited by 316
- ODE.FunSpacestatement and proof · cited by 37
Cited by4
Results whose statement or proof uses this declaration.
- ODE.FunSpace.extproof · cited by 2
- ODE.FunSpace.noConfusionTypeproof · cited by 0
- ODE.FunSpace.noConfusionproof · cited by 0
- ODE.FunSpace.range_toContinuousMapproof · cited by 0