A quartic symmetric bound at a negative fixed sum
ProvedWorkbookSource.base_31532lean-workbooksource-checked
Prove that given .
Source: InternLM Lean-Workbook, record lean_workbook_31532 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.base_31532 (a b c : ℝ) (h : a + b + c = -6) : a^2 * b^2 + b^2 * c^2 + c^2 * a^2 + 12 * a * b * c + 48 ≥ 0 := by sorry
Source