Mathlib Map

Theorems · Definition · category theory

Bimod.tensorBimod

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    [inst_1 : CategoryTheory.MonoidalCategory C] →
      [CategoryTheory.Limits.HasCoequalizers C] →
        [∀ (X : C),
              CategoryTheory.Limits.PreservesColimitsOfSize.{0, 0, v₁, v₁, u₁, u₁}
                (CategoryTheory.MonoidalCategory.tensorLeft X)] →
          [∀ (X : C),
                CategoryTheory.Limits.PreservesColimitsOfSize.{0, 0, v₁, v₁, u₁, u₁}
                  (CategoryTheory.MonoidalCategory.tensorRight X)] →
            {X Y Z : CategoryTheory.Mon C} → Bimod X Y → Bimod Y Z → Bimod X Z

Tensor product of two bimodule objects as a bimodule object.

Defined in
Mathlib.CategoryTheory.Monoidal.Bimod
Cited by
25 results in Mathlib
Foundations
Depth 44 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.Limits.HasCoequalizersCategoryTheory.Limits.PreservesColimitsOfSizeCategoryTheory.Limits.PreservesColimitsOfSize

Around this declaration

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

Bimod.AssociatorBimod.hom · cited by 9AssociatorBimod.homBimod.whiskerLeft · cited by 9Bimod.whiskerLeftBimod.whiskerRight · cited by 9Bimod.whiskerRightBimod.AssociatorBimod.inv · cited by 7AssociatorBimod.invBimod.AssociatorBimod.homAux · cited by 5AssociatorBimod.homAuxBimod.AssociatorBimod.hom_inv_id · cited by 5AssociatorBimod.hom_inv_idBimod.AssociatorBimod.hom_left_act_hom' · cited by 5AssociatorBimod.hom_left_…Bimod.AssociatorBimod.hom_right_act_hom' · cited by 5AssociatorBimod.hom_right…Bimod.AssociatorBimod.inv_hom_id · cited by 5AssociatorBimod.inv_hom_idBimod.associatorBimod · cited by 5Bimod.associatorBimodBimod.AssociatorBimod.invAux · cited by 3AssociatorBimod.invAuxBimod.rightUnitorBimod · cited by 2Bimod.rightUnitorBimodBimod.LeftUnitorBimod.hom_left_act_hom' · cited by 2LeftUnitorBimod.hom_left_…Bimod.LeftUnitorBimod.hom_right_act_hom' · cited by 2LeftUnitorBimod.hom_right…Bimod.RightUnitorBimod.hom_left_act_hom' · cited by 2RightUnitorBimod.hom_left…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.Mon · cited by 465CategoryTheory.MonCategoryTheory.MonoidalCategory.tensorLeft · cited by 170MonoidalCategory.tensorLe…CategoryTheory.MonoidalCategory.tensorRight · cited by 119MonoidalCategory.tensorRi…CategoryTheory.Limits.PreservesColimitsOfSize · cited by 93Limits.PreservesColimitsO…Bimod · cited by 68BimodCategoryTheory.Limits.HasCoequalizers · cited by 60Limits.HasCoequalizersBimod.TensorBimod.X · cited by 32TensorBimod.XBimod.TensorBimod.actLeft · cited by 15TensorBimod.actLeftBimod.TensorBimod.actRight · cited by 14TensorBimod.actRightBimod.TensorBimod.one_act_left' · cited by 3TensorBimod.one_act_left'Bimod.TensorBimod.left_assoc' · cited by 3TensorBimod.left_assoc'Bimod.TensorBimod.middle_assoc' · cited by 3TensorBimod.middle_assoc'Bimod.TensorBimod.actRight_one' · cited by 3TensorBimod.actRight_one'Bimod.tensorBimodCITED BYCITES

Cites16

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

Cited by34

Results whose statement or proof uses this declaration.