A product bound from reciprocal weighted sums
ProvedWorkbookCorrected.plus_63663corrected-formalizationlean-workbooksource-checked
Let and . Prove that\n
Formalization Note: The original formalization added a+b=1, absent from the source. This correction removes that assumption and proves the original product bound using the reciprocal equation and positivity.
Source: InternLM Lean-Workbook, record lean_workbook_plus_63663 (Apache-2.0).
Preamble
import Mathlib
Formal statement
theorem WorkbookCorrected.plus_63663 (a b : ℝ) (ha : 0<a) (hb : 0<b)
(h : 1/(a+9*b)+1/(b+9*a)=5/24) : a*b ≤ 1 := by sorrySource