Horns #
This file introduces horns Λ[n, i].
horn n i (or Λ[n, i]) is the i-th horn of the n-th standard simplex,
where i : n. It consists of all m-simplices α of Δ[n]
for which the union of {i} and the range of α is not all of n
(when viewing α as monotone function m → n).
Instances For
The i-th horn Λ[n, i] of the standard n-simplex
Instances For
The (degenerate) subsimplex of Λ[n+2, i] concentrated in vertex k.
Instances For
The edge of Λ[n, i] with endpoints a and b.
This edge only exists if {i, a, b} has cardinality less than n.
Instances For
Alternative constructor for the edge of Λ[n, i] with endpoints a and b,
assuming 3 ≤ n.
Instances For
The edge of Λ[n, i] with endpoints j and j+1.
This constructor assumes 0 < i < n,
which is the type of horn that occurs in the horn-filling condition of quasicategories.
Instances For
The triangle in the standard simplex with vertices k, k+1, and k+2.
This constructor assumes 0 < i < n,
which is the type of horn that occurs in the horn-filling condition of quasicategories.
Instances For
The jth face of codimension 1 of the i-th horn.
Instances For
Two morphisms from a horn are equal if they are equal on all suitable faces.
Given i and j in Fin (n + 1) such that j ≠ i, this is
the inclusion of stdSimplex.face {j}ᶜ in the horn horn n i.
Instances For
Given i and j in Fin (n + 2) such that j ≠ i, this is the inclusion
of Δ[n] in horn (n + 1) i given by stdSimplex.δ j.