This commit is contained in:
Your Name 2018-05-05 15:53:31 +02:00
parent 50b897e11d
commit c89df7cd7b

View file

@ -217,7 +217,7 @@ be shown, and reading down from the top and up from the bottom takes us to
For the inductive case, we must show:
(suc m + n) + p ≡ (suc m + n) + p
(suc m + n) + p ≡ suc m + (n + p)
Simplifying both sides with the inductive case of addition yields the equation: