Documentation

Mathlib.CategoryTheory.Monoidal.Limits.Cokernels

Tensor products of cokernels #

Let c₁ and c₂ be cokernel coforks for morphisms f₁ : X₁ ⟶ Y₁ and f₂ : X₂ ⟶ Y₂ in a monoidal preadditive category. We define a cokernel cofork for (X₁ ⊗ Y₂) ⨿ (Y₁ ⊗ X₂) ⟶ Y₁ ⊗ Y₂ with point c₁.pt ⊗ c₂.pt, and show that it is colimit if c₁ and c₂ are colimit, and the cokernels of f₁ and f₂ are preserved by suitable tensor products.

@[reducible, inline]

Given two cokernel coforks c₁ and c₂ for f₁ : X₁ ⟶ Y₁ and f₂ : X₂ ⟶ Y₂, this is the cokernel cofork for (X₁ ⊗ Y₂) ⨿ (Y₁ ⊗ X₂) ⟶ Y₁ ⊗ Y₂ with point c₁.pt ⊗ c₂.pt.

Instances For

    Given two colimit cokernel coforks c₁ and c₂ for f₁ : X₁ ⟶ Y₁ and f₂ : X₂ ⟶ Y₂, if the cokernels of f₁ and f₂ are preserves by suitable tensor products, then c₁.pt ⊗ c₂.pt is the cokernel of the morphism (X₁ ⊗ Y₂) ⨿ (Y₁ ⊗ X₂) ⟶ Y₁ ⊗ Y₂.

    Instances For