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):

@[implicit_reducible]

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

Instances For

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

    Instances For
      theorem TopCat.toSSetObj₀Equiv_apply {X : TopCat} (a✝ : (toSSet.obj X).obj (Opposite.op (SimplexCategory.mk 0))) :
      toSSetObj₀Equiv a✝ = { toFun := fun (f : C((stdSimplex (Fin (0 + 1))), X)) => f default, invFun := fun (x : X) => { toFun := fun (x_1 : (stdSimplex (Fin (0 + 1)))) => x, continuous_toFun := }, left_inv := , right_inv := } ((X.toSSetObjEquiv (Opposite.op (SimplexCategory.mk 0))) a✝)
      theorem TopCat.toSSetObj₀Equiv_symm_apply {X : TopCat} (a✝ : X) :
      toSSetObj₀Equiv.symm a✝ = (X.toSSetObjEquiv (Opposite.op (SimplexCategory.mk 0))).symm ({ toFun := fun (f : C((stdSimplex (Fin (0 + 1))), X)) => f default, invFun := fun (x : X) => { toFun := fun (x_1 : (stdSimplex (Fin (0 + 1)))) => x, continuous_toFun := }, left_inv := , right_inv := }.symm a✝)

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

      Instances For

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

        Instances For

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

          Instances For