Products and coproducts in the category of topological spaces #
The projection from the product as a bundled continuous map.
Equations
- TopCat.piπ α i = ContinuousMap.mk fun (f : ↑(TopCat.of ((i : ι) → ↑(α i)))) => f i
Instances For
The explicit fan of a family of topological spaces given by the pi type.
Equations
- TopCat.piFan α = CategoryTheory.Limits.Fan.mk (TopCat.of ((i : ι) → ↑(α i))) (TopCat.piπ α)
Instances For
The constructed fan is indeed a limit
Equations
- One or more equations did not get rendered due to their size.
Instances For
The product is homeomorphic to the product of the underlying spaces, equipped with the product topology.
Equations
Instances For
The inclusion to the coproduct as a bundled continuous map.
Equations
- TopCat.sigmaι α i = ContinuousMap.mk (id (Sigma.mk i))
Instances For
The explicit cofan of a family of topological spaces given by the sigma type.
Equations
- TopCat.sigmaCofan α = CategoryTheory.Limits.Cofan.mk (TopCat.of ((i : ι) × ↑(α i))) (TopCat.sigmaι α)
Instances For
The constructed cofan is indeed a colimit
Equations
- One or more equations did not get rendered due to their size.
Instances For
The coproduct is homeomorphic to the disjoint union of the topological spaces.
Equations
Instances For
The first projection from the product.
Equations
- TopCat.prodFst = ContinuousMap.mk Prod.fst
Instances For
The second projection from the product.
Equations
- TopCat.prodSnd = ContinuousMap.mk Prod.snd
Instances For
The explicit binary cofan of X, Y
given by X × Y
.
Equations
- TopCat.prodBinaryFan X Y = CategoryTheory.Limits.BinaryFan.mk TopCat.prodFst TopCat.prodSnd
Instances For
The constructed binary fan is indeed a limit
Equations
- One or more equations did not get rendered due to their size.
Instances For
The homeomorphism between X ⨯ Y
and the set-theoretic product of X
and Y
,
equipped with the product topology.
Equations
Instances For
The binary coproduct cofan in TopCat
.
Equations
- TopCat.binaryCofan X Y = CategoryTheory.Limits.BinaryCofan.mk (ContinuousMap.mk Sum.inl) (ContinuousMap.mk Sum.inr)
Instances For
The constructed binary coproduct cofan in TopCat
is the coproduct.
Equations
- One or more equations did not get rendered due to their size.