Theorems · Definition · category theory
CategoryTheory.Functor.mapBiproduct
{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] →
{J : Type w₁} →
(F : CategoryTheory.Functor C D) →
(f : J → C) →
[inst_4 : CategoryTheory.Limits.HasBiproduct f] →
[inst_5 : F.PreservesZeroMorphisms] →
[inst_6 : CategoryTheory.Limits.PreservesBiproduct f F] → F.obj (⨁ f) ≅ ⨁ F.obj ∘ fIf F preserves a biproduct, we get a definitionally nice isomorphism
F.obj (⨁ f) ≅ ⨁ (F.obj ∘ f).
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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 and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Functor.PreservesZeroMorphismsstatement and proof · cited by 458
- CategoryTheory.Limits.biproductstatement · cited by 188
- CategoryTheory.Limits.HasBiproductstatement and proof · cited by 99
- CategoryTheory.Limits.PreservesBiproductstatement and proof · cited by 13
- CategoryTheory.Limits.isBilimitOfPreservesproof · cited by 4
- CategoryTheory.Limits.biproduct.uniqueUpToIsoproof · cited by 2
- CategoryTheory.Limits.biproduct.isBilimitproof · cited by 2
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.leftDistributorproof · cited by 15
- CategoryTheory.rightDistributorproof · cited by 15
- CategoryTheory.Mat_.additiveObjIsoBiproductproof · cited by 8
- CategoryTheory.Limits.biproduct.mapBiproduct_inv_map_descstatement and proof · cited by 1
- CategoryTheory.Functor.mapBiproduct_homstatement · cited by 0
- CategoryTheory.Functor.mapBiproduct_invstatement · cited by 0
- CategoryTheory.Limits.biproduct.mapBiproduct_hom_descstatement and proof · cited by 0
- CategoryTheory.Limits.biproduct.map_lift_mapBiprodstatement and proof · cited by 0