theorem
proved
term proof
ode_regularity_continuous_of_smooth
show as:
view Lean formalization →
formal statement (Lean)
133theorem ode_regularity_continuous_of_smooth {H : ℝ → ℝ} (h : ContDiff ℝ ⊤ H) :
134 ode_regularity_continuous_hypothesis H :=
proof body
Term-mode proof.
135 fun _ => h.continuous
136
137/-- ODE regularity (4): any H with ContDiff ℝ ⊤ satisfies `ode_regularity_differentiable_hypothesis`. -/