-
Notifications
You must be signed in to change notification settings - Fork 73
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
Dedekind reals are arithmetically located #1273
Dedekind reals are arithmetically located #1273
Conversation
….lagda.md Co-authored-by: Fredrik Bakke <fredrbak@gmail.com>
Well, we pulled out some lemmas, but they're merged now, so we can come back to this. |
…ocated' into located-implies-arithmetically-located
…ocated' into located-implies-arithmetically-located
I could only find one place to use |
I think you should be able to invoke a |
I don't think we can do anything as neat as you're suggesting. The main issue is with which existential statements depend on each other. The choice of So we can use a |
I've done what I believe is the best possible. |
I think this situation with where
_>>=_ : {l1 l2 : Level} {A : UU l1} {B : A -> UU l2} -> exists-structure A B -> (Sigma A B -> type-Prop claim) -> type-Prop claim
x >>= f = elim-exists claim (ev-pair f) x to your definition (replacing Sigma with the Greek symbol, I'm on my phone), and see if it helps with readability |
@VojtechStep , that was incredibly effective. Thanks! |
Should I fold this into a PR for addition of reals in general? |
I'm going to do that. |
The last, and hardest, lemma we need to add reals.