A linear identity from two reciprocal quadratic constraints
ProvedWorkbookCorrected.plus_61420corrected-formalizationlean-workbooksource-checked
Let : and . Prove that :
Formalization Note: The original formalization added xyz=1, absent from the source and incompatible with xy+yz+zx=1 for positive variables. This corrected statement removes the added product assumption and proves the full source conclusion.
Source: InternLM Lean-Workbook, record lean_workbook_plus_61420 (Apache-2.0).
Preamble
import Mathlib
Formal statement
theorem WorkbookCorrected.plus_61420 (x y z : ℝ) (hx : 0<x) (hy : 0<y) (hz : 0<z)
(hxy : x*y+y*z+z*x=1)
(h : 1/(1+x^2)+1/(1+y^2)=5/(1+z^2)) : z=2*(x+y) := by sorrySource