Skip to content

Instantly share code, notes, and snippets.

@hmaurer
Forked from BekaValentine/gist:11198415
Created April 23, 2014 00:49
Show Gist options
  • Save hmaurer/11199367 to your computer and use it in GitHub Desktop.
Save hmaurer/11199367 to your computer and use it in GitHub Desktop.
suc (a + suc b) == suc (b + suc a)
^
|
|
suc (suc (a + b)) == suc (b + suc a)
^
|
|
suc (suc (a + b)) == suc (suc (b + a))
^
|
|
a + b == b + a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment