-
Notifications
You must be signed in to change notification settings - Fork 70
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
Facts about Adjoints #439
base: main
Are you sure you want to change the base?
Facts about Adjoints #439
Conversation
New pages
Changed pages
|
Making the way for strong monomorphisms
8f4c8d3
to
101b2ee
Compare
The best order to review this in is probably:
|
[strong epis compose]: Cat.Morphism.Strong.Epi.html#properties | ||
```agda | ||
strong-mono-∘ |
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.
I think this should be ∘-is-strong-mono
?
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.
Yeah, probably. We'd need to rename strong-epi-∘
as well.
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.
Ok we also have monic-∘
and epic-∘
; would be good to do, but perhaps out of scope?
Description
The following PR proves a bunch of random facts about adjoints. The most notable results are:
This requires a bit of machinery to set up: in particular, we need a bit of theory about strong monos. In light of this,
I've factored out a lot of the proofs about strong epis into general results about orthogonal maps. I've also done a
naming/API standardization pass on
StrongEpi
, and renamed it toStrong.Epi
to makeStrong.Mono
a bit morewell organized.
There are also a bunch of misc. reasoning combinator additions, including
Cat.Natural.Reasoning
.Checklist
Before submitting a merge request, please check the items below:
support/sort-imports.hs
(ornix run --experimental-features nix-command -f . sort-imports
).If your change affects many files without adding substantial content, and
you don't want your name to appear on those pages (for example, treewide
refactorings or reformattings), start the commit message and PR title with
chore:
.