Mathlib Map

Theorems · Definition · group theory

Representation.IntertwiningMap.tensor

{A : Type u_1} →
  {G : Type u_2} →
    {V : Type u_3} →
      {W : Type u_4} →
        {U : Type u_5} →
          [inst : CommSemiring A] →
            [inst_1 : Monoid G] →
              [inst_2 : AddCommMonoid V] →
                [inst_3 : AddCommMonoid W] →
                  [inst_4 : AddCommMonoid U] →
                    [inst_5 : Module A V] →
                      [inst_6 : Module A W] →
                        [inst_7 : Module A U] →
                          {ρ : Representation A G V} →
                            {σ : Representation A G W} →
                              {τ : Representation A G U} →
                                {P : Type u_6} →
                                  [inst_8 : AddCommMonoid P] →
                                    [inst_9 : Module A P] →
                                      {π : Representation A G P} →
                                        ρ.IntertwiningMap σ →
                                          τ.IntertwiningMap π → (ρ.tprod τ).IntertwiningMap (σ.tprod π)

The tensor product of intertwining maps induced from tensor product of linear maps.

Defined in
Mathlib.RepresentationTheory.Intertwining
Cited by
10 results in Mathlib
Foundations
Depth 68 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringMonoidAddCommMonoidAddCommMonoidAddCommMonoidModuleModuleModuleAddCommMonoidModule

Around this declaration

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

Representation.IntertwiningMap.lTensor · cited by 18IntertwiningMap.lTensorRepresentation.IntertwiningMap.rTensor · cited by 17IntertwiningMap.rTensorRepresentation.IntertwiningMap.tensor_smul_right · cited by 1IntertwiningMap.tensor_sm…Representation.IntertwiningMap.tensor_add_left · cited by 1IntertwiningMap.tensor_ad…Representation.IntertwiningMap.tensor_add_right · cited by 1IntertwiningMap.tensor_ad…Representation.IntertwiningMap.tensor_smul_left · cited by 1IntertwiningMap.tensor_sm…Representation.IntertwiningMap.rTensor_comp_lTensor · cited by 0IntertwiningMap.rTensor_c…Representation.IntertwiningMap.toLinearMap_tensor · cited by 0IntertwiningMap.toLinearM…Rep.hom_tensorHom · cited by 0Rep.hom_tensorHomRepresentation.IntertwiningMap.lTensor_comp_rTensor · cited by 0IntertwiningMap.lTensor_c…Rep.barComplex.d_comp_diagonalSuccIsoFree_inv_eq · cited by 0barComplex.d_comp_diagona…Representation.IntertwiningMap.tensor_apply · cited by 0IntertwiningMap.tensor_ap…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapMonoid · cited by 3887MonoidTensorProduct · cited by 2545TensorProductRepresentation · cited by 396RepresentationRepresentation.IntertwiningMap · cited by 261Representation.Intertwini…TensorProduct.map · cited by 250TensorProduct.mapRepresentation.IntertwiningMap.toLinearMap · cited by 205IntertwiningMap.toLinearM…Representation.tprod · cited by 103Representation.tprodIntertwiningMap.tensorCITED BYCITES

Cites12

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

Cited by12

Results whose statement or proof uses this declaration.