An inequality from a product of adjacent sums
ProvedWorkbookCorrected.plus_27672corrected-formalizationlean-workbooksource-checked
Let satisfy . Then
Formalization Note: The source formalization added , an assumption absent from the source and incompatible with its other hypotheses. This correction removes that added assumption and proves the stated inequality from the original interval and product conditions.
Source: InternLM Lean-Workbook, record lean_workbook_plus_27672 (Apache-2.0).
Preamble
import Mathlib
Formal statement
theorem WorkbookCorrected.plus_27672 (a b c : ℝ) (ha : 0<a ∧ a<1) (hb : 0<b ∧ b<1) (hc : 0<c ∧ c<1) (h : (a+b)*(b+c)=1) : b^2 ≥ (1-a)*(1-c) := by sorry
Source