Documentation

Mathlib.AlgebraicTopology.SimplicialSet.Boundary

The boundary of the standard simplex #

We introduce the boundary ∂Δ[n] of the standard simplex Δ[n]. (These notations become available by doing open Simplicial.)

Future work #

There isn't yet a complete API for simplices, boundaries, and horns. As an example, we should have a function that constructs from a non-surjective order preserving function Fin n → Fin n a morphism Δ[n] ⟶ ∂Δ[n].

The boundary ∂Δ[n] of the n-th standard simplex consists of all m-simplices of stdSimplex n that are not surjective (when viewed as monotone function m → n).

Equations
Instances For

    The boundary ∂Δ[n] of the n-th standard 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
        theorem SSet.boundary_eq_iSup (n : ) :
        boundary n = ⨆ (i : Fin (n + 1)), stdSimplex.face {i}
        @[reducible, inline, deprecated SSet.boundary (since := "2025-01-26")]

        The inclusion of the boundary of the n-th standard simplex into that standard simplex.

        Equations
        Instances For