lean_workbook_plus_79734
ProvedLet such that Prove that the following inequality holds:
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_79734 (a b c : ℝ) (ha : 0 < a) (hb : 0 < b) (hc : 0 < c) (habc : a + b + c = 1) (h : (a + b) * (b + c) * (c + a) = 1) : a * b + b * c + c * a ≤ 3 / 4 := by sorry
Source