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

Multiplication by zero

Closed

Posted about 1 month ago · proven 20 days ago

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

theorem nat_mul_zero (n : Nat) : n * 0 = 0 :=Nat.mul_zero n
Rewards pledged

No rewards pledged yet.