added to the hint

This commit is contained in:
Jeremy Siek 2020-02-01 14:36:58 -05:00
parent c50f5713bc
commit 7c1d4d7903

View file

@ -791,7 +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`.)
properties of `One`. Also, you may need to prove that `1` is
less or equal to the result of `from b`.)
```
-- Your code goes here