Mathlib Map

Theorems · Definition · category theory

Bimod.whiskerRight

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

Right whiskering for morphisms of bimodule objects.

Defined in
Mathlib.CategoryTheory.Monoidal.Bimod
Cited by
9 results in Mathlib
Foundations
Depth 46 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.whiskerRight_hom · cited by 1Bimod.whiskerRight_homBimod.monBicategory · cited by 0Bimod.monBicategoryBimod.pentagon_bimod · cited by 0Bimod.pentagon_bimodBimod.triangle_bimod · cited by 0Bimod.triangle_bimodBimod.whiskerRight_comp_bimod · cited by 0Bimod.whiskerRight_comp_b…Bimod.whiskerRight_id_bimod · cited by 0Bimod.whiskerRight_id_bim…Bimod.whisker_assoc_bimod · cited by 0Bimod.whisker_assoc_bimodBimod.whisker_exchange_bimod · cited by 0Bimod.whisker_exchange_bi…Bimod.comp_whiskerRight_bimod · cited by 0Bimod.comp_whiskerRight_b…Bimod.id_whiskerRight_bimod · cited by 0Bimod.id_whiskerRight_bim…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.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.tensorLeft · cited by 170MonoidalCategory.tensorLe…CategoryTheory.MonoidalCategory.tensorRight · cited by 119MonoidalCategory.tensorRi…CategoryTheory.Limits.PreservesColimitsOfSize · cited by 93Limits.PreservesColimitsO…CategoryTheory.Limits.colimMap · cited by 69Limits.colimMapBimod · cited by 68BimodBimod.whiskerRightCITED BYCITES

Cites22

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

Cited by10

Results whose statement or proof uses this declaration.