A quartic bound under zero sum
ProvedWorkbookSource.base_11560lean-workbooksource-checked
Prove: given
Source: InternLM Lean-Workbook, record lean_workbook_11560 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.base_11560 (a b c : ℝ) (habc : a + b + c = 0) : a^2 * b^2 + a^2 * c^2 + b^2 * c^2 + 3 ≥ 6 * a * b * c := by sorry
Source