lean_workbook_plus_51147
ProvedGiven , prove that .
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_51147 (a b c : ℝ) (h : a * (b * c - a ^ 2) + b * (c * a - b ^ 2) + c * (a * b - c ^ 2) = 0) : a ^ 3 + b ^ 3 + c ^ 3 - 3 * a * b * c = 0 := by sorry
Source