lean_workbook_plus_81481
Provedlean_workbooktrivial
The equation has real roots when
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_81481 (a b : ℝ) (h : a^2 - 8 * b ≥ 0) : ∃ x, x^2 + a * x + 2 * b = 0 := by sorry
Source