A twelfth-power sum with a pair-product correction at fixed total three
ProvedWorkbookSource.base_33327lean-workbooksource-checked
Prove that for real positive numbers with .
Source: InternLM Lean-Workbook, record lean_workbook_33327 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.base_33327 (a b c : ℝ) (ha : 0 < a) (hb : 0 < b) (hc : 0 < c) (hab : a + b + c = 3) : a ^ 12 + b ^ 12 + c ^ 12 + 8 * (a * b + b * c + c * a) ≥ 27 := by sorry
Source