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] - feat(order/cover): The covering relation #10676

Closed
wants to merge 9 commits into from

Conversation

YaelDillies
Copy link
Collaborator

@YaelDillies YaelDillies commented Dec 8, 2021

This defines a ⋖ b to mean that a < b and there is no element in between. It is generally useful, but in particular in the context of polytopes and successor orders.

Co-authored-by: Violeta Hernández vi.hdz.p@gmail.com
Co-authored-by: Grayson Burton noobie365@gmail.com


Open in Gitpod

@YaelDillies YaelDillies added the awaiting-review The author would like community review of the PR label Dec 8, 2021
src/order/cover.lean Outdated Show resolved Hide resolved
src/order/basic.lean Outdated Show resolved Hide resolved
src/order/basic.lean Outdated Show resolved Hide resolved
src/order/cover.lean Outdated Show resolved Hide resolved
src/order/succ_pred.lean Outdated Show resolved Hide resolved
src/order/succ_pred.lean Outdated Show resolved Hide resolved
@urkud urkud added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Dec 11, 2021
@YaelDillies YaelDillies added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels Dec 11, 2021
src/order/atoms.lean Outdated Show resolved Hide resolved
@urkud
Copy link
Member

urkud commented Dec 17, 2021

Thanks!
bors d+

@bors
Copy link

bors bot commented Dec 17, 2021

✌️ YaelDillies can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@github-actions github-actions bot added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Dec 17, 2021
src/order/atoms.lean Outdated Show resolved Hide resolved
Co-authored-by: Yury G. Kudryashov <urkud@urkud.name>
@YaelDillies
Copy link
Collaborator Author

Thanks!

bors merge

bors bot pushed a commit that referenced this pull request Dec 18, 2021
This defines `a ⋖ b` to mean that `a < b` and there is no element in between. It is generally useful, but in particular in the context of polytopes and successor orders.

Co-authored-by: Violeta Hernández <vi.hdz.p@gmail.com>
Co-authored-by: Grayson Burton <noobie365@gmail.com>
@bors
Copy link

bors bot commented Dec 18, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(order/cover): The covering relation [Merged by Bors] - feat(order/cover): The covering relation Dec 18, 2021
@bors bors bot closed this Dec 18, 2021
@bors bors bot deleted the order_cover branch December 18, 2021 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated The PR author may merge after reviewing final suggestions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants