[ Induction ] Fix typo
of of typo
This commit is contained in:
parent
d9b0872a66
commit
e42aa017da
1 changed files with 2 additions and 2 deletions
|
@ -314,7 +314,7 @@ For the base case, we must show:
|
|||
|
||||
zero + zero ≡ zero
|
||||
|
||||
Simplifying with the base case of of addition, this is straightforward.
|
||||
Simplifying with the base case of addition, this is straightforward.
|
||||
|
||||
For the inductive case, we must show:
|
||||
|
||||
|
@ -385,7 +385,7 @@ For the base case, we must show:
|
|||
|
||||
zero + suc n ≡ suc (zero + n)
|
||||
|
||||
Simplifying with the base case of of addition, this is straightforward.
|
||||
Simplifying with the base case of addition, this is straightforward.
|
||||
|
||||
For the inductive case, we must show:
|
||||
|
||||
|
|
Loading…
Reference in a new issue