A reciprocal lower bound from a quadratic denominator identity
ProvedWorkbookCorrected.plus_35576corrected-formalizationlean-workbooksource-checked
Let satisfy
Then .
Formalization Note: Parentheses are restored in the two denominators, matching the source. The original formalization parsed the added2 outside each fraction, producing inconsistent assumptions.
Source: InternLM Lean-Workbook, record lean_workbook_plus_35576 (Apache-2.0).
Preamble
import Mathlib
Formal statement
theorem WorkbookCorrected.plus_35576 (a b : ℝ) (ha : 0<a) (hb : 0<b) (h : 1/(a^2+2)+1/(b^2+2)=(1/3 : ℝ)) : 1/a+1/b ≥ 1 := by sorry
Source