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(order/rel_iso): add a few lemmas #5106

Closed
wants to merge 1 commit into from

Conversation

urkud
Copy link
Member

@urkud urkud commented Nov 25, 2020

  • add lemmas order_iso.apply_eq_iff_eq etc;
  • define order_iso.symm.

* add lemmas `order_iso.apply_eq_iff_eq` etc;
* define `order_iso.symm`.
@urkud urkud added the awaiting-review The author would like community review of the PR label Nov 25, 2020
@awainverse
Copy link
Collaborator

This all looks better, thanks

@@ -560,40 +579,33 @@ lemma order_iso.map_bot [order_bot α] [order_bot β]
f ⊥ = ⊥ :=
by { rw [eq_bot_iff, ← f.apply_symm_apply ⊥, ← f.map_rel_iff], apply bot_le, }

lemma rel_iso.map_top [order_top α] [order_top β]
lemma order_iso.map_top [order_top α] [order_top β]
Copy link
Collaborator

Choose a reason for hiding this comment

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

@awainverse I'm assuming these renamings were missed in #3838?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah, I think I had trouble making all of these namespace changes work for some reason I've forgotten. Since it all builds, this naming convention's definitely better.

Copy link
Collaborator

@bryangingechen bryangingechen left a comment

Choose a reason for hiding this comment

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

Thanks!
bors r+

bors bot pushed a commit that referenced this pull request Nov 27, 2020
* add lemmas `order_iso.apply_eq_iff_eq` etc;
* define `order_iso.symm`.
@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 Nov 27, 2020
@bors
Copy link

bors bot commented Nov 27, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore(order/rel_iso): add a few lemmas [Merged by Bors] - chore(order/rel_iso): add a few lemmas Nov 27, 2020
@bors bors bot closed this Nov 27, 2020
@bors bors bot deleted the order-iso-lemmas branch November 27, 2020 06:38
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

3 participants