lean_workbook_plus_79596
Provedproofwiki
prove that: , where
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_79596 (a b c d : ℝ) (ha : 0 < a) (hb : 0 < b) (hc : 0 < c) (hd : 0 < d) : ((a + b) * (b + c) * (c + a) * (a + d) * (d + b) * (d + c) / 64)^(1 / 6) ≥ (a * b * c + b * c * d + c * d * a + d * a * b / 4)^(1 / 3) := by sorry
Source