Theorems · Theorem · group theory
Representation.ind_apply
∀ {k : Type u_1} {G : Type u_2} {H : Type u_3} [inst : CommRing k] [inst_1 : Group G] [inst_2 : Group H] (φ : G →* H)
{A : Type u_4} [inst_3 : AddCommGroup A] [inst_4 : Module k A] (ρ : Representation k G A) (h : H),
(Representation.ind φ ρ) h =
Representation.Coinvariants.map (Representation.tprod (MonoidHom.comp (Representation.leftRegular k H) φ) ρ)
(Representation.tprod (MonoidHom.comp (Representation.leftRegular k H) φ) ρ)
{ toLinearMap := LinearMap.rTensor A (MonoidAlgebra.mapDomainLinearMap k k fun x => x * h⁻¹),
isIntertwining' := ⋯ }- Defined in
- Mathlib.RepresentationTheory.Induced
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 91 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.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Groupstatement and proof · cited by 6,238
- MonoidHomstatement and proof · cited by 3,629
- TensorProductstatement · cited by 2,545
- MonoidAlgebrastatement · cited by 590
- MonoidHom.compstatement · cited by 469
- Representationstatement and proof · cited by 396
Cited by1
Results whose statement or proof uses this declaration.
- Representation.ind_mkproof · cited by 0