Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.IsPullback.hom_ext

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {P X Y Z : C} {fst : P ⟶ X} {snd : P ⟶ Y} {f : X ⟶ Z}
  {g : Y ⟶ Z},
  CategoryTheory.IsPullback fst snd f g →
    ∀ {W : C} {k l : W ⟶ P},
      CategoryTheory.CategoryStruct.comp k fst = CategoryTheory.CategoryStruct.comp l fst →
        CategoryTheory.CategoryStruct.comp k snd = CategoryTheory.CategoryStruct.comp l snd → k = l
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Defs
Cited by
16 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.ChosenPullback.hom_ext · cited by 7ChosenPullback.hom_extCategoryTheory.Pseudofunctor.DescentData'.pullHom'_eq_pullHom · cited by 7DescentData'.pullHom'_eq_…CategoryTheory.Functor.PullbackObjObj.hom_ext · cited by 5PullbackObjObj.hom_extCategoryTheory.Limits.ChosenPullback₃.hom_ext · cited by 3ChosenPullback₃.hom_extCategoryTheory.IsPullback.mono_fst_of_mono · cited by 3IsPullback.mono_fst_of_mo…CategoryTheory.GrpObj.inv_hom · cited by 2GrpObj.inv_homCategoryTheory.AddGrpObj.neg_hom · cited by 2AddGrpObj.neg_homAlgebraicGeometry.IsSeparated.of_valuativeCriterion · cited by 1IsSeparated.of_valuativeC…AlgebraicGeometry.IsSeparated.valuativeCriterion · cited by 1IsSeparated.valuativeCrit…CategoryTheory.PreOneHypercover.functorPushforward_sieve₁_of_preservesPullbacks · cited by 1PreOneHypercover.functorP…AlgebraicGeometry.Scheme.Pullback.Triplet.Spec_ofPointTensor_SpecTensorTo · cited by 0Triplet.Spec_ofPointTenso…CategoryTheory.Limits.isIso_kernel_map_of_isPullback · cited by 0Limits.isIso_kernel_map_o…CategoryTheory.IsPushout.isVanKampen_iff' · cited by 0IsPushout.isVanKampen_iff'CategoryTheory.PreOneHypercover.functorPushforward_sieve₁'_of_preservesLimit · cited by 0PreOneHypercover.functorP…CategoryTheory.IsPullback.hasLiftingProperty · cited by 0IsPullback.hasLiftingProp…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.IsPullback · cited by 320CategoryTheory.IsPullbackCategoryTheory.IsPullback.isLimit · cited by 47IsPullback.isLimitCategoryTheory.Limits.PullbackCone.IsLimit.hom_ext · cited by 11IsLimit.hom_extIsPullback.hom_extCITED BYCITES

Cites6

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.