typo fix
This commit is contained in:
parent
50b897e11d
commit
c89df7cd7b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue