Theorems · Definition · category theory
CategoryTheory.Limits.isBinaryBilimitOfPreserves
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
[inst_2 : CategoryTheory.Limits.HasZeroMorphisms C] →
[inst_3 : CategoryTheory.Limits.HasZeroMorphisms D] →
{X Y : C} →
(F : CategoryTheory.Functor C D) →
[inst_4 : F.PreservesZeroMorphisms] →
[CategoryTheory.Limits.PreservesBinaryBiproduct X Y F] →
{b : CategoryTheory.Limits.BinaryBicone X Y} → b.IsBilimit → (F.mapBinaryBicone b).IsBilimitA functor F preserves binary biproducts of X and Y if F maps every bilimit bicone over
X and Y to a bilimit bicone over F.obj X and F.obj Y.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Functor.PreservesZeroMorphismsstatement and proof · cited by 458
- Nonempty.someproof · cited by 340
- CategoryTheory.Limits.BinaryBiconestatement and proof · cited by 111
- CategoryTheory.Limits.BinaryBicone.IsBilimitstatement and proof · cited by 26
- CategoryTheory.Limits.PreservesBinaryBiproductstatement and proof · cited by 15
- CategoryTheory.Functor.mapBinaryBiconestatement · cited by 11
- CategoryTheory.Limits.PreservesBinaryBiproduct.preservesproof · cited by 0
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.mapBiprodproof · cited by 13
- HomologicalComplex.homotopyCofiber.inrX_mapHomologicalComplexObjXIso_invproof · cited by 1
- HomologicalComplex.homotopyCofiber.inlX_mapHomologicalComplexObjXIso_invproof · cited by 1
- CategoryTheory.Abelian.Ext.biprod_extproof · cited by 1
- CategoryTheory.Limits.preservesBinaryProduct_of_preservesBinaryBiproductproof · cited by 0
- CategoryTheory.Limits.isBinaryBilimitOfPreserves.congr_simpstatement and proof · cited by 0