Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GradedObject.Monoidal.whiskerRight

{I : Type u} →
  [inst : AddMonoid I] →
    {C : Type u_1} →
      [inst_1 : CategoryTheory.Category.{v_1, u_1} C] →
        [inst_2 : CategoryTheory.MonoidalCategory C] →
          {X₁ X₂ : CategoryTheory.GradedObject I C} →
            (X₁ ⟶ X₂) →
              (Y : CategoryTheory.GradedObject I C) →
                [inst_3 : X₁.HasTensor Y] →
                  [inst_4 : X₂.HasTensor Y] →
                    CategoryTheory.GradedObject.Monoidal.tensorObj X₁ Y ⟶
                      CategoryTheory.GradedObject.Monoidal.tensorObj X₂ Y

The morphism tensorObj X₁ Y ⟶ tensorObj X₂ Y induced by a morphism of graded objects φ : X₁ ⟶ X₂.

Defined in
Mathlib.CategoryTheory.GradedObject.Monoidal
Cited by
5 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddMonoidCategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.GradedObject.HasTensorCategoryTheory.GradedObject.HasTensor

Around this declaration

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

Cites9

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

Cited by5

Results whose statement or proof uses this declaration.