Theorems · Theorem · group theory
Representation.finsuppTensorRight_apply_tmul
∀ {G : Type v} [inst : Monoid G] {V : Type v'} [inst_1 : AddCommMonoid V] {W : Type w'} [inst_2 : AddCommMonoid W]
{k : Type u} [inst_3 : CommSemiring k] [inst_4 : Module k V] [inst_5 : Module k W] (σ : Representation k G V)
(ρ : Representation k G W) {α : Type w'} [inst_6 : DecidableEq α] (v : V) (f : α →₀ W),
(σ.finsuppTensorRight ρ α) (v ⊗ₜ[k] f) = f.sum fun i w => fun₀ | i => v ⊗ₜ[k] w- Defined in
- Mathlib.RepresentationTheory.Equiv
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Finsuppstatement and proof · cited by 5,255
- Monoidstatement and proof · cited by 3,887
- TensorProductstatement · cited by 2,545
- TensorProduct.tmulstatement and proof · cited by 1,182
- Finsupp.singlestatement and proof · cited by 943
- Finsupp.sumstatement and proof · cited by 481
- Representationstatement and proof · cited by 396
- Representation.tprodstatement · cited by 103
Cited by1
Results whose statement or proof uses this declaration.
- Representation.finsuppTensorRight_apply_tmul_applyproof · cited by 0