Theorems · Theorem · category theory
TopCat.pullback_map_isOpenEmbedding
∀ {W X Y Z S T : TopCat} (f₁ : W ⟶ S) (f₂ : X ⟶ S) (g₁ : Y ⟶ T) (g₂ : Z ⟶ T) {i₁ : W ⟶ Y} {i₂ : X ⟶ Z},
Topology.IsOpenEmbedding ⇑(CategoryTheory.ConcreteCategory.hom i₁) →
Topology.IsOpenEmbedding ⇑(CategoryTheory.ConcreteCategory.hom i₂) →
∀ (i₃ : S ⟶ T) [H₃ : CategoryTheory.Mono i₃]
(eq₁ : CategoryTheory.CategoryStruct.comp f₁ i₃ = CategoryTheory.CategoryStruct.comp i₁ g₁)
(eq₂ : CategoryTheory.CategoryStruct.comp f₂ i₃ = CategoryTheory.CategoryStruct.comp i₂ g₂),
Topology.IsOpenEmbedding
⇑(CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.pullback.map f₁ f₂ g₁ g₂ i₁ i₂ i₃ eq₁ eq₂))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
``
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Mono
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setproof · cited by 53,352
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- Set.rangeproof · cited by 4,705
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- TopCat.carrierstatement and proof · cited by 3,184
- ContinuousMapstatement · cited by 2,491
- IsOpenproof · cited by 2,400
- TopCatstatement and proof · cited by 1,889
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Monostatement and proof · cited by 893
Cited by2
Results whose statement or proof uses this declaration.
- TopCat.snd_isOpenEmbedding_of_leftproof · cited by 2
- TopCat.fst_isOpenEmbedding_of_rightproof · cited by 0