Tensor products of products #
This file shows that taking TensorProduct
s commutes with taking Prod
s in both arguments.
Main results #
Notes #
See Mathlib.LinearAlgebra.TensorProduct.Pi
for arbitrary products.
noncomputable def
TensorProduct.prodRight
(R : Type uR)
(M₁ : Type uM₁)
(M₂ : Type uM₂)
(M₃ : Type uM₃)
[CommSemiring R]
[AddCommMonoid M₁]
[AddCommMonoid M₂]
[AddCommMonoid M₃]
[Module R M₁]
[Module R M₂]
[Module R M₃]
:
Tensor products distribute over a product on the right.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
theorem
TensorProduct.prodRight_tmul
(R : Type uR)
(M₁ : Type uM₁)
(M₂ : Type uM₂)
(M₃ : Type uM₃)
[CommSemiring R]
[AddCommMonoid M₁]
[AddCommMonoid M₂]
[AddCommMonoid M₃]
[Module R M₁]
[Module R M₂]
[Module R M₃]
(m₁ : M₁)
(m₂ : M₂)
(m₃ : M₃)
:
@[simp]
theorem
TensorProduct.prodRight_symm_tmul
(R : Type uR)
(M₁ : Type uM₁)
(M₂ : Type uM₂)
(M₃ : Type uM₃)
[CommSemiring R]
[AddCommMonoid M₁]
[AddCommMonoid M₂]
[AddCommMonoid M₃]
[Module R M₁]
[Module R M₂]
[Module R M₃]
(m₁ : M₁)
(m₂ : M₂)
(m₃ : M₃)
:
noncomputable def
TensorProduct.prodLeft
(R : Type uR)
(M₁ : Type uM₁)
(M₂ : Type uM₂)
(M₃ : Type uM₃)
[CommSemiring R]
[AddCommMonoid M₁]
[AddCommMonoid M₂]
[AddCommMonoid M₃]
[Module R M₁]
[Module R M₂]
[Module R M₃]
:
Tensor products distribute over a product on the left .
Equations
Instances For
@[simp]
theorem
TensorProduct.prodLeft_tmul
(R : Type uR)
(M₁ : Type uM₁)
(M₂ : Type uM₂)
(M₃ : Type uM₃)
[CommSemiring R]
[AddCommMonoid M₁]
[AddCommMonoid M₂]
[AddCommMonoid M₃]
[Module R M₁]
[Module R M₂]
[Module R M₃]
(m₁ : M₁)
(m₂ : M₂)
(m₃ : M₃)
:
@[simp]
theorem
TensorProduct.prodLeft_symm_tmul
(R : Type uR)
(M₁ : Type uM₁)
(M₂ : Type uM₂)
(M₃ : Type uM₃)
[CommSemiring R]
[AddCommMonoid M₁]
[AddCommMonoid M₂]
[AddCommMonoid M₃]
[Module R M₁]
[Module R M₂]
[Module R M₃]
(m₁ : M₁)
(m₂ : M₂)
(m₃ : M₃)
: