Mathlib Map

Theorems · Definition · linear algebra

TensorProduct.AlgebraTensorModule.tensorTensorTensorComm

(R : Type uR) →
  (S : Type uS) →
    (A : Type uA) →
      (B : Type uB) →
        (M : Type uM) →
          (N : Type uN) →
            (P : Type uP) →
              (Q : Type uQ) →
                [inst : CommSemiring R] →
                  [inst_1 : CommSemiring A] →
                    [inst_2 : Semiring B] →
                      [inst_3 : Algebra R A] →
                        [inst_4 : Algebra R B] →
                          [inst_5 : AddCommMonoid M] →
                            [inst_6 : Module R M] →
                              [inst_7 : Module A M] →
                                [inst_8 : Module B M] →
                                  [IsScalarTower R A M] →
                                    [IsScalarTower R B M] →
                                      [inst_11 : SMulCommClass A B M] →
                                        [inst_12 : AddCommMonoid N] →
                                          [inst_13 : Module R N] →
                                            [inst_14 : AddCommMonoid P] →
                                              [inst_15 : Module A P] →
                                                [inst_16 : AddCommMonoid Q] →
                                                  [inst_17 : Module R Q] →
                                                    [inst_18 : Module R P] →
                                                      [inst_19 : IsScalarTower R A P] →
                                                        [inst_20 : Algebra A B] →
                                                          [IsScalarTower A B M] →
                                                            [inst_22 : CommSemiring S] →
                                                              [inst_23 : Algebra R S] →
                                                                [inst_24 : Algebra S B] →
                                                                  [inst_25 : Module S M] →
                                                                    [inst_26 : Module S N] →
                                                                      [IsScalarTower R S M] →
                                                                        [inst_28 : SMulCommClass A S M] →
                                                                          [inst_29 : SMulCommClass S A M] →
                                                                            [inst_30 : IsScalarTower S B M] →
                                                                              [inst_31 : IsScalarTower R S N] →
                                                                                TensorProduct A (TensorProduct S M N)
                                                                                    (TensorProduct R P Q) ≃ₗ[B]
                                                                                  TensorProduct S (TensorProduct A M P)
                                                                                    (TensorProduct R N Q)

Heterobasic version of tensorTensorTensorComm. Suppose we have towers of algebras R → S → B and R → A → B, and a B-module M, S-module N, A-module P, R-module Q, then `` (M ⊗ˢ N) ⎛ M ⎞ ⊗ˢ ⎛ N ⎞ ⊗ᴬ ≅ᴮ ⎜ ⊗ᴬ⎟ ⎜ ⊗ᴿ⎟ (P ⊗ᴿ Q) ⎝ P ⎠ ⎝ Q ⎠ ``

Defined in
Mathlib.LinearAlgebra.TensorProduct.Tower
Cited by
10 results in Mathlib
Foundations
Depth 76 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringCommSemiringSemiringAlgebraAlgebraAddCommMonoidModuleModuleModuleIsScalarTowerIsScalarTowerSMulCommClassAddCommMonoidModuleAddCommMonoidModuleAddCommMonoidModuleModuleIsScalarTowerAlgebraIsScalarTowerCommSemiringAlgebraAlgebraModuleModuleIsScalarTowerSMulCommClassSMulCommClassIsScalarTowerIsScalarTower

Around this declaration

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

Algebra.TensorProduct.tensorTensorTensorComm · cited by 8TensorProduct.tensorTenso…LinearMap.BilinMap.tensorDistrib · cited by 3BilinMap.tensorDistribTensorProduct.comul_def · cited by 0TensorProduct.comul_defTensorProduct.comul_tmul · cited by 0TensorProduct.comul_tmulTensorProduct.AlgebraTensorModule.tensorTensorTensorComm.congr_simp · cited by 0tensorTensorTensorComm.co…Bialgebra.comul_includeRight · cited by 0Bialgebra.comul_includeRi…Algebra.TensorProduct.tensorTensorTensorComm_toLinearEquiv · cited by 0TensorProduct.tensorTenso…TensorProduct.map_convMul_map · cited by 0TensorProduct.map_convMul…TensorProduct.AlgebraTensorModule.tensorTensorTensorComm_eq · cited by 0AlgebraTensorModule.tenso…TensorProduct.AlgebraTensorModule.tensorTensorTensorComm_symm · cited by 0AlgebraTensorModule.tenso…TensorProduct.AlgebraTensorModule.tensorTensorTensorComm_symm_tmul · cited by 0AlgebraTensorModule.tenso…TensorProduct.AlgebraTensorModule.tensorTensorTensorComm_tmul · cited by 0AlgebraTensorModule.tenso…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringIsScalarTower · cited by 3896IsScalarTowerLinearEquiv · cited by 3317LinearEquivTensorProduct · cited by 2545TensorProductSMulCommClass · cited by 1927SMulCommClassLinearEquiv.symm · cited by 1461LinearEquiv.symmLinearEquiv.trans · cited by 298LinearEquiv.transLinearEquiv.refl · cited by 143LinearEquiv.reflTensorProduct.AlgebraTensorModule.congr · cited by 29AlgebraTensorModule.congrTensorProduct.AlgebraTensorModule.assoc · cited by 11AlgebraTensorModule.assocAlgebraTensorModule.tensorTen…CITED BYCITES

Cites16

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.