Mathlib Map

Theorems · Definition · category theory

Bimod.TensorBimod.actRight

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    [inst_1 : CategoryTheory.MonoidalCategory C] →
      [inst_2 : CategoryTheory.Limits.HasCoequalizers C] →
        {R S T : CategoryTheory.Mon C} →
          (P : Bimod R S) →
            (Q : Bimod S T) →
              [∀ (X : C),
                    CategoryTheory.Limits.PreservesColimitsOfSize.{0, 0, v₁, v₁, u₁, u₁}
                      (CategoryTheory.MonoidalCategory.tensorRight X)] →
                CategoryTheory.MonoidalCategoryStruct.tensorObj (Bimod.TensorBimod.X P Q) T.X ⟶ Bimod.TensorBimod.X P Q

Right action for the tensor product of two bimodules.

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

Around this declaration

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

Bimod.tensorBimod · cited by 25Bimod.tensorBimodBimod.AssociatorBimod.hom_inv_id · cited by 5AssociatorBimod.hom_inv_idBimod.AssociatorBimod.hom_right_act_hom' · cited by 5AssociatorBimod.hom_right…Bimod.AssociatorBimod.inv_hom_id · cited by 5AssociatorBimod.inv_hom_idBimod.TensorBimod.π_tensor_id_actRight · cited by 4TensorBimod.π_tensor_id_a…Bimod.TensorBimod.actRight_one' · cited by 3TensorBimod.actRight_one'Bimod.TensorBimod.middle_assoc' · cited by 3TensorBimod.middle_assoc'Bimod.TensorBimod.right_assoc' · cited by 3TensorBimod.right_assoc'Bimod.pentagon_bimod · cited by 0Bimod.pentagon_bimodBimod.tensorBimod_actRight · cited by 0Bimod.tensorBimod_actRightBimod.triangle_bimod · cited by 0Bimod.triangle_bimodBimod.whiskerRight_comp_bimod · cited by 0Bimod.whiskerRight_comp_b…Bimod.whisker_assoc_bimod · cited by 0Bimod.whisker_assoc_bimodBimod.comp_whiskerLeft_bimod · cited by 0Bimod.comp_whiskerLeft_bi…Bimod.TensorBimod.actRight.congr_simp · cited by 0actRight.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.Mon · cited by 465CategoryTheory.MonCategoryTheory.Mon.X · cited by 329Mon.XCategoryTheory.MonoidalCategory.tensorRight · cited by 119MonoidalCategory.tensorRi…CategoryTheory.Limits.PreservesColimitsOfSize · cited by 93Limits.PreservesColimitsO…TensorBimod.actRightCITED BYCITES

Cites24

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.