Category instance for topological spaces #
We introduce the bundled category TopCat
of topological spaces together with the functors
TopCat.discrete
and TopCat.trivial
from the category of types to TopCat
which equip a type
with the corresponding discrete, resp. trivial, topology. For a proof that these functors are left,
resp. right adjoint to the forgetful functor, see Mathlib.Topology.Category.TopCat.Adjunctions
.
The category of topological spaces and continuous maps.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- TopCat.concreteCategory = id inferInstance
Equations
- TopCat.instCoeSortTopCatType = CategoryTheory.Bundled.coeSort
Equations
- TopCat.topologicalSpaceUnbundled x = x.str
instance
TopCat.instCoeFunHomTopCatToQuiverToCategoryStructInstTopCatLargeCategoryForAllαTopologicalSpace
(X : TopCat)
(Y : TopCat)
:
Equations
- TopCat.instCoeFunHomTopCatToQuiverToCategoryStructInstTopCatLargeCategoryForAllαTopologicalSpace X Y = { coe := fun (f : X ⟶ Y) => ⇑f }
theorem
TopCat.comp_app
{X : TopCat}
{Y : TopCat}
{Z : TopCat}
(f : X ⟶ Y)
(g : Y ⟶ Z)
(x : ↑X)
:
(CategoryTheory.CategoryStruct.comp f g) x = g (f x)
Equations
- TopCat.topologicalSpace_coe X = X.str
@[reducible]
instance
TopCat.topologicalSpace_forget
(X : TopCat)
:
TopologicalSpace ((CategoryTheory.forget TopCat).obj X)
Equations
- TopCat.topologicalSpace_forget X = X.str
Equations
- TopCat.inhabited = { default := TopCat.of Empty }
The discrete topology on any type.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The trivial topology on any type.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
theorem
TopCat.isoOfHomeo_hom
{X : TopCat}
{Y : TopCat}
(f : ↑X ≃ₜ ↑Y)
:
(TopCat.isoOfHomeo f).hom = Homeomorph.toContinuousMap f
@[simp]
theorem
TopCat.isoOfHomeo_inv
{X : TopCat}
{Y : TopCat}
(f : ↑X ≃ₜ ↑Y)
:
(TopCat.isoOfHomeo f).inv = Homeomorph.toContinuousMap (Homeomorph.symm f)
Any homeomorphisms induces an isomorphism in Top
.
Equations
- TopCat.isoOfHomeo f = { hom := Homeomorph.toContinuousMap f, inv := Homeomorph.toContinuousMap (Homeomorph.symm f), hom_inv_id := ⋯, inv_hom_id := ⋯ }
Instances For
@[simp]
theorem
TopCat.homeoOfIso_apply
{X : TopCat}
{Y : TopCat}
(f : X ≅ Y)
(a : (CategoryTheory.forget TopCat).obj X)
:
(TopCat.homeoOfIso f) a = f.hom a
@[simp]
theorem
TopCat.homeoOfIso_symm_apply
{X : TopCat}
{Y : TopCat}
(f : X ≅ Y)
(a : (CategoryTheory.forget TopCat).obj Y)
:
(Homeomorph.symm (TopCat.homeoOfIso f)) a = f.inv a
Any isomorphism in Top
induces a homeomorphism.
Equations
- TopCat.homeoOfIso f = { toEquiv := { toFun := ⇑f.hom, invFun := ⇑f.inv, left_inv := ⋯, right_inv := ⋯ }, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
@[simp]
@[simp]
theorem
TopCat.openEmbedding_iff_comp_isIso
{X : TopCat}
{Y : TopCat}
{Z : TopCat}
(f : X ⟶ Y)
(g : Y ⟶ Z)
[CategoryTheory.IsIso g]
:
@[simp]
theorem
TopCat.openEmbedding_iff_comp_isIso'
{X : TopCat}
{Y : TopCat}
{Z : TopCat}
(f : X ⟶ Y)
(g : Y ⟶ Z)
[CategoryTheory.IsIso g]
:
OpenEmbedding
(CategoryTheory.CategoryStruct.comp ((CategoryTheory.forget TopCat).map f) ((CategoryTheory.forget TopCat).map g)) ↔ OpenEmbedding ⇑f
theorem
TopCat.openEmbedding_iff_isIso_comp
{X : TopCat}
{Y : TopCat}
{Z : TopCat}
(f : X ⟶ Y)
(g : Y ⟶ Z)
[CategoryTheory.IsIso f]
:
@[simp]
theorem
TopCat.openEmbedding_iff_isIso_comp'
{X : TopCat}
{Y : TopCat}
{Z : TopCat}
(f : X ⟶ Y)
(g : Y ⟶ Z)
[CategoryTheory.IsIso f]
:
OpenEmbedding
(CategoryTheory.CategoryStruct.comp ((CategoryTheory.forget TopCat).map f) ((CategoryTheory.forget TopCat).map g)) ↔ OpenEmbedding ⇑g