Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.AddModObj.ofIso_vadd

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] [inst_1 : CategoryTheory.MonoidalCategory C] {D : Type u₂}
  [inst_2 : CategoryTheory.Category.{v₂, u₂} D] [inst_3 : CategoryTheory.MonoidalCategory.MonoidalLeftAction C D]
  {M : C} [inst_4 : CategoryTheory.AddMonObj M] {X : D} {N : C} [inst_5 : CategoryTheory.AddMonObj N] (e₁ : M ≅ N)
  [inst_6 : CategoryTheory.IsAddMonHom e₁.hom] {Y : D} (e₂ : X ≅ Y) [inst_7 : CategoryTheory.AddModObj M X],
  CategoryTheory.AddModObj.vadd =
    CategoryTheory.CategoryStruct.comp
      (CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionHom e₁.inv e₂.inv)
      (CategoryTheory.CategoryStruct.comp CategoryTheory.AddModObj.vadd e₂.hom)
Defined in
Mathlib.CategoryTheory.Monoidal.Mod
Cited by
0 results in Mathlib
Foundations
Depth 13 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.CategoryCategoryTheory.MonoidalCategory.MonoidalLeftActionCategoryTheory.AddMonObjCategoryTheory.AddMonObjCategoryTheory.IsAddMonHomCategoryTheory.AddModObj

Around this declaration

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

Cites15

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.