Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.pullback.hom_ext

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y Z : C} {f : X ⟶ Z} {g : Y ⟶ Z}
  [inst_1 : CategoryTheory.Limits.HasPullback f g] {W : C} {k l : W ⟶ CategoryTheory.Limits.pullback f g},
  CategoryTheory.CategoryStruct.comp k (CategoryTheory.Limits.pullback.fst f g) =
      CategoryTheory.CategoryStruct.comp l (CategoryTheory.Limits.pullback.fst f g) →
    CategoryTheory.CategoryStruct.comp k (CategoryTheory.Limits.pullback.snd f g) =
        CategoryTheory.CategoryStruct.comp l (CategoryTheory.Limits.pullback.snd f g) →
      k = l

Two morphisms into a pullback are equal if their compositions with the pullback morphisms are equal

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

Around this declaration

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

AlgebraicGeometry.AffineSpace.hom_ext · cited by 8AffineSpace.hom_extCategoryTheory.Limits.pullback.congrHom_inv · cited by 7pullback.congrHom_invCategoryTheory.Limits.pullback.lift_fst_snd · cited by 3pullback.lift_fst_sndCategoryTheory.Limits.pullback.map_id · cited by 3pullback.map_idAlgebraicGeometry.Scheme.Pullback.diagonalCover_map · cited by 2Pullback.diagonalCover_mapCategoryTheory.Limits.pullback_map_diagonal_isPullback · cited by 2Limits.pullback_map_diago…CategoryTheory.PreOneHypercover.sieve₁_eq_pullback_sieve₁' · cited by 2PreOneHypercover.sieve₁_e…AlgebraicGeometry.HasAffineProperty.diagonal_of_openCover · cited by 2HasAffineProperty.diagona…AlgebraicGeometry.Scheme.Pullback.ofPointTensor_SpecTensorTo · cited by 2Pullback.ofPointTensor_Sp…CategoryTheory.ShortComplex.SnakeInput.L₀'_exact · cited by 2SnakeInput.L₀'_exactAlgebraicGeometry.Scheme.isPullback_of_openCover · cited by 1Scheme.isPullback_of_open…AlgebraicGeometry.isCommMonObj_of_isProper_of_isIntegral_tensorObj_of_isAlgClosed · cited by 1AlgebraicGeometry.isCommM…CategoryTheory.Limits.pushout.op_codiagonal · cited by 1pushout.op_codiagonalCategoryTheory.IsUniversalColimit.map_reflective · cited by 1IsUniversalColimit.map_re…AlgebraicGeometry.Scheme.Pullback.range_diagonal_subset_diagonalCoverDiagonalRange · cited by 1Pullback.range_diagonal_s…CategoryTheory.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.cospan · cited by 467Limits.cospanCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.limit.cone · cited by 97limit.coneCategoryTheory.Limits.limit.hom_ext · cited by 34limit.hom_extCategoryTheory.Limits.PullbackCone.equalizer_ext · cited by 5PullbackCone.equalizer_extpullback.hom_extCITED BYCITES

Cites11

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

Cited by63

Results whose statement or proof uses this declaration.