Theorems · Definition · group theory
Rep.coinvariantsTensorIndIso
{k : Type u} →
[inst : CommRing k] →
{G H : Type u} →
[inst_1 : Group G] →
[inst_2 : Group H] →
(φ : G →* H) →
(A : Rep.{u, u, u} k G) →
(B : Rep.{u, u, u} k H) →
((Rep.coinvariantsTensor k H).obj (Rep.ind φ A)).obj B ≅
((Rep.coinvariantsTensor k G).obj A).obj (Rep.res φ B)Given a group hom φ : G →* H, A : Rep k G and B : Rep k H, this is the k-linear
isomorphism (Ind(φ)(A) ⊗ B))_H ⟶ (A ⊗ Res(φ)(B))_G sending ⟦h ⊗ₜ a⟧ ⊗ₜ b to ⟦a ⊗ ρ(h)(b)⟧
for all h : H, a : A, and b : B.
- Defined in
- Mathlib.RepresentationTheory.Induced
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Functor.objstatement · cited by 19,642
- CommRingstatement and proof · cited by 17,173
- CategoryTheory.Functorstatement · cited by 16,252
- Groupstatement and proof · cited by 6,238
- CategoryTheory.Isostatement · cited by 3,963
- MonoidHomstatement and proof · cited by 3,629
- ModuleCatstatement · cited by 1,429
- Repstatement and proof · cited by 843
- Rep.resstatement · cited by 213
- Rep.indstatement · cited by 28
- Rep.coinvariantsTensorstatement · cited by 13
- Rep.coinvariantsTensorIndHomproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- Rep.coinvariantsTensorIndNatIsoproof · cited by 2
- Rep.coinvariantsTensorIndIso_homstatement and proof · cited by 0
- Rep.coinvariantsTensorIndIso_invstatement and proof · cited by 0