A sharp sum bound from reciprocal quadratic denominators
ProvedWorkbookCorrected.plus_13466corrected-formalizationlean-workbooksource-checked
Let be positive numbers satisfying . Prove that
Formalization Note: The original formalization added abc=1, absent from the source. This correction removes that added hypothesis and proves the source lower bound for all positive real variables satisfying the reciprocal identity.
Source: InternLM Lean-Workbook, record lean_workbook_plus_13466 (Apache-2.0).
Preamble
import Mathlib
Formal statement
theorem WorkbookCorrected.plus_13466 (a b c : ℝ) (ha : 0<a) (hb : 0<b) (hc : 0<c)
(h : 1/(a^2+2)+1/(b^2+2)+1/(c^2+2)=1/3) : a+b+c ≥ 3*Real.sqrt 7 := by sorrySource