You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.
Christian Williams said:
This is satisfying; but it depends on the fact that you can interpret sets as discrete categories. The equivalence does not even make sense for a general (locally cartesian closed) category. But surely there's a way to continue this nice "universal" version of the story to that level of generality...
Any object in a category with pullbacks gives an internal category with object of objects equal to object of morphisms, and identity maps for the structure morphism. You need to do a little work to internalise the idea of presheaves, and while it's not exposed especially well in Johnstone's Sketches of an Elephant, that is what is done in sections B2.3 and B3.2 there.
Thanks @Morgan Rogers; I need to think about this. When is locally cartesian closed, it is in particular self-enriched. Then if can be made into a trivial internal category, the question is whether it can be translated to an enriched category so that we can ask whether .
It seems pretty hopeful, but if so that would be awesome. This would fully solidify as generalizing and as generalizing .
Eventually all of the nice dependent type theory that lives in locally cartesian closed categories might be generalized to certain nice bicategories or fibrant double categories. (right above I'm suggesting the case for or .) (but I don't yet know enough DTT to back this stuff up.)
Christian Williams said:
Thanks Morgan Rogers; I need to think about this. When is locally cartesian closed, it is in particular self-enriched. Then if can be made into a trivial internal category, the question is whether it can be translated to an enriched category so that we can ask whether .
For a small category written as an internal category in Set, we construct homsets via pullbacks:
WhatsApp-Image-2020-04-06-at-19.29.08.jpeg
This picture works in any cartesian-closed category, and any LCC category if you replace concrete objects (morphisms ) with "generalised objects" (morphisms from arbitrary objects to ), and since the result is an object of the ambient category it's definitely enriched in the way you want. I'll leave you to check under what conditions this hom construction has the universal property it's required do have, though.
I may not have given enough context about internal categories for this to make total sense; let me know if you want a better explanation of the background or the diagram above!
Yes, I understand. Maybe we can move this to a new topic.
We were starting to discuss in the Sheaves reading group about the relation between enrichment and internalization.
In "Enriched and internal categories: an extensive relationship" https://www.researchgate.net/publication/321664282_Enriched_and_internal_categories_an_extensive_relationship
there is an adjunction between -enriched categories and categories internal to .
-- provided that is "extensive"; it has some notion of disjointness of coproducts, so that you can "pull apart" the thing of morphisms into homs indexed by pairs of objects.
Morgan Rogers said:
Christian Williams said:
Thanks Morgan Rogers; I need to think about this. When is locally cartesian closed, it is in particular self-enriched. Then if can be made into a trivial internal category, the question is whether it can be translated to an enriched category so that we can ask whether .
For a small category written as an internal category in Set, we construct homsets via pullbacks:
WhatsApp-Image-2020-04-06-at-19.29.08.jpeg
This picture works in any cartesian-closed category, and any LCC category if you replace concrete objects (morphisms ) with "generalised objects" (morphisms from arbitrary objects to ), and since the result is an object of the ambient category it's definitely enriched in the way you want. I'll leave you to check under what conditions this hom construction has the universal property it's required do have, though.
copying this over.
Thanks, I need to work through this now.
Certainly a lot of information will be destroyed in the process, but I know it will work.
So, let be any object in a locally cartesian closed category. It could be made into a trivial internal category with identity morphisms for structure maps, or it could be made into an enriched category by the way Morgan is describing. There, the set of objects is given by the hom-set .
WhatsApp-Image-2020-04-06-at-19.29.08.jpeg
copying the picture over for reference.
Then given two such points , the hom "" is constructed by the pullback described above. However since the structure maps of are just identity morphisms, we have is still and is still . Then what is the pullback of two points ? In it's trivial, but maybe it's not in general...
Ah yeah, since is terminal, taking the pullback of points must be terminal if , and empty otherwise.
So this is only recreating the "sets as discrete categories" phenomenon, and nothing more. I guess it's not that surprising, because we were really trying to squeeze water from a stone.
In general internal categories are great and powerful; it's just the image of that's not very interesting.
But you were also describing a more general idea, where you are making enriched using these pullbacks, applied not to points but generalized elements of . That is promising... but that seems to go in another direction than the goal of . If as a -enriched category is trivial... well, actually even then I suppose is still -enriched. Hm.
It seems like a long shot, but so far I haven't found any evidence that it's impossible. I'll keep thinking.
[The motivation for this conversation is
https://categorytheory.zulipchat.com/#narrow/stream/229136-theory.3A-category.20theory/topic/Reading.20group.20on.20.22Sheaves.20in.20Geometry.20and.20Logic.22/near/192989321 -- I was trying to make a canonical proof of quantifiers as adjoints by thinking of existential/universal as -enriched left/right Kan extensions. Right now this only works for , and it would be great to generalize this to any locally cartesian closed category.]
It's probably not going to work. Given this hom would be just their pullback. But in the proof of the adjoints for an LCCC, they of course depend on the actual internal hom of , which is different. So this is probably wishful thinking.
But any way, people please share thoughts and ask questions. This is a more general topic about the connection of enrichment and internalization.
Yea, I had a question a while back about how to state and prove the Yoneda lemma for internal presheaves. Is there a good reference for this? What are sufficient conditions?
In my totally biased opinion, a nice place for comparing internal and enriched categories is a context that includes them both.
Cool!
Yes, absolutely. Do you have ideas for how left/right Kan extension generalize quantifiers as adjoints?
( and hopefully ; and hopefully )
I feel like @Ryan Wisnesky is quite well placed to answer this question...
@John Baez This might be on the wrong stream :rolling_on_the_floor_laughing:
My Zulip often shows one topic with another name right on top of it.
if you click on the correct topic, it will focus in on that one
(if you just click on a stream, or "All messages", it will show multiple topics at once, which can be confusing)
Yup. But I usually want to plow through "All messages" at once. I just gotta be careful.
the question is how left/right Kan extensions generalize quantifiers? yes, we find the left Kan extensions correspond to an existential like thing that in CQL we call sigma and right Kan extensions to a universal like thing that in CQL we call pi. We tend to think of them as 'changing a schema' as opposed to 'quantifying' anything, however
Hey Ryan! There's a similar situation in dependent types, of course, where sigmas and pis are more proof relevant than the simple quantifiers in logic. But maybe there's an additional texture to the Kan extensions?
The LCCC Σ and Π are a bit odd with respect to type theory, because they combine things that are typically separate in the latter.
It only corresponds to type theory if is a 'projection', basically.
(Hence all the other notions that try to match type theory more closely, I suppose.)
I thought the only gripe against LCCC models was that they were extensional. (oh and they needed to be fixed up because of some laxness issue present in the first, simplest, formulation of such).
That's not my only gripe. :mischievous:
We're getting dangerously off-topic here, but I wouldn't hate a "LCCCs as models of type theory" discussion as well
Dan Doel said:
The LCCC Σ and Π are a bit odd with respect to type theory, because they combine things that are typically separate in the latter.
just to clarify, are you referring to morphisms representing both terms and (dependencies of) types?
No, I mean that you can do stuff like .
I think this is part of what I was trying to say: you only expect to be able to take dependent sums/products of display maps, which are the types/projections, but in a LCCC you can take dependent sums/products of any morphism, including ones corresponding to term (operators), like
Oh, yes.
If you think hard enough, you can imagine anything is a display map, but that doesn't really reflect what type theory is like very well.
Yes, this is my fault for not bringing this back to: https://categorytheory.zulipchat.com/#narrow/stream/229136-theory.3A-category.20theory/topic/Reading.20group.20on.20.22Sheaves.20in.20Geometry.20and.20Logic.22/near/193071011
Is there an "enriched category theory done slowly with lots of details"? In particular, I'm currently looking at understanding how a closed monoidal category can be seen as enriched over itself, and the details are... elusive. Everything I've found up to now is very sketchy with the details.
I don't have a reference like you're asking for, but what should be the first step in understanding this fact is that V closed => V has internal hom => hom sets are objects in V => V is V-enriched. This is the broad idea. Perhaps most writing about this would expect this is enough for the reader to fill in further details.
Was this broad idea part of what you wanted clarified, or is it just the finer-grain details?
Does Kelly's book not provide sufficient details? (note: I had always thought this was the basic text, and I'm genuinely curious here)
I guess I had assume that Jacques wasn't satisfied with the details in Kelly.
If this isn't the case, please see if you like this: http://www.tac.mta.ca/tac/reprints/articles/10/tr10.pdf
As Gershom says, it is the standard reference.
I understood the high-level ideas (but thanks). I'm trying to formalize it all - and that's very detail hungry. Kelly's book is still under-detailed - but I'll try again. p.14-15 does seem to have a bit more than other places I've seen.
FWIW, I find Chapter 3 of Riehl's book Categorical Homotopy Theory, available here, to be more readable as an introduction than Kelly's book, although being a single chapter it doesn't cover nearly as much material.
@Evan Patterson That helped. Once I figured out what "is adjunct under [adjoint relation] to ..." meant (that was the hard part!!), then the rest was very precise indeed. That still leaves me with 3 non-trivial proof obligations, but they look doable.