[Merged by Bors] - feat(Order): add {WithTop,WithBot}.subtypeOrderIso#28192
[Merged by Bors] - feat(Order): add {WithTop,WithBot}.subtypeOrderIso#28192wwylele wants to merge 3 commits intoleanprover-community:masterfrom
Conversation
PR summary 8623f65b75Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Mathlib/Order/Hom/WithTopBot.lean
Outdated
| theorem subtypeOrderIso_symm_apply [DecidableEq α] [PartialOrder α] [OrderTop α] | ||
| {a : α} (h : a ≠ ⊤) : | ||
| (subtypeOrderIso).symm a = (⟨a, h⟩ : {a : α // a ≠ ⊤}) := by |
There was a problem hiding this comment.
you might want to also state symm_apply_fst
There was a problem hiding this comment.
I don't think symm_apply_fst works. There is a cast from {a : α // a ≠ ⊤} to WithTop {a : α // a ≠ ⊤} on the right side
YaelDillies
left a comment
There was a problem hiding this comment.
Thanks!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
Thanks! |
|
This PR was included in a batch that successfully built, but then failed to merge into master (it was a non-fast-forward update). It will be automatically retried. |
|
Pull request successfully merged into master. Build succeeded: |
Separated from #25970