Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - feat(order/order_iso_nat): generalize well_founded.monotone_chain_condition to preorders#15073

Closed
vihdzp wants to merge 6 commits intomasterfrom
monotone_chain_condition'
Closed

[Merged by Bors] - feat(order/order_iso_nat): generalize well_founded.monotone_chain_condition to preorders#15073
vihdzp wants to merge 6 commits intomasterfrom
monotone_chain_condition'

Conversation

@vihdzp
Copy link
Copy Markdown
Collaborator

@vihdzp vihdzp commented Jun 30, 2022

We also clean up the spacing throughout the file.


Open in Gitpod

Copy link
Copy Markdown
Collaborator

@Vierkantor Vierkantor left a comment

Choose a reason for hiding this comment

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

bors d+

@[simp]
lemma nat_lt_apply {f : ℕ → α} {H : ∀ n : ℕ, r (f n) (f (n + 1))} {n : ℕ} :
nat_lt f H n = f n :=
lemma nat_lt_apply {f : ℕ → α} {H : ∀ n : ℕ, r (f n) (f (n + 1))} {n : ℕ} : nat_lt f H n = f n :=
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

To be honest, I preferred the previous version because it doesn't cram so much onto one line. But I don't care enough either way to refuse to merge this, you can decide.

@bors
Copy link
Copy Markdown

bors bot commented Jul 12, 2022

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

@leanprover-community-bot-assistant leanprover-community-bot-assistant 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 Jul 12, 2022
@vihdzp
Copy link
Copy Markdown
Collaborator Author

vihdzp commented Jul 12, 2022

bors r+

bors bot pushed a commit that referenced this pull request Jul 12, 2022
…ndition` to preorders (#15073)

We also clean up the spacing throughout the file.
@bors
Copy link
Copy Markdown

bors bot commented Jul 12, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(order/order_iso_nat): generalize well_founded.monotone_chain_condition to preorders [Merged by Bors] - feat(order/order_iso_nat): generalize well_founded.monotone_chain_condition to preorders Jul 12, 2022
@bors bors bot closed this Jul 12, 2022
@bors bors bot deleted the monotone_chain_condition' branch July 12, 2022 16:39
joelriou pushed a commit that referenced this pull request Jul 23, 2022
…ndition` to preorders (#15073)

We also clean up the spacing throughout the file.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

delegated The PR author may merge after reviewing final suggestions.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants