Skip to content

Draft: Port to Coq 8.13.0#10

Open
gstew5 wants to merge 3 commits into
masterfrom
coq-8.13.0
Open

Draft: Port to Coq 8.13.0#10
gstew5 wants to merge 3 commits into
masterfrom
coq-8.13.0

Conversation

@gstew5

@gstew5 gstew5 commented Mar 9, 2021

Copy link
Copy Markdown
Contributor

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

gstew5 commented Mar 9, 2021

Copy link
Copy Markdown
Contributor Author

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

@neewamp

neewamp commented Mar 10, 2021

Copy link
Copy Markdown
Contributor

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