nLab composite of morphisms

Context

(,1)(\infty,1)-Category theory

Internal (,1)(\infty,1)-Categories

Directed homotopy type theory

Contents

Idea

The concept of composition in simplicial type theory.

Definition

Let AA be a type in simplicial type theory, and let Δ 2\Delta^2 denote the boundary of the 2-simplex type. A composite of morphisms from x:Ax:A through y:Ay:A to z:Az:A is a record consisting of

  • a function f:Δ 2Af:\Delta^2 \to A

  • an identification p x:f(0,0)=xp_x:f(0, 0) = x

  • an identification p y:f(0,1)=yp_y:f(0, 1) = y

  • an identification p z:f(1,1)=zp_z:f(1, 1) = z

The type of composites of morphisms comp A(x,y,z)\mathrm{comp}_A(x, y, z) between x:Ax:A, y:Ay:A, and z:Az:A is then the respective record type. It is also given by the dependent sum type

f:Δ 2A(f(0,0)=x)×(f(0,1)=y)×(f(1,1)=z)\sum_{f:\Delta^2 \to A} (f(0, 0) = x) \times (f(0, 1) = y) \times (f(1, 1) = z)

In a Segal type AA, for all elements x:Ax:A, y:Ay:A, and z:Az:A, from the Segal condition one can construct a composition operation on hom-types

λ(g,f).gf:hom A(y,z)×hom A(x,y)hom A(x,z)\lambda (g, f).g \circ f:\mathrm{hom}_A(y, z) \times \mathrm{hom}_A(x, y) \to \mathrm{hom}_A(x, z)

which by the uniqueness condition is automatically associative and unital.

Last revised on April 10, 2025 at 16:05:13. See the history of this page for a list of all contributions to it.