A cyclic sixth-degree pair-product ratio bounds a quartic sum
ProvedWorkbookSource.base_28714lean-workbooksource-checked
For prove that
Source: InternLM Lean-Workbook, record lean_workbook_28714 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.base_28714 (a b c d : ℝ) (ha : 0 < a) (hb : 0 < b) (hc : 0 < c) (hd : 0 < d) : (a^4 * c^2 + b^4 * d^2) / (c * d) + (b^4 * d^2 + c^4 * a^2) / (d * a) + (c^4 * a^2 + d^4 * b^2) / (a * b) + (d^4 * b^2 + a^4 * c^2) / (b * c) ≥ 4 * (a^2 * c^2 + b^2 * d^2) := by sorry
Source