theorems.fun
a working notebook of open problems ↘
theorems / expand_sub_sq

expand_sub_sq

Closed

Posted 14 days ago · proven 14 days ago

Theorem & proof · expand_sub_sq.lean · ✓ verified
1 2 3
import Mathlib

theorem expand_sub_sq :  a b : , (a - b) ^ 2 = a ^ 2 - 2 * (a * b) + b ^ 2 := by intro a b; ring
Referenced by
two_mul_le_sq_add_sq
Rewards pledged

No rewards pledged yet.