Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GradedObject.Monoidal.tensorHom

{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₂ Y₁ Y₂ : CategoryTheory.GradedObject I C} →
            (X₁ ⟶ X₂) →
              (Y₁ ⟶ Y₂) →
                [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 morphisms of graded objects f : X₁ ⟶ X₂ and g : Y₁ ⟶ Y₂.

Defined in
Mathlib.CategoryTheory.GradedObject.Monoidal
Cited by
23 results in Mathlib
Foundations
Depth 31 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.

CategoryTheory.GradedObject.Monoidal.ι_tensorHom · cited by 11Monoidal.ι_tensorHomCategoryTheory.GradedObject.Monoidal.ι_tensorHom_assoc · cited by 6Monoidal.ι_tensorHom_assocCategoryTheory.GradedObject.Monoidal.whiskerLeft · cited by 5Monoidal.whiskerLeftCategoryTheory.GradedObject.Monoidal.whiskerRight · cited by 5Monoidal.whiskerRightCategoryTheory.GradedObject.Monoidal.tensorHom_comp_tensorHom · cited by 3Monoidal.tensorHom_comp_t…CategoryTheory.GradedObject.Monoidal.tensorIso · cited by 2Monoidal.tensorIsoCategoryTheory.GradedObject.Monoidal.ιTensorObj₃_tensorHom · cited by 2Monoidal.ιTensorObj₃_tens…CategoryTheory.GradedObject.Monoidal.id_tensorHom_id · cited by 1Monoidal.id_tensorHom_idHomologicalComplex.rightUnitor'_inv · cited by 1HomologicalComplex.rightU…CategoryTheory.GradedObject.Monoidal.leftUnitor_naturality · cited by 1Monoidal.leftUnitor_natur…CategoryTheory.GradedObject.Monoidal.pentagon_inv · cited by 1Monoidal.pentagon_invCategoryTheory.GradedObject.Monoidal.pentagon_inv_assoc · cited by 1Monoidal.pentagon_inv_ass…CategoryTheory.GradedObject.Monoidal.rightUnitor_naturality · cited by 1Monoidal.rightUnitor_natu…CategoryTheory.GradedObject.Monoidal.tensorHom_comp_tensorHom_assoc · cited by 1Monoidal.tensorHom_comp_t…HomologicalComplex.leftUnitor'_inv · cited by 1HomologicalComplex.leftUn…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…AddMonoid · cited by 2864AddMonoidCategoryTheory.GradedObject · cited by 239CategoryTheory.GradedObje…CategoryTheory.MonoidalCategory.curriedTensor · cited by 170MonoidalCategory.curriedT…CategoryTheory.GradedObject.Monoidal.tensorObj · cited by 54Monoidal.tensorObjCategoryTheory.GradedObject.HasTensor · cited by 49GradedObject.HasTensorCategoryTheory.GradedObject.mapBifunctorMapMap · cited by 16GradedObject.mapBifunctor…Monoidal.tensorHomCITED BYCITES

Cites9

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

Cited by26

Results whose statement or proof uses this declaration.