The simplicial nerve of a simplicial category #
This file defines the simplicial nerve (sometimes called homotopy coherent nerve) of a simplicial category.
We define the simplicial thickening of a linear order J
as the simplicial category whose hom
objects i ⟶ j
are given by the nerve of the poset of "paths" from i
to j
in J
. This is the
poset of subsets of the interval [i, j]
in J
, containing the endpoints.
The simplicial nerve of a simplicial category C
is then defined as the simplicial set whose
n
-simplices are given by the set of simplicial functors from the simplicial thickening of
the linear order Fin (n + 1)
to C
, in other words
SimplicialNerve C _[n] := EnrichedFunctor SSet (SimplicialThickening (Fin (n + 1))) C
.
Projects #
- Prove that the 0-simplicies of
SimplicialNerve C
may be identified with the objects ofC
- Prove that the 1-simplicies of
SimplicialNerve C
may be identified with the morphisms ofC
- Prove that the simplicial nerve of a simplicial category
C
, such thatsHom X Y
is a Kan complex for every pair of objectsX Y : C
, is a quasicategory. - Define the quasicategory of anima as the simplicial nerve of the simplicial category of Kan complexes.
- Define the functor from topological spaces to anima.
References #
A type synonym for a linear order J
, will be equipped with a simplicial category structure.
Equations
Instances For
A path from i
to j
in a linear order J
is a subset of the interval [i, j]
in J
containing
the endpoints.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Equations
- i.instCategoryHom j = inferInstanceAs (CategoryTheory.Category.{?u.31, ?u.31} (CategoryTheory.SimplicialThickening.Path i j))
Composition of morphisms in SimplicialThickening J
, as a functor (i ⟶ j) × (j ⟶ k) ⥤ (i ⟶ k)
Equations
- One or more equations did not get rendered due to their size.
Instances For
The hom simplicial set of the simplicial category structure on SimplicialThickening J
Equations
Instances For
The identity of the simplicial category structure on SimplicialThickening J
Equations
- One or more equations did not get rendered due to their size.
Instances For
The composition of the simplicial category structure on SimplicialThickening J
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Auxiliary definition for SimplicialThickening.functorMap
Equations
Instances For
Auxiliary definition for SimplicialThickening.functor
Equations
- One or more equations did not get rendered due to their size.
Instances For
The simplicial thickening defines a functor from the category of linear orders to the category of simplicial categories
Equations
- One or more equations did not get rendered due to their size.
Instances For
The simplicial nerve of a simplicial category C
is defined as the simplicial set whose
n
-simplices are given by the set of simplicial functors from the simplicial thickening of
the linear order Fin (n + 1)
to C
Equations
- One or more equations did not get rendered due to their size.