A shifted three-variable quadratic ratio sum is at least three
ProvedWorkbookSource.base_44304lean-workbooksource-checked
Let be positive real numbers. Prove that:
Source: InternLM Lean-Workbook, record lean_workbook_44304 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.base_44304 (a b c d : ℝ) (ha : 0 < a) (hb : 0 < b) (hc : 0 < c) (hd : 0 < d) : (d + a ^ 2) / (d + b * c) + (d + b ^ 2) / (d + c * a) + (d + c ^ 2) / (d + a * b) ≥ 3 := by sorry
Source