A shifted cyclic ratio sum with a reciprocal pair-product correction
ProvedWorkbookSource.plus_10465lean-workbooksource-checked
The following inequality is also true. Let such that . Prove that
Source: InternLM Lean-Workbook, record lean_workbook_plus_10465 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.plus_10465 (a b c : ℝ) (ha : 0 < a) (hb : 0 < b) (hc : 0 < c) (hab : a + b + c = 3) : 9 / (a * b + b * c + c * a) + (a + b) / (a ^ 2 + a * b + c) + (b + c) / (b ^ 2 + b * c + a) + (c + a) / (c ^ 2 + c * a + b) ≥ 5 := by sorry
Source