Documentation

Mathlib.CategoryTheory.Action.Monoidal

Induced monoidal structure on Action V G #

We show:

def Action.tensorUnitIso {V : Type (u + 1)} [CategoryTheory.LargeCategory V] {G : MonCat} [CategoryTheory.MonoidalCategory V] {X : V} (f : 𝟙_ V X) :
𝟙_ (Action V G) { V := X, ρ := 1 }

Given an object X isomorphic to the tensor unit of V, X equipped with the trivial action is isomorphic to the tensor unit of Action V G.

Equations
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Equations
    • One or more equations did not get rendered due to their size.

    If V is right rigid, so is Action V G.

    Equations
    • One or more equations did not get rendered due to their size.

    If V is left rigid, so is Action V G.

    Equations
    • One or more equations did not get rendered due to their size.

    Given X : Action (Type u) (MonCat.of G) for G a group, then G × X (with G acting as left multiplication on the first factor and by X.ρ on the second) is isomorphic as a G-set to G × X (with G acting as left multiplication on the first factor and trivially on the second). The isomorphism is given by (g, x) ↦ (g, g⁻¹ • x).

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      The natural isomorphism of G-sets Gⁿ⁺¹ ≅ G × Gⁿ, where G acts by left multiplication on each factor.

      Equations
      Instances For
        @[simp]
        theorem Action.diagonalSucc_inv_hom (G : Type u) [Monoid G] (n : ) (a✝ : (CategoryTheory.MonoidalCategoryStruct.tensorObj (leftRegular G) (diagonal G n)).V) :
        (diagonalSucc G n).inv.hom a✝ = (Fin.consEquiv fun (a : Fin (n + 1)) => G) a✝
        @[simp]
        theorem Action.diagonalSucc_hom_hom (G : Type u) [Monoid G] (n : ) (a✝ : (diagonal G (n + 1)).V) :
        (diagonalSucc G n).hom.hom a✝ = (Fin.consEquiv fun (a : Fin (n + 1)) => G).symm a✝

        A lax monoidal functor induces a lax monoidal functor between the categories of G-actions within those categories.

        Equations
        • One or more equations did not get rendered due to their size.
        @[simp]
        theorem CategoryTheory.Functor.mapAction_μ_hom {V : Type (u + 1)} [LargeCategory V] {G : MonCat} {W : Type (u + 1)} [LargeCategory W] [MonoidalCategory V] [MonoidalCategory W] (F : Functor V W) [F.LaxMonoidal] (X Y : Action V G) :

        An oplax monoidal functor induces an oplax monoidal functor between the categories of G-actions within those categories.

        Equations
        • One or more equations did not get rendered due to their size.
        @[simp]

        A monoidal functor induces a monoidal functor between the categories of G-actions within those categories.

        Equations