Documentation

Mathlib.AlgebraicTopology.SimplexCategory.ToMkOne

Morphisms to ⦋1⦌ #

We define a bijective map SimplexCategory.toMk₁ : Fin (n + 2) → ⦋n⦌ ⟶ ⦋1⦌. This is used in the file Mathlib.AlgebraicTopology.SimplicialSet.StdSimplexOnein the study of simplices in the simplicial setΔ[1]`.

def SimplexCategory.toMk₁ {n : } (i : Fin (n + 2)) :
mk n mk 1

Given i : Fin (n + 2), this is the morphism ⦋n⦌ ⟶ ⦋1⦌ in the simplex category which corresponds to the monotone map Fin (n + 1) → Fin 2 which takes i times the value 0.

Equations
Instances For
    noncomputable def SimplexCategory.toMk₁Equiv {n : } :
    Fin (n + 2) (mk n mk 1)

    The bijection Fin (n + 2) ≃ (⦋n⦌ ⟶ ⦋1⦌) which sends i : Fin (n + 2) to the morphism ⦋n⦌ ⟶ ⦋1⦌ in the simplex category which corresponds to the monotone map Fin (n + 1) → Fin 2 which takes i times the value 0.

    Equations
    Instances For
      @[simp]