Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.biproduct.matrix

{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} → ((j : J) → (k : K) → f j ⟶ g k) → (⨁ f ⟶ ⨁ g)

Convert a (dependently typed) matrix to a morphism of biproducts.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Biproducts
Cited by
22 results in Mathlib
Foundations
Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FiniteFiniteCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasFiniteBiproducts

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Limits.biproduct.matrix_π · cited by 7biproduct.matrix_πCategoryTheory.HomOrthogonal.matrixDecomposition · cited by 6HomOrthogonal.matrixDecom…CategoryTheory.Mat_.lift · cited by 6Mat_.liftCategoryTheory.Limits.biproduct.matrixEquiv · cited by 2biproduct.matrixEquivCategoryTheory.Mat_.additiveObjIsoBiproduct_naturality · cited by 2Mat_.additiveObjIsoBiprod…CategoryTheory.Limits.biproduct.lift_matrix · cited by 1biproduct.lift_matrixCategoryTheory.Limits.biproduct.map_matrix · cited by 1biproduct.map_matrixCategoryTheory.Limits.biproduct.matrix_desc · cited by 1biproduct.matrix_descCategoryTheory.Limits.biproduct.matrix_map · cited by 1biproduct.matrix_mapCategoryTheory.Limits.biproduct.matrix_π_assoc · cited by 1biproduct.matrix_π_assocCategoryTheory.Mat_.additiveObjIsoBiproduct_naturality' · cited by 1Mat_.additiveObjIsoBiprod…CategoryTheory.Limits.biproduct.ι_matrix · cited by 1biproduct.ι_matrixCategoryTheory.Limits.biproduct.ι_matrix_assoc · cited by 1biproduct.ι_matrix_assocCategoryTheory.HomOrthogonal.matrixDecompositionAddEquiv_symm_apply · cited by 0HomOrthogonal.matrixDecom…CategoryTheory.HomOrthogonal.matrixDecomposition_symm_apply · cited by 0HomOrthogonal.matrixDecom…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsFinite · cited by 3029FiniteCategoryTheory.Limits.biproduct · cited by 188Limits.biproductCategoryTheory.Limits.HasFiniteBiproducts · cited by 106Limits.HasFiniteBiproductsCategoryTheory.Limits.biproduct.lift · cited by 31biproduct.liftCategoryTheory.Limits.biproduct.desc · cited by 29biproduct.descbiproduct.matrixCITED BYCITES

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by25

Results whose statement or proof uses this declaration.