A sextic polynomial has no real roots
ProvedWorkbookSource.plus_15828lean-workbooksource-checked
Prove that the equation does not have any real solution.
Source: InternLM Lean-Workbook, record lean_workbook_plus_15828 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.plus_15828 : ¬ (∃ x : ℝ, x^6 + x^5 + x^4 - x^3 - x^2 + 1 = 0) := by sorry
Source