-
Notifications
You must be signed in to change notification settings - Fork 855
[Merged by Bors] - feat(Order/Category): partial orders with order embeddings as morphisms #30693
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/Category): partial orders with order embeddings as morphisms #30693
Conversation
PR summary 2c2d756603Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| instance hasForgetToPartOrd : HasForget₂ PartOrdEmb PartOrd where | ||
| forget₂.obj X := .of X | ||
| forget₂.map f := PartOrd.ofHom f.hom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have the subcategory of monomorphisms somewhere? Can we identify this with that?
I'm happy for you to proceed if that either is too big a detour, or there's a reason you think it wouldn't be helpful.
bors d+
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, monomorphisms correspond to injective maps, but there are some injective monotone maps between partial orders that are not order embeddings (consider the identity of Fin 2 where there is the usual order on the target but in the source 0 and 1 are not comparable).
|
✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thanks! bors merge |
…ms (#30693) This category will be relevant in the study of accessible categories. I am making Johan Commelin a co-author as the new file `PartOrdEmb.lean` is essentially a copy-paste of `PartOrd.Lean`. Co-authored-by: Johan Commelin <johan@commelin.net>
|
Pull request successfully merged into master. Build succeeded: |
This category will be relevant in the study of accessible categories. I am making Johan Commelin a co-author as the new file
PartOrdEmb.leanis essentially a copy-paste ofPartOrd.Lean.Co-authored-by: Johan Commelin johan@commelin.net