Theorems · Definition · category theory
CategoryTheory.Limits.isBinaryBilimitOfTotal
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
[inst_1 : CategoryTheory.Preadditive C] →
{X Y : C} →
(b : CategoryTheory.Limits.BinaryBicone X Y) →
CategoryTheory.CategoryStruct.comp b.fst b.inl + CategoryTheory.CategoryStruct.comp b.snd b.inr =
CategoryTheory.CategoryStruct.id b.pt →
b.IsBilimitIn a preadditive category, we can construct a binary biproduct for X Y : C from
any binary bicone b satisfying total : b.fst ≫ b.inl + b.snd ≫ b.inr = 𝟙 b.X.
(That is, such a bicone is a limit cone and a colimit cocone.)
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- CategoryTheory.Discreteproof · cited by 2,447
- CategoryTheory.Limits.Cocone.ptproof · cited by 1,354
- CategoryTheory.Limits.WalkingPairproof · cited by 1,319
- CategoryTheory.Limits.Cone.ptproof · cited by 1,298
- CategoryTheory.Limits.Coconeproof · cited by 746
- CategoryTheory.Limits.Coneproof · cited by 710
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.Pretriangulated.binaryBiproductDataproof · cited by 6
- CategoryTheory.Limits.binaryBiconeIsBilimitOfLimitConeOfIsLimitproof · cited by 2
- CategoryTheory.Limits.isBinaryBilimitOfIsColimitproof · cited by 1
- CategoryTheory.Limits.isBinaryBilimitOfIsLimitproof · cited by 1
- CategoryTheory.Limits.hasBinaryBiproduct_of_totalproof · cited by 0
- CategoryTheory.Limits.isBilimitBinaryBiconeOfIsSplitMonoOfCokernelproof · cited by 0