Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.diagonalObjPullbackFstIso

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Limits.HasPullbacks C] →
      {X Y Z : C} →
        (f : X ⟶ Z) →
          (g : Y ⟶ Z) →
            CategoryTheory.Limits.pullback.diagonalObj (CategoryTheory.Limits.pullback.fst f g) ≅
              CategoryTheory.Limits.pullback
                (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.snd g g) g) f

The diagonal object of X ×[Z] Y ⟶ X is isomorphic to Δ_{Y/Z} ×[Z] X.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Diagonal
Cited by
15 results in Mathlib
Foundations
Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPullbacks

Around this declaration

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

CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_fst_fst · cited by 2Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_fst_snd · cited by 2Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_snd_fst · cited by 2Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_snd_snd · cited by 2Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_hom_fst_fst · cited by 1Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_hom_fst_snd · cited by 1Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_hom_snd · cited by 1Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_hom_fst_fst_assoc · cited by 0Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_hom_fst_snd_assoc · cited by 0Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_hom_snd_assoc · cited by 0Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_fst_fst_assoc · cited by 0Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_fst_snd_assoc · cited by 0Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_snd_fst_assoc · cited by 0Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_snd_snd_assoc · cited by 0Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonal_pullback_fst · cited by 0Limits.diagonal_pullback_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Limits.WalkingCospan · cited by 496Limits.WalkingCospanCategoryTheory.Limits.cospan · cited by 467Limits.cospanCategoryTheory.Limits.HasPullbacks · cited by 439Limits.HasPullbacksCategoryTheory.Limits.pullback.diagonalObj · cited by 80pullback.diagonalObjCategoryTheory.Limits.pullbackSymmetry · cited by 61Limits.pullbackSymmetryCategoryTheory.Limits.pullbackRightPullbackFstIso · cited by 43Limits.pullbackRightPullb…Limits.diagonalObjPullbackFst…CITED BYCITES

Cites17

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

Cited by15

Results whose statement or proof uses this declaration.