Mathlib Map

Theorems · Theorem · ordinary differential equations

ODE.FunSpace.intervalIntegrable_comp_compProj

∀ {E : Type u_1} [inst : NormedAddCommGroup E] [NormedSpace ℝ E] {f : ℝ → E → E} {tmin tmax : ℝ}
  {t₀ : ↑(Set.Icc tmin tmax)} {x₀ : E} {a r L K : NNReal},
  IsPicardLindelof f t₀ x₀ a r L K →
    ∀ (α : ODE.FunSpace t₀ x₀ r L) (t : ↑(Set.Icc tmin tmax)),
      IntervalIntegrable (fun t' => f t' (α.compProj t')) MeasureTheory.volume ↑t₀ ↑t

The integrand in next is integrable.

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

Cites16

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

Cited by1

Results whose statement or proof uses this declaration.