A quadratic lower bound under a quartic constraint
ProvedWorkbookSource.base_38006lean-workbooksource-checked
Two real numbers and are given, such that Prove that
Source: InternLM Lean-Workbook, record lean_workbook_38006 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.base_38006 (a b : ℝ) (h : a^4 + b^4 + a^2 * b^2 = 60) : 4 * a^2 + 4 * b^2 - a * b ≥ 30 := by sorry
Source