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

Bifibrations #184

Merged
merged 18 commits into from
Feb 24, 2023
Merged

Bifibrations #184

merged 18 commits into from
Feb 24, 2023

Conversation

TOTBWF
Copy link
Collaborator

@TOTBWF TOTBWF commented Feb 1, 2023

Description

This PR defines bifibrations, and characterizes them as cartesian fibrations with left adjoints to base change.
Doing so cleanly requires a minor refactor of some properties of weak cartesian morphisms, along with some new
definitions:

  • Displayed hom categories
  • Opreindexing for opfibrations

This PR also adds the (start) of a natural isomorphism API; we should improve this in the future!

Notes

I couldn't come up with a better name for push-out. Suggestions would be appreciated!

@TOTBWF TOTBWF requested a review from plt-amy February 1, 2023 07:32
Copy link
Member

@plt-amy plt-amy left a comment

Choose a reason for hiding this comment

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

Okay hang on I need to actually render the webpage because that paragraph with all the maths broke my internal TeX

src/Cat/Displayed/Bifibration.lagda.md Outdated Show resolved Hide resolved
src/Cat/Displayed/Bifibration.lagda.md Show resolved Hide resolved
src/Cat/Displayed/Bifibration.lagda.md Outdated Show resolved Hide resolved
Copy link
Member

@plt-amy plt-amy left a comment

Choose a reason for hiding this comment

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

I'm still not done reviewing...

src/Cat/Displayed/Cartesian/Weak.lagda.md Show resolved Hide resolved
src/Cat/Displayed/Cartesian/Weak.lagda.md Outdated Show resolved Hide resolved
src/Cat/Displayed/Cartesian/Weak.lagda.md Outdated Show resolved Hide resolved
src/Cat/Displayed/Cartesian/Weak.lagda.md Outdated Show resolved Hide resolved
src/Cat/Displayed/Cartesian/Weak.lagda.md Outdated Show resolved Hide resolved
src/Cat/Displayed/Cocartesian/Indexing.lagda.md Outdated Show resolved Hide resolved
src/Cat/Displayed/Cocartesian/Indexing.lagda.md Outdated Show resolved Hide resolved
src/Cat/Displayed/Cocartesian/Indexing.lagda.md Outdated Show resolved Hide resolved
src/Cat/Functor/Hom.lagda.md Show resolved Hide resolved
@plt-amy plt-amy merged commit 2ee0f6d into main Feb 24, 2023
@plt-amy plt-amy deleted the bifibrations branch February 24, 2023 05:00
plt-amy added a commit that referenced this pull request Mar 21, 2023
# Description

This PR refactors (co)limits to be defined in terms of kan extensions.
The main motivation for doing so is to make preservation of limits less
annoying to deal with; as it currently stands we need to define special
functions for mapping cones, which makes life much harder.

## Notes

As noted on discord, representability does not work due to (annoying!)
universe level issues.
This PR is also based off #184; I'll rebase when the time comes.

---------

Co-authored-by: Amélia Liao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants