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

[Merged by Bors] - chore(data/set/intervals): relax linear_order to preorder in the proofs of Ixx_eq_empty_iff #8071

Closed
wants to merge 11 commits into from

Conversation

YaelDillies
Copy link
Collaborator

@YaelDillies YaelDillies commented Jun 24, 2021

The previous formulations of Ixx_eq_empty(_iff) are basically a chaining of this formulation plus not_lt or not_le. But not_lt and not_le require linear_order. Removing them allows relaxing the typeclasses assumptions on Ixx_eq_empty_iff and slightly generalising Ixx_eq_empty.


Open in Gitpod

@YaelDillies YaelDillies added the awaiting-review The author would like community review of the PR label Jun 24, 2021
@github-actions github-actions bot added the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Jun 26, 2021
@github-actions github-actions bot removed the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Jun 26, 2021
@eric-wieser eric-wieser changed the title chore(data/set/intervals): relax linear_order to preorder in the proofs of Ixx_eq_empty chore(data/set/intervals): relax linear_order to preorder in the proofs of Ixx_eq_empty_iff Jun 27, 2021
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
@jcommelin
Copy link
Member

Thanks 🎉

bors merge

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Jul 13, 2021
bors bot pushed a commit that referenced this pull request Jul 13, 2021
…fs of `Ixx_eq_empty_iff` (#8071)

The previous formulations of `Ixx_eq_empty(_iff)` are basically a chaining of this formulation plus `not_lt` or `not_le`. But `not_lt` and `not_le` require `linear_order`. Removing them allows relaxing the typeclasses assumptions on `Ixx_eq_empty_iff` and slightly generalising `Ixx_eq_empty`.
@bors
Copy link

bors bot commented Jul 13, 2021

Build failed:

@sgouezel
Copy link
Collaborator

bors r+

bors bot pushed a commit that referenced this pull request Jul 13, 2021
…fs of `Ixx_eq_empty_iff` (#8071)

The previous formulations of `Ixx_eq_empty(_iff)` are basically a chaining of this formulation plus `not_lt` or `not_le`. But `not_lt` and `not_le` require `linear_order`. Removing them allows relaxing the typeclasses assumptions on `Ixx_eq_empty_iff` and slightly generalising `Ixx_eq_empty`.
@bors
Copy link

bors bot commented Jul 13, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore(data/set/intervals): relax linear_order to preorder in the proofs of Ixx_eq_empty_iff [Merged by Bors] - chore(data/set/intervals): relax linear_order to preorder in the proofs of Ixx_eq_empty_iff Jul 13, 2021
@bors bors bot closed this Jul 13, 2021
@bors bors bot deleted the Ixx_eq_empty branch July 13, 2021 14:16
b-mehta pushed a commit that referenced this pull request Jul 20, 2021
…fs of `Ixx_eq_empty_iff` (#8071)

The previous formulations of `Ixx_eq_empty(_iff)` are basically a chaining of this formulation plus `not_lt` or `not_le`. But `not_lt` and `not_le` require `linear_order`. Removing them allows relaxing the typeclasses assumptions on `Ixx_eq_empty_iff` and slightly generalising `Ixx_eq_empty`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants