A cyclic cubic lower bound under a quartic norm constraint
ProvedWorkbookSource.base_3816lean-workbooksource-checked
Let be real number such that Prove:
Source: InternLM Lean-Workbook, record lean_workbook_3816 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.base_3816 (x y z: ℝ) (h : x ^ 4 + y ^ 4 + z ^ 4 = 3) : x ^ 2 * (x + y) + y ^ 2 * (y + z) + z ^ 2 * (z + x) ≥ -6 := by sorry
Source