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.
In a different thread:
Mike Shulman said:
You're saying that the type of E-categories can be parametrized over three unrelated universes, for the types of objects, morphisms, and equalities respectively, and that the slice/comma construction doesn't act on such E-categories leaving all the universes fixed. So it could either be an endomorphism of (in Coq notation)
ECat@{i j k}
with extra constraintsk <= j <= i
, or it could take input inECat@{i j k}
and yield output inECat@{max(i,j) max(j,k) k}
.I suppose I would argue that one should always impose the constraint
k <= j <= i
.
Hmm, I now have serious doubts about the latter. Let's just consider i
and j
for objects and homs (locally).
i
to be 0, and j
can be as large as we wanti
as large as one wants, and j
can be 0.So it appears to me that they really ought to be completely independent from each other.
Well, there's a one-element set in every universe, so 1-object categories can also fit in j <= i
.
If you're allowing yourself to modify the native universe that objects live in by injecting them into something large enough (like, say, j
), then yes, of course. That doesn't feel... elegant?
Isn't your unit type universe-polymorphic?