Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.BinaryFan.IsLimit.mk

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y : C} →
      (s : CategoryTheory.Limits.BinaryFan X Y) →
        (lift : {T : C} → (T ⟶ X) → (T ⟶ Y) → (T ⟶ s.pt)) →
          (∀ {T : C} (f : T ⟶ X) (g : T ⟶ Y), CategoryTheory.CategoryStruct.comp (lift f g) s.fst = f) →
            (∀ {T : C} (f : T ⟶ X) (g : T ⟶ Y), CategoryTheory.CategoryStruct.comp (lift f g) s.snd = g) →
              (∀ {T : C} (f : T ⟶ X) (g : T ⟶ Y) (m : T ⟶ s.pt),
                  CategoryTheory.CategoryStruct.comp m s.fst = f →
                    CategoryTheory.CategoryStruct.comp m s.snd = g → m = lift f g) →
                CategoryTheory.Limits.IsLimit s

A convenient way to show that a binary fan is a limit.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.BinaryProducts
Cited by
3 results in Mathlib
Foundations
Depth 25 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.

AddCommGrpCat.binaryProductLimitCone · cited by 6AddCommGrpCat.binaryProdu…GrpCat.binaryProductLimitCone · cited by 2GrpCat.binaryProductLimit…CategoryTheory.ObjectProperty.IsClosedUnderBinaryProducts.closedUnderIsomorphisms · cited by 2IsClosedUnderBinaryProduc…AddGrpCat.binaryProductLimitCone · cited by 2AddGrpCat.binaryProductLi…CommGrpCat.binaryProductLimitCone · cited by 2CommGrpCat.binaryProductL…CategoryTheory.Limits.BinaryFan.isLimit_iff_isIso_fst · cited by 1BinaryFan.isLimit_iff_isI…CategoryTheory.ChosenPullbacksAlong.binaryFanIsBinaryProduct · cited by 0ChosenPullbacksAlong.bina…CategoryTheory.CartesianMonoidalCategory.ofChosenFiniteProducts · cited by 0CartesianMonoidalCategory…CategoryTheory.Limits.BinaryBicone.isBilimitOfKernelInl · cited by 0BinaryBicone.isBilimitOfK…CategoryTheory.Limits.BinaryBicone.isBilimitOfKernelInr · cited by 0BinaryBicone.isBilimitOfK…CategoryTheory.isPullback_iff_isLimit_binaryFan_of_isThin · cited by 0CategoryTheory.isPullback…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.Limits.Cone · cited by 710Limits.ConeCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Limits.pair · cited by 536Limits.pairCategoryTheory.Limits.BinaryFan.snd · cited by 53BinaryFan.sndCategoryTheory.Limits.BinaryFan.fst · cited by 53BinaryFan.fstCategoryTheory.Limits.BinaryFan · cited by 51Limits.BinaryFanIsLimit.mkCITED BYCITES

Cites13

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.