diff --git a/src/plfa/part1/Relations.lagda.md b/src/plfa/part1/Relations.lagda.md index 77ffbcfc..0e621d44 100644 --- a/src/plfa/part1/Relations.lagda.md +++ b/src/plfa/part1/Relations.lagda.md @@ -791,8 +791,8 @@ and back is the identity: to (from b) ≡ b (Hint: For each of these, you may first need to prove related -properties of `One`. Also, you may need to prove that `1` is -less or equal to the result of `from b`.) +properties of `One`. Also, you may need to prove that +if `One b` then `1` is less or equal to the result of `from b`.) ``` -- Your code goes here