lean_workbook_plus_62199
ProvedA square of a real number is always greater than or equal to zero, i.e. for real and .
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_62199 (x y : ℝ) : (x - y) ^ 2 ≥ 0 := by sorry
Source