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 sA convenient way to show that a binary fan is a limit.
- 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.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.Cone.ptstatement and proof · cited by 1,298
- CategoryTheory.Limits.Coneproof · cited by 710
- CategoryTheory.Limits.IsLimitstatement · cited by 664
- CategoryTheory.Limits.pairstatement and proof · cited by 536
- CategoryTheory.Limits.BinaryFan.sndstatement and proof · cited by 53
- CategoryTheory.Limits.BinaryFan.fststatement and proof · cited by 53
Cited by11
Results whose statement or proof uses this declaration.
- AddCommGrpCat.binaryProductLimitConeproof · cited by 6
- GrpCat.binaryProductLimitConeproof · cited by 2
- AddGrpCat.binaryProductLimitConeproof · cited by 2
- CommGrpCat.binaryProductLimitConeproof · cited by 2
- CategoryTheory.Limits.BinaryFan.isLimit_iff_isIso_fstproof · cited by 1
- CategoryTheory.ChosenPullbacksAlong.binaryFanIsBinaryProductproof · cited by 0
- CategoryTheory.CartesianMonoidalCategory.ofChosenFiniteProductsproof · cited by 0
- CategoryTheory.Limits.BinaryBicone.isBilimitOfKernelInlproof · cited by 0
- CategoryTheory.Limits.BinaryBicone.isBilimitOfKernelInrproof · cited by 0
- CategoryTheory.isPullback_iff_isLimit_binaryFan_of_isThinproof · cited by 0