A cyclic fourth-power reciprocal sum bounds a cubic product sum
ProvedWorkbookSource.base_41666lean-workbooksource-checked
Let be positive. Prove that
Source: InternLM Lean-Workbook, record lean_workbook_41666 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.base_41666 (w x y z : ℝ) (hw : 0 < w) (hx : 0 < x) (hy : 0 < y) (hz : 0 < z) : (w^4 / z + x^4 / w + y^4 / x + z^4 / y) ≥ w * z^2 + x * w^2 + y * x^2 + z * y^2 := by sorry
Source