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

Draft: Port to Coq 8.13.0 #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Draft: Port to Coq 8.13.0 #10

wants to merge 3 commits into from

Conversation

gstew5
Copy link
Contributor

@gstew5 gstew5 commented Mar 9, 2021

I had to introduce an additional axiom:
Axiom Rtotal_order_T : forall r1 r2:R, {r1 < r2} + {r1 = r2} + {r1 > r2}.
which was removed from Coq's Reals library (it was present at least in 8.9).

The axiom isn't true constructively but is classically.

- I had to introduce an additional axiom:
  Axiom Rtotal_order_T : forall r1 r2:R, {r1 < r2} + {r1 = r2} + {r1 > r2}.
@gstew5 gstew5 requested review from bagnalla and david-masters and removed request for bagnalla March 9, 2021 20:14
@gstew5
Copy link
Contributor Author

gstew5 commented Mar 9, 2021

@neewamp I noticed you(?) introduced a few admits in dyadics.v. Can you fill them in this branch?

@neewamp
Copy link
Contributor

neewamp commented Mar 10, 2021

I will get working on those admits.

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

Successfully merging this pull request may close these issues.

2 participants