Theorems · Definition · category theory
CategoryTheory.Limits.biproduct.components
{J : Type} →
[inst : Finite J] →
{K : Type} →
[inst_1 : Finite K] →
{C : Type u} →
[inst_2 : CategoryTheory.Category.{v, u} C] →
[inst_3 : CategoryTheory.Limits.HasZeroMorphisms C] →
[inst_4 : CategoryTheory.Limits.HasFiniteBiproducts C] →
{f : J → C} → {g : K → C} → (⨁ f ⟶ ⨁ g) → (j : J) → (k : K) → f j ⟶ g kExtract the matrix components from a morphism of biproducts.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 41 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.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- Finitestatement and proof · cited by 3,029
- CategoryTheory.Limits.biproductstatement and proof · cited by 188
- CategoryTheory.Limits.HasFiniteBiproductsstatement and proof · cited by 106
- CategoryTheory.Limits.biproduct.πproof · cited by 93
- CategoryTheory.Limits.biproduct.ιproof · cited by 86
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.HomOrthogonal.matrixDecompositionproof · cited by 6
- CategoryTheory.HomOrthogonal.matrixDecomposition_applystatement · cited by 2
- CategoryTheory.Limits.biproduct.matrixEquivproof · cited by 2
- CategoryTheory.Limits.biproduct.matrixEquiv_applystatement · cited by 0
- CategoryTheory.Limits.biproduct.matrix_componentsstatement · cited by 0
- CategoryTheory.Limits.biproduct.components_matrixstatement and proof · cited by 0
- CategoryTheory.HomOrthogonal.matrixDecompositionAddEquiv_applystatement · cited by 0