Horns #
This file introduce 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).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The i-th horn Λ[n, i] of the standard n-simplex
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pretty printer defined by notation3 command.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The inclusion of the boundary of the n-th standard simplex into that standard simplex.
Equations
- SSet.hornInclusion n i = (SSet.horn n i).ι
Instances For
The (degenerate) subsimplex of Λ[n+2, i] concentrated in vertex k.
Equations
- SSet.horn.const n i k m = SSet.yonedaEquiv (SSet.const ⟨SSet.stdSimplex.obj₀Equiv.symm 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.
Equations
- SSet.horn.edge n i a b hab H = ⟨SSet.stdSimplex.edge n a b hab, ⋯⟩
Instances For
Alternative constructor for the edge of Λ[n, i] with endpoints a and b,
assuming 3 ≤ n.
Equations
- SSet.horn.edge₃ n i a b hab H = SSet.horn.edge n i a b hab ⋯
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.
Equations
- SSet.horn.primitiveEdge h₀ hₙ j = SSet.horn.edge n i j.castSucc j.succ ⋯ ⋯
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.
Equations
Instances For
The jth face of codimension 1 of the i-th horn.
Equations
Instances For
Two morphisms from a horn are equal if they are equal on all suitable faces.