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

Addition is associative on the naturals

Closed

Posted about 1 month ago · proven 20 days ago

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

theorem nat_add_assoc (a b c : Nat) : (a + b) + c = a + (b + c) :=Nat.add_assoc a b c
Rewards pledged

No rewards pledged yet.