Hacker News new | ask | show | jobs
by mfukar 5732 days ago
a = a (equality is reflexive under Peano arithmetic)

=> a + c = a + c (addition is commutative under Peano arithmetic)

=> a + c = b + c (a == b)

=> a + c = b + d (c == d)

qed