This commit is contained in:
Mo Mirza 2019-09-28 11:47:47 +01:00 committed by GitHub
parent 1a28ce8ca8
commit 2621c92824
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@ Chapter [Decidable]({{ site.baseurl }}/Decidable/).
## Inversion
In our defintions, we go from smaller things to larger things.
In our definitions, we go from smaller things to larger things.
For instance, from `m ≤ n` we can conclude `suc m ≤ suc n`,
where `suc m` is bigger than `m` (that is, the former contains
the latter), and `suc n` is bigger than `n`. But sometimes we