Fix typo in an equation in quantifiers
This commit is contained in:
parent
246c2b3287
commit
3ee374bb0d
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ substituting for `n`.
|
|||
- If the number is odd because it is the successor of an even number,
|
||||
then we apply the induction hypothesis to give a number `m` and
|
||||
evidence that `m * 2 ≡ n`. We return a pair consisting of `suc m` and
|
||||
evidence that `1 + 2 * m = suc n`, which is immediate after
|
||||
evidence that `1 + m * 2 ≡ suc n`, which is immediate after
|
||||
substituting for `n`.
|
||||
|
||||
This completes the proof in the forward direction.
|
||||
|
|
Loading…
Reference in a new issue