A quartic polynomial bound under a coefficient constraint
ProvedWorkbookSource.plus_50717lean-workbooksource-checked
Let and . Prove that .
Source: InternLM Lean-Workbook, record lean_workbook_plus_50717 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.plus_50717 (a b c d x : ℝ) (a2c2_leq_4b : a^2 + c^2 ≤ 4*b) : x^4 + a*x^3 + b*x^2 + c*x + 1 ≥ 0 := by sorry
Source