1.3 Enriched limits
A simplicially enriched category—commonly called a “simplicial category” for short—is a category that is enriched over the cartesian monoidal category of simplicial sets. We recall the definition, which already exists in Mathlib.
The data of a simplicial category is a simplicially enriched category with a set of objects and a simplicial set \({\mathord {\mathcal{A}}}(x,y)\) of morphisms between each ordered pair of objects. Each endo-hom space contains a distinguished 0-simplex \(\textup{id}_x \in {\mathord {\mathcal{A}}}(x,y)_0\), and composition is required to define a simplicial map
The composition is required to be associative and unital, in a sense expressed by the commutative diagrams of simplicial sets
For each \(n \geq 0\), an \(n\)-simplex in \({\mathord {\mathcal{A}}}(x,y)\) is referred to as an \(n\)-arrow from \(x\) to \(y\).
For any simplicial category \({\mathord {\mathcal{A}}}\) and \(n \geq 0\), the \(n\)-arrows assemble into the arrows of an ordinary category \({\mathord {\mathcal{A}}}_n\) with the same set of objects as \({\mathord {\mathcal{A}}}\).
The category of \(n\)-arrows is easy to construct directly. Alternatively, this result can be proven by applying the theory of change-of-base of §1.5 to the functor \(\textup{ev}_n \colon {\mathord {\mathcal{sSet}}}\to {\mathord {\mathcal{Set}}}\).
In particular, the underlying category of a simplicial category can be identified with the category of \(0\)-arrows. Below we link the general Mathlib construction of the underlying category of an enriched category, though it might be useful to formalize a lemma characterizing it in the way stated here.
The category \({\mathord {\mathcal{A}}}_0\) of 0-arrows is the underlying category of the simplicial category \({\mathord {\mathcal{A}}}\), which forgets the higher dimensional simplicial structure.
There is alternate presentation of the data of a simplicial category as a simplicial object in the category of categories and identity-on-objects functors. 1
A simplicial category \({\mathord {\mathcal{A}}}\) is equivalently given by categories \({\mathord {\mathcal{A}}}_n\), with a common set of objects and whose arrows are called \(n\)-arrows, that assemble into a diagram \(\Delta ^{\mathord {\textup{op}}}\to {\mathord {\mathcal{Cat}}}\) of identity-on-objects functors
By contrast, the notion of simplicially enriched limit remains to be formalized. Fortunately, we do not (immediately) require the general notion of weighted limits, as the notion of an \(\infty \)-cosmos only requires two special cases: cotensors and conical limits.
Let \({\mathord {\mathcal{A}}}\) be a simplicial category. The cotensor of an object \(A \in {\mathord {\mathcal{A}}}\) by a simplicial set \(U\) is given by the data of an object \(A^U \in {\mathord {\mathcal{A}}}\) together with a cone \(U \to {\mathord {\mathcal{A}}}(A^U,A)\) so that the induced map defines an isomorphism of simplicial sets:
Note by construction the isomorphism 1.3.1 is automatically simplicially natural in \(X\). This simplicial naturality is an important aspect of the enriched universal property.
A simplicial category \({\mathord {\mathcal{A}}}\) has cotensors when all cotensors exist.
When a simplicial category has cotensors, cotensors are associative: given \(A \in {\mathord {\mathcal{A}}}\) and simplicial sets \(U\) and \(V\) there are canonical isomorphisms
By the enriched Yoneda lemma, these objects represent the same simplicial functors \({\mathord {\mathcal{A}}}^{\mathord {\textup{op}}}\to {\mathord {\mathcal{sSet}}}\).
Assuming such objects exist, the simplicial cotensor defines a bifunctor
in a unique way making the isomorphism 1.3.1 natural in \(U\) and \(A\) as well.
Functoriality in each variable follows from the universal property.
The other simplicial limit notions postulated by axiom 1.4.1i are conical, which is the term used for ordinary 1-categorical limit shapes that satisfy an enriched analog of the usual universal property. Such limits also define limits in the underlying category, but the usual universal property is strengthened.
Consider a limit cone \((\lim _{j \in J}A_j \to A_j)_{j \in J}\) in the underlying category \({\mathord {\mathcal{A}}}_0\) of a simplicially-enriched category \({\mathord {\mathcal{A}}}\). By applying the covariant representable functor \({\mathord {\mathcal{A}}}(X,-) \colon {\mathord {\mathcal{A}}}_0 \to {\mathord {\mathcal{sSet}}}\) to a limit cone \((\lim _{j \in J}A_j \to A_j)_{j \in J}\) in \({\mathord {\mathcal{A}}}_0\), we obtain a natural comparison map
We say that \(\lim _{j\in J}A_j\) defines a simplicially enriched limit if and only if 1.3.2 is an isomorphism of simplicial sets for all \(X \in {\mathord {\mathcal{A}}}\).
The notion of cotensors and conical limits could be introduced for categories enriched over arbitrary cartesian monoidal categories or more generally for categories enriched over symmetric monoidal categories. This might be worth doing as a service to the broader Mathlib.