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

Successor is injective

Closed

Posted 3 months ago · proven 2 months ago

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

theorem nat_succ_injective {m n : Nat} (h : m + 1 = n + 1) : m = n :=Nat.succ.inj h
Rewards pledged

No rewards pledged yet.