A lower bound under two linked quadratic relations
ProvedWorkbookSource.plus_75566lean-workbooksource-checked
Let are real numbers such that and Prove that
Source: InternLM Lean-Workbook, record lean_workbook_plus_75566 (Apache-2.0). Complete source proposition preserved; proof developed independently.
Preamble
import Mathlib open Real Nat
Formal statement
theorem WorkbookSource.plus_75566 (a b c : ℝ) (ha : a^2 + 2 * b = 7) (hb : b^2 + 4 * c = -7) : c^2 + 6 * a ≥ -14 := by sorry
Source