Theorems · Definition · category theory
CategoryTheory.Limits.weakPullback.map
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
{W X Y Z S T : C} →
(f₁ : W ⟶ S) →
(f₂ : X ⟶ S) →
[inst_1 : CategoryTheory.Limits.HasWeakPullback f₁ f₂] →
(g₁ : Y ⟶ T) →
(g₂ : Z ⟶ T) →
[inst_2 : CategoryTheory.Limits.HasWeakPullback g₁ g₂] →
(i₁ : W ⟶ Y) →
(i₂ : X ⟶ Z) →
(i₃ : S ⟶ T) →
CategoryTheory.CategoryStruct.comp f₁ i₃ = CategoryTheory.CategoryStruct.comp i₁ g₁ →
CategoryTheory.CategoryStruct.comp f₂ i₃ = CategoryTheory.CategoryStruct.comp i₂ g₂ →
(CategoryTheory.Limits.weakPullback f₁ f₂ ⟶ CategoryTheory.Limits.weakPullback g₁ g₂)Given such a diagram, then there is a natural morphism from the weak pullback of
W ⟶ S and X ⟶ S to the weak pullback of Y ⟶ T and Z ⟶ T.
``
W ⟶ Y
↘ ↘
S ⟶ T
↗ ↗
X ⟶ Z
``
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Limits.weakPullbackstatement · cited by 8
- CategoryTheory.Limits.HasWeakPullbackstatement and proof · cited by 8
- CategoryTheory.Limits.weakPullback.fstproof · cited by 6
- CategoryTheory.Limits.weakPullback.liftproof · cited by 6
- CategoryTheory.Limits.weakPullback.sndproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.weakPullback.mapDescproof · cited by 0