Documentation

Mathlib.AlgebraicTopology.SimplicialSet.StdSimplex

The standard simplex #

We define the standard simplices Δ[n] as simplicial sets. See files SimplicialSet.Boundary and SimplicialSet.Horn for their boundaries∂Δ[n] and horns Λ[n, i]. (The notations are available via open Simplicial.)

The functor SimplexCategorySSet which sends SimplexCategory.mk n to the standard simplex Δ[n] is a cosimplicial object in the category of simplicial sets. (This functor is essentially given by the Yoneda embedding).

Equations
Instances For
    @[deprecated SSet.stdSimplex (since := "2025-01-23")]

    Alias of SSet.stdSimplex.


    The functor SimplexCategorySSet which sends SimplexCategory.mk n to the standard simplex Δ[n] is a cosimplicial object in the category of simplicial sets. (This functor is essentially given by the Yoneda embedding).

    Equations
    Instances For

      The functor SimplexCategorySSet which sends SimplexCategory.mk n to the standard simplex Δ[n] is a cosimplicial object in the category of simplicial sets. (This functor is essentially given by the Yoneda embedding).

      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

          Simplices of the standard simplex identify to morphisms in SimplexCategory.

          Equations
          Instances For
            @[reducible, inline]

            Constructor for simplices of the standard simplex which takes a OrderHom as an input.

            Equations
            Instances For
              theorem SSet.stdSimplex.map_apply {m₁ m₂ : SimplexCategoryᵒᵖ} (f : m₁ m₂) {n : SimplexCategory} (x : (stdSimplex.obj n).obj m₁) :

              The canonical bijection (stdSimplex.obj n ⟶ X) ≃ X.obj (op n).

              Equations
              Instances For

                The (degenerate) m-simplex in the standard simplex concentrated in vertex k.

                Equations
                Instances For

                  The edge of the standard simplex with endpoints a and b.

                  Equations
                  Instances For
                    theorem SSet.stdSimplex.coe_edge_down_toOrderHom (n : ) (a b : Fin (n + 1)) (hab : a b) :
                    def SSet.stdSimplex.triangle {n : } (a b c : Fin (n + 1)) (hab : a b) (hbc : b c) :

                    The triangle in the standard simplex with vertices a, b, and c.

                    Equations
                    Instances For
                      theorem SSet.stdSimplex.coe_triangle_down_toOrderHom {n : } (a b c : Fin (n + 1)) (hab : a b) (hbc : b c) :

                      The m-simplices of the n-th standard simplex are the monotone maps from Fin (m+1) to Fin (n+1).

                      Equations
                      Instances For

                        The functor which sends ⦋n⦌ to the simplicial set Δ[n] equipped by the obvious augmentation towards the terminal object of the category of sets.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          @[simp]
                          @[simp]
                          theorem SSet.Augmented.stdSimplex_map_right {X✝ Y✝ : SimplexCategory} (θ : X✝ Y✝) (a✝ : ((fun (Δ : SimplexCategory) => { left := SSet.stdSimplex.obj Δ, right := ⊤_ Type u, hom := { app := fun (x : SimplexCategoryᵒᵖ) => CategoryTheory.Limits.terminal.from (((CategoryTheory.Functor.id (CategoryTheory.SimplicialObject (Type u))).obj (SSet.stdSimplex.obj Δ)).obj x), naturality := } }) X✝).right) :