Pullbacks and pushouts in the category of topological spaces #
The first projection from the pullback.
Equations
- TopCat.pullbackFst f g = { toFun := Prod.fst ∘ Subtype.val, continuous_toFun := ⋯ }
Instances For
The second projection from the pullback.
Equations
- TopCat.pullbackSnd f g = { toFun := Prod.snd ∘ Subtype.val, continuous_toFun := ⋯ }
Instances For
The pullback of two maps can be identified as a subspace of X × Y
.
Equations
- TopCat.pullbackIsoProdSubtype f g = (CategoryTheory.Limits.limit.isLimit (CategoryTheory.Limits.cospan f g)).conePointUniqueUpToIso (TopCat.pullbackConeIsLimit f g)
Instances For
The pullback along an embedding is (isomorphic to) the preimage.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Alias of TopCat.isInducing_pullback_to_prod
.
Alias of TopCat.isEmbedding_pullback_to_prod
.
If the map S ⟶ T
is mono, then there is a description of the image of W ×ₛ X ⟶ Y ×ₜ Z
.
If there is a diagram where the morphisms W ⟶ Y
and X ⟶ Z
are embeddings,
then the induced morphism W ×ₛ X ⟶ Y ×ₜ Z
is also an embedding.
W ⟶ Y
↘ ↘
S ⟶ T
↗ ↗
X ⟶ Z
Alias of TopCat.pullback_map_isEmbedding
.
If there is a diagram where the morphisms W ⟶ Y
and X ⟶ Z
are embeddings,
then the induced morphism W ×ₛ X ⟶ Y ×ₜ Z
is also an embedding.
W ⟶ Y
↘ ↘
S ⟶ T
↗ ↗
X ⟶ Z
If there is a diagram where the morphisms W ⟶ Y
and X ⟶ Z
are open embeddings, and S ⟶ T
is mono, then the induced morphism W ×ₛ X ⟶ Y ×ₜ Z
is also an open embedding.
W ⟶ Y
↘ ↘
S ⟶ T
↗ ↗
X ⟶ Z
Alias of TopCat.pullback_map_isOpenEmbedding
.
If there is a diagram where the morphisms W ⟶ Y
and X ⟶ Z
are open embeddings, and S ⟶ T
is mono, then the induced morphism W ×ₛ X ⟶ Y ×ₜ Z
is also an open embedding.
W ⟶ Y
↘ ↘
S ⟶ T
↗ ↗
X ⟶ Z
Alias of TopCat.snd_isEmbedding_of_left
.
Alias of TopCat.fst_isEmbedding_of_right
.
Alias of TopCat.isEmbedding_of_pullback
.
Alias of TopCat.snd_isOpenEmbedding_of_left
.
Alias of TopCat.fst_isOpenEmbedding_of_right
.
If X ⟶ S
, Y ⟶ S
are open embeddings, then so is X ×ₛ Y ⟶ S
.
Alias of TopCat.isOpenEmbedding_of_pullback_open_embeddings
.
If X ⟶ S
, Y ⟶ S
are open embeddings, then so is X ×ₛ Y ⟶ S
.