Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pullbackDiagonalMapIdIso

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    {X Y : C} →
      [CategoryTheory.Limits.HasPullbacks C] →
        {S T : C} →
          (f : X ⟶ T) →
            (g : Y ⟶ T) →
              (i : T ⟶ S) →
                [inst_2 : CategoryTheory.Limits.HasPullback i i] →
                  [inst_3 : CategoryTheory.Limits.HasPullback f g] →
                    [inst_4 :
                        CategoryTheory.Limits.HasPullback (CategoryTheory.CategoryStruct.comp f i)
                          (CategoryTheory.CategoryStruct.comp g i)] →
                      [inst_5 :
                          CategoryTheory.Limits.HasPullback (CategoryTheory.Limits.pullback.diagonal i)
                            (CategoryTheory.Limits.pullback.map (CategoryTheory.CategoryStruct.comp f i)
                              (CategoryTheory.CategoryStruct.comp g i) i i f g (CategoryTheory.CategoryStruct.id S) ⋯
                              ⋯)] →
                        CategoryTheory.Limits.pullback (CategoryTheory.Limits.pullback.diagonal i)
                            (CategoryTheory.Limits.pullback.map (CategoryTheory.CategoryStruct.comp f i)
                              (CategoryTheory.CategoryStruct.comp g i) i i f g (CategoryTheory.CategoryStruct.id S) ⋯
                              ⋯) ≅
                          CategoryTheory.Limits.pullback f g

This iso witnesses the fact that given f : X ⟶ T, g : Y ⟶ T, and i : T ⟶ S, the diagram `` X ×ₜ Y ⟶ X ×ₛ Y | | | | ↓ ↓ T ⟶ T ×ₛ T ` is a pullback square. Also see pullback_map_diagonal_isPullback`.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Diagonal
Cited by
16 results in Mathlib
Foundations
Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPullbacksCategoryTheory.Limits.HasPullbackCategoryTheory.Limits.HasPullbackCategoryTheory.Limits.HasPullbackCategoryTheory.Limits.HasPullback

Around this declaration

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

CategoryTheory.Limits.pullbackDiagonalMapIdIso_inv_snd_fst · cited by 4Limits.pullbackDiagonalMa…CategoryTheory.Limits.pullbackDiagonalMapIdIso_inv_snd_snd · cited by 4Limits.pullbackDiagonalMa…CategoryTheory.Limits.pullbackDiagonalMapIdIso_inv_fst · cited by 3Limits.pullbackDiagonalMa…CategoryTheory.Limits.pullback_map_diagonal_isPullback · cited by 2Limits.pullback_map_diago…CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_fst · cited by 2Limits.pullbackDiagonalMa…CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_snd · cited by 2Limits.pullbackDiagonalMa…CategoryTheory.Limits.pullback_lift_diagonal_isPullback · cited by 1Limits.pullback_lift_diag…CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_fst_assoc · cited by 1Limits.pullbackDiagonalMa…AlgebraicGeometry.IsSeparated.of_comp · cited by 1IsSeparated.of_compCategoryTheory.Functor.relativelyRepresentable.diag_of_map_from_obj · cited by 1relativelyRepresentable.d…CategoryTheory.Limits.pullback.diagonal_comp · cited by 0pullback.diagonal_compCategoryTheory.Limits.pullbackDiagonalMapIdIso.congr_simp · cited by 0pullbackDiagonalMapIdIso.…CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_snd_assoc · cited by 0Limits.pullbackDiagonalMa…CategoryTheory.Limits.pullbackDiagonalMapIdIso_inv_snd_fst_assoc · cited by 0Limits.pullbackDiagonalMa…CategoryTheory.Limits.pullbackDiagonalMapIdIso_inv_snd_snd_assoc · cited by 0Limits.pullbackDiagonalMa…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Category.comp_id · cited by 2119Category.comp_idCategoryTheory.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.inv · cited by 467CategoryTheory.invCategoryTheory.Limits.HasPullbacks · cited by 439Limits.HasPullbacksCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.asIso · cited by 177CategoryTheory.asIsoLimits.pullbackDiagonalMapIdI…CITED BYCITES

Cites20

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

Cited by16

Results whose statement or proof uses this declaration.