Theorems · Definition · category theory
CategoryTheory.Limits.biproductBiproductIso
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
[inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
{ι : Type u_3} →
(f : ι → Type u_2) →
(g : (i : ι) → f i → C) →
[inst_2 : ∀ (i : ι), CategoryTheory.Limits.HasBiproduct (g i)] →
[inst_3 : CategoryTheory.Limits.HasBiproduct fun i => ⨁ g i] →
(⨁ fun i => ⨁ g i) ≅ ⨁ fun p => g p.fst p.sndAn iterated biproduct is a biproduct over a sigma type.
- Cited by
- 2 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.
Cites9
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.Homproof · cited by 32,603
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Limits.biproductstatement and proof · cited by 188
- CategoryTheory.Limits.HasBiproductstatement and proof · cited by 99
- CategoryTheory.Limits.biproduct.πproof · cited by 93
- CategoryTheory.Limits.biproduct.liftproof · cited by 31
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.biproductBiproductIso_homstatement and proof · cited by 0
- CategoryTheory.Limits.biproductBiproductIso_invstatement and proof · cited by 0