-
Notifications
You must be signed in to change notification settings - Fork 85
Displayed Bicategories #549
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
base: main
Are you sure you want to change the base?
Conversation
New pages
Changed pages
|
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.
great stuff, here's some formatting nits i noticed on a skim.
(there's a whole lot of "blank lines around code blocks" to point out but i don't want to leave like 50 identical comments. generally every block level element— comments, code, paragraph, lists— needs to be surrounded with blank lines)
|
The build seems to have stalled 🤔 |
|
Tried to make the changes in |
| → {A' : Ob[ A ]} {B' : Ob[ B ]} | ||
| → A' [ f ]↦ B' → (f ⇒ g) → A' [ g ]↦ B' | ||
| → Type _ | ||
| _[_]⇒_ {A' = A'} {B' = B'} f' α g' = Hom[ A' , B' ] .Displayed.Hom[_] α f' g' |
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.
| _[_]⇒_ {A' = A'} {B' = B'} f' α g' = Hom[ A' , B' ] .Displayed.Hom[_] α f' g' | |
| _[_]⇒_ {A' = A'} {B' = B'} f' φ g' = Hom[ A' , B' ] .Displayed.Hom[_] φ f' g' |
maybe?
Description
This PR defines displayed bicategories, along with some prerequisites like displayed categories of displayed functors.
The prose in the definition of displayed bicategories feels kinda repetitive (whole bunch of "and then we have a displayed version of that"), but I wasn't sure what else to write 😅.
Just a definition for now, some actual theorems about them coming soon.
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:.