lean_workbook_plus_7839
ProvedFor two functions and , holds for all if and only if , and .
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_7839 (a b c a' b' c' : ℝ) (f g : ℝ → ℝ) (h₀ : ∀ x, f x = a * x ^ 2 + b * x + c) (h₁ : ∀ x, g x = a' * x ^ 2 + b' * x + c') (h₂ : ∀ x, f x = g x) : a = a' ∧ b = b' ∧ c = c' := by sorry
Source