Mathlib Map

Theorems · Definition · group theory

Representation.linHom

{k : Type u_1} →
  {G : Type u_2} →
    {V : Type u_3} →
      {W : Type u_4} →
        [inst : CommSemiring k] →
          [inst_1 : Group G] →
            [inst_2 : AddCommMonoid V] →
              [inst_3 : Module k V] →
                [inst_4 : AddCommMonoid W] →
                  [inst_5 : Module k W] → Representation k G V → Representation k G W → Representation k G (V →ₗ[k] W)

Given representations of G on V and W, there is a natural representation of G on the module V →ₗ[k] W, where G acts by conjugation.

Defined in
Mathlib.RepresentationTheory.Basic
Cited by
15 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringGroupAddCommMonoidModuleAddCommMonoidModule

Around this declaration

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

Rep.ihom · cited by 7Rep.ihomRepresentation.Equiv.dualTensorHom · cited by 3Equiv.dualTensorHomFDRep.scalar_product_char_eq_finrank_equivariant · cited by 2FDRep.scalar_product_char…Representation.linHom.invariantsEquivRepHom · cited by 2linHom.invariantsEquivRep…FDRep.dualTensorIsoLinHom · cited by 2FDRep.dualTensorIsoLinHomRepresentation.invariantsEquivIntertwiningMap · cited by 1Representation.invariants…Representation.linHom.invariantsEquivFDRepHom · cited by 1linHom.invariantsEquivFDR…FDRep.char_linHom · cited by 1FDRep.char_linHomRepresentation.card_inv_mul_sum_char_mul_char_eq_finrank · cited by 1Representation.card_inv_m…Representation.char_linHom · cited by 0Representation.char_linHomRepresentation.Equiv.dualTensorHom_invFun · cited by 0Equiv.dualTensorHom_invFunRepresentation.linHom.invariantsEquivRepHom_apply · cited by 0linHom.invariantsEquivRep…Representation.linHom.invariantsEquivRepHom_symm_apply_coe · cited by 0linHom.invariantsEquivRep…Representation.Equiv.dualTensorHom_toFun · cited by 0Equiv.dualTensorHom_toFunRepresentation.linHom.mem_invariants_iff_comm · cited by 0linHom.mem_invariants_iff…DFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapGroup · cited by 6238GroupLinearMap.comp · cited by 1642LinearMap.compRepresentation · cited by 396RepresentationRepresentation.linHomCITED BYCITES

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by22

Results whose statement or proof uses this declaration.