Documentation

Mathlib.AlgebraicTopology.SimplicialSet.ProdStdSimplexOne

Binary products Δ[n] ⊗ Δ[1] #

In this file, we define a bijection SSet.prodStdSimplex₁.nonDegenerateEquiv between Fin (p + 1) and the type of nondegenerate (p + 1)-simplices of Δ[p] ⊗ Δ[1]. We use this enumeration of the nondegenerate simplices in order to define a filtration SSet.prodStdSimplex₁.filtration of Δ[p] ⊗ Δ[1] by subcomplexes.

This is an enumeration of the p + 1 nondegenerate dimension-(p + 1) simplices of Δ[p] ⊗ Δ[1]. It sends i : Fin (p + 1) to the nondegenerate simplex consisting of the vertices (0, 0) ≤ (1,0) ≤ ... ≤ (i, 0) ≤ (i, 1) ≤ ... ≤ (p, 1).

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    The filtration of Δ[p] ⊗ Δ[1] which sends j : Fin (p + 1) to the subcomplex generated by the non-degenerate (p + 1)-simplices nonDegenerateEquiv i for i ≤ j.

    Equations
    Instances For
      @[reducible, inline]

      Given i and j in Fin (p + 1), this is the subcomplex of Δ[p] ⊗ Δ[1] obtained as the intersection of the subcomplexes generated by the ith and jth p + 1-dimensional non-degenerate simplices given by the enumeration prodStdSimplex₁.nonDegenerateEquiv.

      Equations
      Instances For

        Given j : Fin (p + 2), this is the non-degenerate p-simplex of Δ[p] ⊗ Δ[1] which correspond to the stricly monotone map Fin (p + 1) → Fin (p + 1) × Fin 2 whose first projection is the identity, and whose second projection takes j-times the value 0.

        Equations
        Instances For
          @[deprecated SSet.prodStdSimplex₁.nonDegenerateEquiv (since := "2026-08-13")]

          Alias of SSet.prodStdSimplex₁.nonDegenerateEquiv.


          This is an enumeration of the p + 1 nondegenerate dimension-(p + 1) simplices of Δ[p] ⊗ Δ[1]. It sends i : Fin (p + 1) to the nondegenerate simplex consisting of the vertices (0, 0) ≤ (1,0) ≤ ... ≤ (i, 0) ≤ (i, 1) ≤ ... ≤ (p, 1).

          Equations
          Instances For
            @[deprecated SSet.prodStdSimplex₁.nonDegenerateEquiv_fst (since := "2026-08-13")]

            Alias of SSet.prodStdSimplex₁.nonDegenerateEquiv_fst.

            @[deprecated SSet.prodStdSimplex₁.nonDegenerateEquiv_snd (since := "2026-08-13")]

            Alias of SSet.prodStdSimplex₁.nonDegenerateEquiv_snd.