theorem
proved
term proof
ode_regularity_differentiable_of_smooth
show as:
view Lean formalization →
formal statement (Lean)
1040theorem ode_regularity_differentiable_of_smooth {H : ℝ → ℝ} (h : ContDiff ℝ ⊤ H) :
1041 ode_regularity_differentiable_hypothesis H :=
proof body
Term-mode proof.
1042 fun _ _ => (h.of_le le_top : ContDiff ℝ 1 H).differentiable (by decide : (1 : WithTop ℕ∞) ≠ 0)
1043
1044/-- ODE regularity (5): any H with ContDiff ℝ ⊤ satisfies `ode_linear_regularity_bootstrap_hypothesis`. -/