Edges and "triangles" in simplicial sets #
Given a simplicial set X, we introduce two types:
- Given
0-simplicesx₀andx₁, we defineEdge x₀ x₁which is the type of1-simplices with facesx₁andx₀respectively; - Given
0-simplicesx₀,x₁,x₂, edgese₀₁ : Edge x₀ x₁,e₁₂ : Edge x₁ x₂,e₀₂ : Edge x₀ x₂, a structureCompStruct e₀₁ e₁₂ e₀₂which records the data of a2-simplex with facese₁₂,e₀₂ande₀₁respectively. This data will allow to obtain relations in the homotopy category ofX.
(This API parallels similar definitions for 2-truncated simplicial sets.
The definitions in this file are definitionally equal to their 2-truncated
counterparts.)
In a simplicial set, an edge from a vertex x₀ to x₁ is
a 1-simplex with prescribed 0-dimensional faces.
Instances For
Constructor for SSet.Edge which takes as an input a term in the definitionally
equal type SSet.Truncated.Edge for the 2-truncation of the simplicial set.
(This definition is made to contain abuse of defeq in other definitions.)
Instances For
The edge of the 2-truncation of a simplicial set X that is induced
by an edge of X.
Instances For
In a simplicial set, an edge from a vertex x₀ to x₁ is
a 1-simplex with prescribed 0-dimensional faces.
Instances For
Constructor for edges in a simplicial set.
Instances For
The constant edge on a 0-simplex.
Instances For
The image of an edge by a morphism of simplicial sets.
Instances For
The edge given by a 1-simplex.
Instances For
Let x₀, x₁, x₂ be 0-simplices of a simplicial set X,
e₀₁ an edge from x₀ to x₁, e₁₂ an edge from x₁ to x₂,
e₀₂ an edge from x₀ to x₂. This is the data of a 2-simplex whose
faces are respectively e₀₂, e₁₂ and e₀₁. Such structures shall provide
relations in the homotopy category of arbitrary simplicial sets
(and specialized constructions for quasicategories and Kan complexes.).
Instances For
Constructor for SSet.Edge.CompStruct which takes as an input a term in the
definitionally equal type SSet.Truncated.Edge.CompStruct for the 2-truncation of
the simplicial set. (This definition is made to contain abuse of defeq in
other definitions.)
Instances For
Conversion from SSet.Edge.CompStruct to SSet.Truncated.Edge.CompStruct.
Instances For
The underlying 2-simplex in a structure SSet.Edge.CompStruct.
Instances For
Constructor for SSet.Edge.CompStruct.
Instances For
e : Edge x₀ x₁ is a composition of Edge.id x₀ with e.
Instances For
e : Edge x₀ x₁ is a composition of e with Edge.id x₁
Instances For
The image of a Edge.CompStruct by a morphism of simplicial sets.