Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Biprod.ofComponents

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Preadditive C] →
      [inst_2 : CategoryTheory.Limits.HasBinaryBiproducts C] →
        {X₁ X₂ Y₁ Y₂ : C} → (X₁ ⟶ Y₁) → (X₁ ⟶ Y₂) → (X₂ ⟶ Y₁) → (X₂ ⟶ Y₂) → (X₁ ⊞ X₂ ⟶ Y₁ ⊞ Y₂)

The "matrix" morphism X₁ ⊞ X₂ ⟶ Y₁ ⊞ Y₂ with specified components.

Defined in
Mathlib.CategoryTheory.Preadditive.Biproducts
Cited by
10 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.PreadditiveCategoryTheory.Limits.HasBinaryBiproducts

Around this declaration

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

CategoryTheory.Biprod.unipotentLower · cited by 2Biprod.unipotentLowerCategoryTheory.Biprod.unipotentUpper · cited by 2Biprod.unipotentUpperCategoryTheory.Biprod.inl_ofComponents · cited by 1Biprod.inl_ofComponentsCategoryTheory.Biprod.inr_ofComponents · cited by 1Biprod.inr_ofComponentsCategoryTheory.Biprod.gaussian · cited by 0Biprod.gaussianCategoryTheory.Biprod.gaussian' · cited by 0Biprod.gaussian'CategoryTheory.Biprod.isoElim' · cited by 0Biprod.isoElim'CategoryTheory.Biprod.ofComponents_comp · cited by 0Biprod.ofComponents_compCategoryTheory.Biprod.ofComponents_eq · cited by 0Biprod.ofComponents_eqCategoryTheory.Biprod.ofComponents_fst · cited by 0Biprod.ofComponents_fstCategoryTheory.Biprod.ofComponents_snd · cited by 0Biprod.ofComponents_sndCategoryTheory.Biprod.unipotentLower_hom · cited by 0Biprod.unipotentLower_homCategoryTheory.Biprod.unipotentLower_inv · cited by 0Biprod.unipotentLower_invCategoryTheory.Biprod.unipotentUpper_hom · cited by 0Biprod.unipotentUpper_homCategoryTheory.Biprod.unipotentUpper_inv · cited by 0Biprod.unipotentUpper_invCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveCategoryTheory.Limits.biprod · cited by 312Limits.biprodCategoryTheory.Limits.HasBinaryBiproducts · cited by 165Limits.HasBinaryBiproductsCategoryTheory.Limits.biprod.snd · cited by 132biprod.sndCategoryTheory.Limits.biprod.inl · cited by 127biprod.inlCategoryTheory.Limits.biprod.fst · cited by 121biprod.fstCategoryTheory.Limits.biprod.inr · cited by 109biprod.inrBiprod.ofComponentsCITED BYCITES

Cites10

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

Cited by15

Results whose statement or proof uses this declaration.