Mathlib Map

Theorems · Theorem · ordinary differential equations

ODE.FunSpace.mem_closedBall

∀ {E : Type u_1} [inst : NormedAddCommGroup E] {tmin tmax : ℝ} {t₀ : ↑(Set.Icc tmin tmax)} {x₀ : E} {a r L : NNReal}
  {α : ODE.FunSpace t₀ x₀ r L},
  ↑L * max (tmax - ↑t₀) (↑t₀ - tmin) ≤ ↑a - ↑r → ∀ {t : ↑(Set.Icc tmin tmax)}, α.toFun t ∈ Metric.closedBall x₀ ↑a

The image of a function in FunSpace is contained within a closed ball.

Defined in
Mathlib.Analysis.ODE.PicardLindelof
Cited by
3 results in Mathlib
Foundations
Depth 154 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.

Cites24

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

Cited by3

Results whose statement or proof uses this declaration.