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

Multiplication is commutative on the naturals

Closed

Posted about 1 month ago · proven 20 days ago

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

theorem nat_mul_comm (m n : Nat) : m * n = n * m :=Nat.mul_comm m n
Rewards pledged

No rewards pledged yet.