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