Documentation

Mathlib.AlgebraicTopology.SimplicialSet.TopAdj

Properties of the geometric realization #

In this file, we introduce some API in order to study the geometric realization functor (and its right adjoint the singular simplicial set functor):

The homeomorphism between the topological realization of a standard simplex in SSet and the corresponding topological standard simplex.

Equations
Instances For
    @[implicit_reducible]
    Equations
    • One or more equations did not get rendered due to their size.
    noncomputable def TopCat.toSSetObj₀Equiv {X : TopCat} :
    (toSSet.obj X).obj (Opposite.op { len := 0 }) X

    Given X : TopCat, this is the bijection between 0-simplices of the singular simplicial set of X and X.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      theorem TopCat.toSSetObj₀Equiv_apply {X : TopCat} (a✝ : (toSSet.obj X).obj (Opposite.op { len := 0 })) :
      theorem TopCat.toSSetObj₀Equiv_symm_apply {X : TopCat} (a✝ : X) :
      toSSetObj₀Equiv.symm a✝ = (X.toSSetObjEquiv (Opposite.op { len := 0 })).symm { toFun := fun (x : (stdSimplex (Fin (0 + 1)))) => a✝, continuous_toFun := }

      The standard topological simplex of dimension 1 is homeomorphic to TopCat.I.

      Equations
      Instances For

        The geometric realization of Δ[1] is isomorphic to TopCat.I.

        Equations
        Instances For

          The canonical morphism Δ[1] ⟶ TopCat.toSSet.obj TopCat.I: by adjunction, it corresponds to the isomorphism toTopObjIsoI : |Δ[1]| ≅ TopCat.I.

          Equations
          Instances For