-
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
Negation on real numbers #1246
Negation on real numbers #1246
Conversation
Awesome! |
Some formatting needs to be edited, I'll give you a more detailed review later. |
I've attempted to update the formatting, PR title, etc. in accordance with what you've said elsewhere. |
Your code looks very good! Thank you so much for all your contributions!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice pull request!
src/elementary-number-theory/strict-inequality-integers.lagda.md
Outdated
Show resolved
Hide resolved
src/elementary-number-theory/strict-inequality-rational-numbers.lagda.md
Outdated
Show resolved
Hide resolved
ah, whoops, sorry for the double up review |
Co-authored-by: Fredrik Bakke <[email protected]> Co-authored-by: Egbert Rijke <[email protected]>
It looks like this PR just needs a
|
@lowasser, would you mind wrapping up this pull request when you have time? |
Yes, it's on my list. |
Now that you mention it, it likely boils down to the fact that our implementation of the rationals has to reduce fractions between every operation. Alternatively, we could follow 1lab's approach and switch to the definition of the rationals as a quotient rather than as the subtype of reduced fractions, that would probably fix this issue. |
Could that really be the issue? There's also a |
No description provided.