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/succ_pred): succ-Archimedean orders #9714

Closed
wants to merge 4 commits into from

Conversation

YaelDillies
Copy link
Collaborator

This defines succ-Archimedean orders: orders in which a ≤ b means that succ^[n] a = b for some n.


I am not terribly sure of the utility of function.iterate.rec, notably because of that ugly rw. It really feels like nat.iterate is the wrong way around...

Open in Gitpod

@YaelDillies YaelDillies added the awaiting-review The author would like community review of the PR label Oct 14, 2021
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

bors d+

src/order/succ_pred.lean Outdated Show resolved Hide resolved
@bors
Copy link

bors bot commented Oct 14, 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 Oct 14, 2021
@YaelDillies
Copy link
Collaborator Author

bors merge

bors bot pushed a commit that referenced this pull request Oct 14, 2021
This defines `succ`-Archimedean orders: orders in which `a ≤ b` means that `succ^[n] a = b` for some `n`.
@bors
Copy link

bors bot commented Oct 15, 2021

Pull request successfully merged into master.

Build succeeded:

1 similar comment
@bors
Copy link

bors bot commented Oct 15, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(order/succ_pred): succ-Archimedean orders [Merged by Bors] - feat(order/succ_pred): succ-Archimedean orders Oct 15, 2021
@bors bors bot closed this Oct 15, 2021
@bors bors bot deleted the succ_archim branch October 15, 2021 01:06
@eric-wieser eric-wieser added the hacktoberfest-accepted Without this label hacktoberfest is scared off by bors label Oct 26, 2021
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. hacktoberfest-accepted Without this label hacktoberfest is scared off by bors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants