LeanPool.DirectedTopologyLean4.DTop #
The category of directed topological spaces.
- carrier : Type u
The underlying type of a directed topological space.
- str : DirectedSpace ↑self
Instances For
@[implicit_reducible]
Equations
- dTopCat.instCoeSortType = { coe := dTopCat.carrier }
Construct a bundled dTopCat from the underlying type and the typeclass.
Equations
- dTopCat.of X = { carrier := X, str := inst✝ }
Instances For
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[simp]
@[simp]
@[simp]
theorem
dTopCat.ext
{X Y : dTopCat}
{f g : X ⟶ Y}
(w : ∀ (x : ↑X), (CategoryTheory.ConcreteCategory.hom f) x = (CategoryTheory.ConcreteCategory.hom g) x)
:
theorem
dTopCat.ext_iff
{X Y : dTopCat}
{f g : X ⟶ Y}
:
f = g ↔ ∀ (x : ↑X), (CategoryTheory.ConcreteCategory.hom f) x = (CategoryTheory.ConcreteCategory.hom g) x
@[simp]
@[simp]
@[simp]
theorem
dTopCat.ofHom_comp
{X Y Z : Type u}
[DirectedSpace X]
[DirectedSpace Y]
[DirectedSpace Z]
(f : D(X,Y))
(g : D(Y,Z))
:
@[implicit_reducible]
Equations
- dTopCat.subspaceCoe = { coe := fun (s : Set ↑X) => dTopCat.of ↑s }
The inclusion of a directed subspace into its ambient space.
Equations
- dTopCat.DirectedSubtypeHom Y = dTopCat.ofHom (DirectedSubtypeInclusion fun (s : ↑X) => s ∈ Y)
Instances For
The inclusion between two directed subspaces, given a subset relation.