A four-variable cyclic quadratic difference ratio sum is nonnegative
ProvedWorkbookSource.base_31243lean-workbooksource-checked
Let prove that:
Source: InternLM Lean-Workbook, record lean_workbook_31243 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.base_31243 (a b c d : ℝ) (ha : 0 < a) (hb : 0 < b) (hc : 0 < c) (hd : 0 < d) : (b * (-d + 2 * b - c) / (b + c + d) + c * (-d + 2 * c - a) / (c + d + a) + d * (2 * d - b - a) / (d + a + b) + a * (2 * a - b - c) / (a + b + c)) ≥ 0 := by sorry
Source