Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pullback.map

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {W X Y Z S T : C} →
      (f₁ : W ⟶ S) →
        (f₂ : X ⟶ S) →
          [inst_1 : CategoryTheory.Limits.HasPullback f₁ f₂] →
            (g₁ : Y ⟶ T) →
              (g₂ : Z ⟶ T) →
                [inst_2 : CategoryTheory.Limits.HasPullback 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.pullback f₁ f₂ ⟶ CategoryTheory.Limits.pullback g₁ g₂)

Given such a diagram, then there is a natural morphism W ×ₛ X ⟶ Y ×ₜ Z. `` W ⟶ Y ↘ ↘ S ⟶ T ↗ ↗ X ⟶ Z ``

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
156 results in Mathlib
Foundations
Depth 28 from the axioms, rests on 169 definitions · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPullbackCategoryTheory.Limits.HasPullback

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

AlgebraicGeometry.Scheme.Pullback.t' · cited by 20Pullback.t'CategoryTheory.PreOneHypercover.cylinder · cited by 17PreOneHypercover.cylinderCategoryTheory.Limits.pullbackDiagonalMapIdIso · cited by 16Limits.pullbackDiagonalMa…AlgebraicGeometry.Scheme.Pullback.t · cited by 15Pullback.tCategoryTheory.Limits.pullbackDiagonalMapIso · cited by 15Limits.pullbackDiagonalMa…AlgebraicGeometry.Scheme.Cover.gluedCoverT' · cited by 12Cover.gluedCoverT'CategoryTheory.PreOneHypercover.inter · cited by 12PreOneHypercover.interCategoryTheory.Limits.pullback.congrHom · cited by 12pullback.congrHomCategoryTheory.Limits.pullback.congrHom_hom · cited by 11pullback.congrHom_homCategoryTheory.Limits.equalizerPullbackMapIso · cited by 10Limits.equalizerPullbackM…CategoryTheory.ShortComplex.SnakeInput.functorP · cited by 7SnakeInput.functorPAlgebraicGeometry.morphismRestrictOpensRange · cited by 7AlgebraicGeometry.morphis…CategoryTheory.Limits.pullback.congrHom_inv · cited by 7pullback.congrHom_invAlgebraicGeometry.Scheme.Pullback.openCoverOfLeftRight · cited by 7Pullback.openCoverOfLeftR…CategoryTheory.Limits.pullbackFstFstIso · cited by 7Limits.pullbackFstFstIsoCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.pullback.lift · cited by 114pullback.liftpullback.mapCITED BYCITES

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by187

Results whose statement or proof uses this declaration.