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.
Is there a sensible notion of -enriched category (for a concrete category) considered in the literature in which not only the "hom-sets" are objects of but also the "collection of objects"? That idea is related to the notion of a category internal to - however, I'd like to work with dependent-type "hom-sets" rather than one large "collection" of all morphisms. In particular I'm interested in . Then functors between such -enriched categories should be required to be continuous on objects in addition to being continuous on the "hom-sets", for instance.
Whether you think of the hom-sets as dependent types or as a single collection is orthogonal to the question of internalization. It's true that the usual definition of internal category is phrased using the single-collection approach, but if you write the dependent-type version in the internal dependent type theory of a finite-limit category you end up with the same external notion.
That said, depending on your goal you might be interested in my paper Enriched indexed categories which studies categories whose collection of objects is internal to one category and whose collections of morphisms are enriched in a different category (which is fibered over the first).
Mike Shulman said:
It's true that the usual definition of internal category is phrased using the single-collection approach, but if you write the dependent-type version in the internal dependent type theory of a finite-limit category you end up with the same external notion.
That's amazing, thanks!
Suppose I specify a category internal to Top using the dependent-type version, i.e., I give a family of local hom-spaces. How do I obtain the corresponding global space of all morphisms?
Internally, it would be . Externally, the dependent type is interpreted by a display map , so it is already the total space.
Mhm, I see, but I mean: if I, while working externally, specify a space (with underlying set ) and for all a space , is there a canonical way to compile that into a topological category?
Also, is there literature about the internal dependent type theory of a finite-limit category?
is there a canonical way to compile that into a topological category?
No, that's not possible in general: an internal category in Top is more than just a Top-enriched category with an unrelated topology on the set of objects.
is there literature about the internal dependent type theory of a finite-limit category?
Not as much as there is about that for locally cartesian closed categories, but there's some. There's a nice long systematic treatment of dependent type theories for categories with different fragments of logic, but I can't remember at the moment by who or what it's called...
is there a canonical way to compile that into a topological category?
No, that's not possible in general: an internal category in Top is more than just a Top-enriched category with an unrelated topology on the set of objects.
Thanks! Is "Top-enriched category with an unrelated topology on the set of objects" nevertheless a sensible notion to consider?
Not really. In general, whenever you have multiple structures you should ask them to cohere.
I guess you’d at least want the core of the category to be the fundamental groupoid of the space of objects
No, here we're talking about topologies up to point-set isomorphism, not homotopy equivalence.
Thanks!