Mathlib Map

Theorems · Definition · category theory

Action.diagonalSuccIsoTensorDiagonal

(G : Type u) →
  [inst : Monoid G] →
    (n : ℕ) →
      Action.diagonal G (n + 1) ≅
        CategoryTheory.MonoidalCategoryStruct.tensorObj (Action.leftRegular G) (Action.diagonal G n)

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

Defined in
Mathlib.CategoryTheory.Action.Monoidal
Cited by
5 results in Mathlib
Foundations
Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Monoid

Around this declaration

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

Cites10

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.