Mathlib Map

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.

Defined in
Mathlib.LinearAlgebra.TensorProduct.Associator
Cited by
15 results in Mathlib
Foundations
Depth 70 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringAddCommMonoidAddCommMonoidAddCommMonoidAddCommMonoidModuleModuleModuleModule

Around this declaration

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

ModuleCat.MonoidalCategory.tensorμ_eq_tensorTensorTensorComm · cited by 4MonoidalCategory.tensorμ_…LinearMap.BilinForm.tensorDistribEquiv · cited by 3BilinForm.tensorDistribEq…LinearMap.mul'_tensor · cited by 1LinearMap.mul'_tensorTensorProduct.tensorTensorTensorComm_symm · cited by 1TensorProduct.tensorTenso…TensorProduct.tensorTensorTensorComm_trans_tensorTensorTensorComm · cited by 1TensorProduct.tensorTenso…CoalgCat.MonoidalCategoryAux.tensorObj_comul · cited by 0MonoidalCategoryAux.tenso…Algebra.TensorProduct.toLinearEquiv_tensorTensorTensorComm · cited by 0TensorProduct.toLinearEqu…TensorProduct.map_convMul_map · cited by 0TensorProduct.map_convMul…TensorProduct.Algebra.mul'_comp_tensorTensorTensorComm · cited by 0Algebra.mul'_comp_tensorT…TensorProduct.tensorTensorTensorComm_comp_map · cited by 0TensorProduct.tensorTenso…TensorProduct.tensorTensorTensorComm_tmul · cited by 0TensorProduct.tensorTenso…TensorProduct.AlgebraTensorModule.tensorTensorTensorComm_eq · cited by 0AlgebraTensorModule.tenso…SemimoduleCat.MonoidalCategory.tensorμ_eq_tensorTensorTensorComm · cited by 0MonoidalCategory.tensorμ_…CoalgCat.MonoidalCategoryAux.comul_tensorObj · cited by 0MonoidalCategoryAux.comul…CoalgCat.MonoidalCategoryAux.comul_tensorObj_tensorObj_right · cited by 0MonoidalCategoryAux.comul…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringLinearEquiv · cited by 3317LinearEquivTensorProduct · cited by 2545TensorProductLinearEquiv.symm · cited by 1461LinearEquiv.symmLinearEquiv.trans · cited by 298LinearEquiv.transLinearEquiv.refl · cited by 143LinearEquiv.reflTensorProduct.assoc · cited by 85TensorProduct.assocTensorProduct.congr · cited by 50TensorProduct.congrTensorProduct.rightComm · cited by 5TensorProduct.rightCommTensorProduct.tensorTensorTen…CITED BYCITES

Cites12

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

Cited by16

Results whose statement or proof uses this declaration.