Theorems · Theorem · ordinary differential equations
ODE.continuousOn_comp
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [NormedSpace ℝ E] {f : ℝ → E → E} {α : ℝ → E} {s : Set ℝ} {u : Set E},
ContinuousOn (Function.uncurry f) (s ×ˢ u) → ContinuousOn α s → Set.MapsTo α s u → ContinuousOn (fun t => f t (α t)) sGiven a continuous time-dependent vector field f and a continuous curve α, the composition
f t (α t) is continuous in t.
- Defined in
- Mathlib.Analysis.ODE.PicardLindelof
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 202 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- SProd.sprodstatement and proof · cited by 1,750
- ContinuousOnstatement and proof · cited by 1,411
- Set.MapsTostatement and proof · cited by 732
- contDiffOn_zeroproof · cited by 5
- ODE.contDiffOn_compproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- ODE.hasDerivWithinAt_picard_Iccproof · cited by 3
- ODE.FunSpace.continuousOn_comp_compProjproof · cited by 1
- ODE.picard_eq_of_hasDerivAtproof · cited by 1