-
Notifications
You must be signed in to change notification settings - Fork 681
feat(CategoryTheory/Limits/Shapes/Pullback/Categorical): pseudofunctoriality structure of categorical pullback squares #27391
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: master
Are you sure you want to change the base?
Conversation
…ack-functoriality-1
…ack-functoriality-1
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
PR summary 9c18b42ca8Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
This PR/issue depends on: |
…ack-square-pseudofunctoriality-lemmas
…re-pseudofunctoriality-struct
…ack-square-pseudofunctoriality-struct
…ack-square-pseudofunctoriality-struct
…ack-square-pseudofunctoriality-struct
Using pseudofunctoriality of the construction
CatCommSqOver
, we show that categorical pullback squares have pseudofunctorial-like structures: given aCatCommSq T L R B
and aCatPullbackSq T' L' R' B'
, and aCatCospanTransform R B R' B'
, there is afunctor
CatPullbackSq.functorOfTransform
between the top left corners of the two squares. We giveCatCommSq
instances that relates this functor with other constructions such asCatCommSqOver.transform
.Similarly, we construct
CatPullbackSq.functorOfTransform₂
, that maps morphisms ofCatCospanTransforms
to natural transformations. Finally, we show thatfunctorOfTransform
respects identities and compositions.We do not yet prove that all of this data satisfies all the expected properties of pseudofunctors: this will be the content of a follow-up PR.