Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.pullback.congrHom_hom

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y Z : C} {f₁ f₂ : X ⟶ Z} {g₁ g₂ : Y ⟶ Z} (h₁ : f₁ = f₂)
  (h₂ : g₁ = g₂) [inst_1 : CategoryTheory.Limits.HasPullback f₁ g₁] [inst_2 : CategoryTheory.Limits.HasPullback f₂ g₂],
  (CategoryTheory.Limits.pullback.congrHom h₁ h₂).hom =
    CategoryTheory.Limits.pullback.map f₁ g₁ f₂ g₂ (CategoryTheory.CategoryStruct.id X)
      (CategoryTheory.CategoryStruct.id Y) (CategoryTheory.CategoryStruct.id Z) ⋯ ⋯
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
11 results in Mathlib
Foundations
Depth 32 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.pullback.congrHom_inv · cited by 7pullback.congrHom_invAlgebraicGeometry.Scheme.Pullback.pullbackFstιToV_fst · cited by 2Pullback.pullbackFstιToV_…CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_fst · cited by 2Limits.pullbackDiagonalMa…CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_snd · cited by 2Limits.pullbackDiagonalMa…AlgebraicGeometry.Scheme.Pullback.pullbackFstιToV_snd · cited by 2Pullback.pullbackFstιToV_…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.Functor.relativelyRepresentable.of_diag · cited by 1relativelyRepresentable.o…AlgebraicGeometry.IsZariskiLocalAtTarget.descendsAlong · cited by 1IsZariskiLocalAtTarget.de…CategoryTheory.Limits.pullback.mapDesc_comp · cited by 0pullback.mapDesc_compCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.pullback.map · cited by 156pullback.mapCategoryTheory.Limits.pullback.congrHom · cited by 12pullback.congrHompullback.congrHom_homCITED BYCITES

Cites8

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

Cited by11

Results whose statement or proof uses this declaration.