theorem
proved
term proof
cos_dAlembert_to_ODE
show as:
view Lean formalization →
formal statement (Lean)
259theorem cos_dAlembert_to_ODE : dAlembert_to_ODE_hypothesis_neg Real.cos := by
proof body
Term-mode proof.
260 intro _ _ _ _
261 exact cos_second_deriv_eq
262
263/-- cos satisfies the d'Alembert equation. -/