Theorems · Definition · group theory
Rep.diagonalSuccIsoTensorTrivial
(k G : Type u) →
[inst : Group G] →
[inst_1 : CommRing k] →
(n : ℕ) →
Rep.diagonal k G (n + 1) ≅
CategoryTheory.MonoidalCategoryStruct.tensorObj (Rep.leftRegular k G)
(Rep.trivial k G (MonoidAlgebra k (Fin n → G)))An isomorphism of k-linear representations of G from k[Gⁿ⁺¹] to k[G] ⊗ₖ k[Gⁿ] (on
which G acts by ρ(g₁)(g₂ ⊗ x) = (g₁ * g₂) ⊗ x) sending (g₀, ..., gₙ) to
g₀ ⊗ (g₀⁻¹g₁, g₁⁻¹g₂, ..., gₙ₋₁⁻¹gₙ). The inverse sends g₀ ⊗ (g₁, ..., gₙ) to
(g₀, g₀g₁, ..., g₀g₁...gₙ).
- Defined in
- Mathlib.RepresentationTheory.Rep.Iso
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Groupstatement and proof · cited by 6,238
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.Iso.symmproof · cited by 993
- Repstatement · cited by 843
- MonoidAlgebrastatement · cited by 590
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.Functor.mapIsoproof · cited by 224
- CategoryTheory.MonoidalCategory.tensorIsoproof · cited by 27
- CategoryTheory.Functor.Monoidal.μIsoproof · cited by 23
- Rep.trivialstatement · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- Rep.diagonalSuccIsoFreeproof · cited by 1