Theorems · Definition · group theory
Representation.ind
{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) → Representation k H (Representation.IndV φ ρ)Given a group homomorphism φ : G →* H and a G-representation A, this is
(k[H] ⊗[k] A)_G equipped with the H-representation defined by sending h : H and ⟦h₁ ⊗ₜ a⟧
to ⟦h₁h⁻¹ ⊗ₜ a⟧.
- Defined in
- Mathlib.RepresentationTheory.Induced
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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 and proof · cited by 469
- Representationstatement and proof · cited by 396
- LinearMap.rTensorproof · cited by 266
Cited by8
Results whose statement or proof uses this declaration.
- Rep.indproof · cited by 28
- Representation.ind_applystatement and proof · cited by 1
- Rep.indCoindIso_hom_hom_toLinearMapstatement · cited by 1
- Rep.indCoindIso_inv_hom_toLinearMapstatement · cited by 0
- Representation.ind_mkstatement · cited by 0
- Rep.coinvariantsTensorIndHom_mk_tmul_indVMkproof · cited by 0
- Rep.coinvariantsTensorIndInv_mk_tmul_indMkproof · cited by 0
- Rep.indResHomEquiv_symm_applystatement · cited by 0