Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing exercise solution in 4.12 #12

Open
SlimTim10 opened this issue Dec 19, 2023 · 0 comments
Open

Missing exercise solution in 4.12 #12

SlimTim10 opened this issue Dec 19, 2023 · 0 comments

Comments

@SlimTim10
Copy link
Contributor

In the last exercise of section 4.12:

Exercise (Trivial) Should the reader be feeling industrious, they
are encouraged to prove that Sandbox-Relations.Unrelated and
Sandbox-Relations.Related are also preorders.

the provided solution does not include the proof for Sandbox-Relations.Unrelated:

Solution

open Sandbox-Relations using (Related; related)
Related-preorder : IsPreorder (Related {A = A})
IsPreorder.refl Related-preorder = related
IsPreorder.trans Related-preorder _ _ = related
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant