Theorems · Definition · linear algebra
TensorProduct.tensorTensorTensorComm
(R : Type u_1) →
[inst : CommSemiring R] →
(M : Type u_5) →
(N : Type u_6) →
(P : Type u_7) →
(Q : Type u_8) →
[inst_1 : AddCommMonoid M] →
[inst_2 : AddCommMonoid N] →
[inst_3 : AddCommMonoid P] →
[inst_4 : AddCommMonoid Q] →
[inst_5 : Module R M] →
[inst_6 : Module R N] →
[inst_7 : Module R Q] →
[inst_8 : Module R P] →
TensorProduct R (TensorProduct R M N) (TensorProduct R P Q) ≃ₗ[R]
TensorProduct R (TensorProduct R M P) (TensorProduct R N Q)This special case is worth defining explicitly since it is useful for defining multiplication
on tensor products of modules carrying multiplications (e.g., associative rings, Lie rings, ...).
E.g., suppose M = P and N = Q and that M and N carry bilinear multiplications:
M ⊗ M → M and N ⊗ N → N. Using map, we can define (M ⊗ M) ⊗ (N ⊗ N) → M ⊗ N which, when
combined with this definition, yields a bilinear multiplication on M ⊗ N:
(M ⊗ N) ⊗ (M ⊗ N) → M ⊗ N. In particular we could use this to define the multiplication in
the TensorProduct.semiring instance (currently defined "by hand" using TensorProduct.mul).
See also mul_mul_mul_comm.
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearEquivstatement · cited by 3,317
- TensorProductstatement and proof · cited by 2,545
- LinearEquiv.symmproof · cited by 1,461
- LinearEquiv.transproof · cited by 298
- LinearEquiv.reflproof · cited by 143
- TensorProduct.assocproof · cited by 85
- TensorProduct.congrproof · cited by 50
- TensorProduct.rightCommproof · cited by 5
Cited by16
Results whose statement or proof uses this declaration.
- ModuleCat.MonoidalCategory.tensorμ_eq_tensorTensorTensorCommstatement · cited by 4
- LinearMap.BilinForm.tensorDistribEquivproof · cited by 3
- LinearMap.mul'_tensorstatement · cited by 1
- TensorProduct.tensorTensorTensorComm_symmstatement · cited by 1
- TensorProduct.tensorTensorTensorComm_trans_tensorTensorTensorCommstatement and proof · cited by 1
- CoalgCat.MonoidalCategoryAux.tensorObj_comulstatement and proof · cited by 0
- Algebra.TensorProduct.toLinearEquiv_tensorTensorTensorCommstatement · cited by 0
- TensorProduct.map_convMul_mapproof · cited by 0
- TensorProduct.Algebra.mul'_comp_tensorTensorTensorCommstatement and proof · cited by 0
- TensorProduct.tensorTensorTensorComm_comp_mapstatement · cited by 0
- TensorProduct.tensorTensorTensorComm_tmulstatement · cited by 0
- TensorProduct.AlgebraTensorModule.tensorTensorTensorComm_eqstatement · cited by 0