Documentation

Mathlib.Topology.Category.TopCat.Monoidal

The cartesian monoidal structure on TopCat #

We define the cartesian monoidal category structure on TopCat. We also introduce the unit interval as an object TopCat.I of TopCat.

@[implicit_reducible]
Equations
  • One or more equations did not get rendered due to their size.
@[simp]
theorem TopCat.braiding_hom_apply {X Y : TopCat} {x : X} {y : Y} :
@[simp]
theorem TopCat.braiding_inv_apply {X Y : TopCat} {x : X} {y : Y} :

The unit interval, as an object of TopCat.

Equations
Instances For

    The unit interval TopCat.I is homeomorphic to unitInterval.

    Equations
    Instances For
      theorem TopCat.I.ext {x y : I} (h : homeomorph x = homeomorph y) :
      x = y
      theorem TopCat.I.ext_iff {x y : I} :

      The symmetrization map TopCat.ITopCat.I.

      Equations
      Instances For