Documentation

Mathlib.Topology.Homotopy.TopCat.ZerothHomotopy

ZerothHomotopy and connected components of TopCat.toSSet.obj X #

In this file, given X : TopCat, we define a bijection TopCat.zerothHomotopyEquiv between ZerothHomotopy X and (TopCat.toSSet.obj X).π₀.

noncomputable def TopCat.toSSetObj₁Equiv {X : TopCat} :
(toSSet.obj X).obj (Opposite.op { len := 1 }) (I X)

Given X : TopCat, this is the bijection between 1-simplices of the singular simplicial set of X and the type of morphisms I ⟶ X.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    noncomputable def TopCat.toSSetObjEdgeEquiv {X : TopCat} {x y : X} :

    Given two points x and y of X : TopCat, this is the bijection between edges in the simplicial set toSSet.obj X connecting the vertices corresponding to x and y, and paths from x to y.

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

      Given X : TopCat, this is the bijection between ZerothHomotopy X and the type of connected components of the simplicial set toSSet.obj X.

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