Dependent products in categories#634
Open
finegeometer wants to merge 3 commits into
Open
Conversation
Member
New pages
|
Member
|
I'm not opposed to this in principle, but I think the notions of exponentiable object and exponentiable morphism could be tied together a bit more neatly.
There should at least be links between these and the new page, which defines exponentiable morphisms. It might be worth mentioning that these "dependent products" are also called distributivity pullbacks (a terrible name). The computation in presheaves could be simplified by considering dependent products along Please avoid Title Case. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I am unsure whether or not this pull request is a good idea. But since I only second-guessed myself after writing the code, it seems sensible to leave the choice up to you.
I provide two modules. The first defines the notion of "being a dependent product" in a category, by analogy to "being an exponential object". It then shows that when a morphism supports all dependent products, the base change functor has a right adjoint. The second module defines dependent products in a category of presheaves, thereby showing that
PSh Cis locally cartesian closed.But I'm no longer sure this is worth adding to the 1Lab. My original motivation was to make it easy to state "this functor preserves dependent products", but I realized afterwards that we can simply say "preserves exponentials in slice categories", to the same effect. And while we certainly do want a proof that presheaves are locally cartesian closed, it may be better to just directly construct exponentials in slices of presheaves.
I'll leave it up to you. If you feel these definitions are worth adding, great! If they aren't, feel free to simply close this pull request.