Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pullback.congrHom

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y Z : C} →
      {f₁ f₂ : X ⟶ Z} →
        {g₁ g₂ : Y ⟶ Z} →
          f₁ = f₂ →
            g₁ = g₂ →
              [inst_1 : CategoryTheory.Limits.HasPullback f₁ g₁] →
                [inst_2 : CategoryTheory.Limits.HasPullback f₂ g₂] →
                  CategoryTheory.Limits.pullback f₁ g₁ ≅ CategoryTheory.Limits.pullback f₂ g₂

If f₁ = f₂ and g₁ = g₂, we may construct a canonical isomorphism pullback f₁ g₁ ≅ pullback f₂ g₂

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
12 results in Mathlib
Foundations
Depth 31 from the axioms · 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.

CategoryTheory.Limits.pullbackDiagonalMapIdIso · cited by 16Limits.pullbackDiagonalMa…CategoryTheory.Limits.diagonalObjPullbackFstIso · cited by 15Limits.diagonalObjPullbac…CategoryTheory.Limits.pullback.congrHom_hom · cited by 11pullback.congrHom_homCategoryTheory.Limits.pullback.congrHom_inv · cited by 7pullback.congrHom_invCategoryTheory.MorphismProperty.Over.pullbackComp · cited by 5Over.pullbackCompAlgebraicGeometry.Scheme.Pullback.pullbackFstιToV · cited by 5Pullback.pullbackFstιToVCategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_fst · cited by 2Limits.pullbackDiagonalMa…CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_snd · cited by 2Limits.pullbackDiagonalMa…CategoryTheory.MorphismProperty.Over.pullbackCongr · cited by 2Over.pullbackCongrCategoryTheory.Over.starPullbackIsoStar · cited by 2Over.starPullbackIsoStarCategoryTheory.Functor.relativelyRepresentable.of_diag · cited by 1relativelyRepresentable.o…AlgebraicGeometry.Scheme.Pullback.diagonalRestrictIsoDiagonal · cited by 1Pullback.diagonalRestrict…CategoryTheory.Limits.pullback_lift_diagonal_isPullback · cited by 1Limits.pullback_lift_diag…CategoryTheory.Functor.relativelyRepresentable.toPullbackTerminal · cited by 1relativelyRepresentable.t…AlgebraicGeometry.Spec.fiberToSpecResidueFieldIso · cited by 1Spec.fiberToSpecResidueFi…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.asIso · cited by 177CategoryTheory.asIsoCategoryTheory.Limits.pullback.map · cited by 156pullback.mappullback.congrHomCITED BYCITES

Cites8

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

Cited by20

Results whose statement or proof uses this declaration.