Mathlib Map

Theorems · Definition · linear algebra

kroneckerTMulLinearEquiv

(l : Type u_1) →
  (m : Type u_2) →
    (n : Type u_3) →
      (p : Type u_4) →
        (R : Type u_5) →
          (S : Type u_6) →
            (M : Type u_9) →
              (N : Type u_10) →
                [inst : CommSemiring R] →
                  [inst_1 : Semiring S] →
                    [inst_2 : AddCommMonoid M] →
                      [inst_3 : AddCommMonoid N] →
                        [inst_4 : Algebra R S] →
                          [inst_5 : Module R M] →
                            [inst_6 : Module S M] →
                              [inst_7 : Module R N] →
                                [inst_8 : IsScalarTower R S M] →
                                  [Fintype l] →
                                    [Fintype m] →
                                      [Fintype n] →
                                        [Fintype p] →
                                          [DecidableEq l] →
                                            [DecidableEq m] →
                                              [DecidableEq n] →
                                                [DecidableEq p] →
                                                  TensorProduct R (Matrix l m M) (Matrix n p N) ≃ₗ[S]
                                                    Matrix (l × n) (m × p) (TensorProduct R M N)

Matrix.kroneckerTMul as a linear equivalence, when the two arguments are tensored.

Defined in
Mathlib.RingTheory.MatrixAlgebra
Cited by
9 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringSemiringAddCommMonoidAddCommMonoidAlgebraModuleModuleModuleIsScalarTowerFintypeFintypeFintypeFintypeDecidableEqDecidableEqDecidableEqDecidableEq

Around this declaration

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

kroneckerLinearEquiv · cited by 7kroneckerLinearEquivMatrix.kroneckerTMulAlgEquiv · cited by 3Matrix.kroneckerTMulAlgEq…kroneckerTMulLinearEquiv_tmul · cited by 1kroneckerTMulLinearEquiv_…kroneckerTMulLinearEquiv_mul · cited by 0kroneckerTMulLinearEquiv_…kroneckerTMulLinearEquiv_one · cited by 0kroneckerTMulLinearEquiv_…kroneckerTMulLinearEquiv_symm_kroneckerTMul · cited by 0kroneckerTMulLinearEquiv_…Matrix.kroneckerTMulAlgEquiv_apply · cited by 0Matrix.kroneckerTMulAlgEq…Matrix.kroneckerTMulAlgEquiv_symm_apply · cited by 0Matrix.kroneckerTMulAlgEq…Matrix.kroneckerTMulStarAlgEquiv_apply · cited by 0Matrix.kroneckerTMulStarA…Matrix.kroneckerTMulStarAlgEquiv_symm_apply · cited by 0Matrix.kroneckerTMulStarA…kroneckerTMulAlgEquiv_symm_single_tmul · cited by 0kroneckerTMulAlgEquiv_sym…DFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringFintype · cited by 7736FintypeMatrix · cited by 4303MatrixIsScalarTower · cited by 3896IsScalarTowerLinearEquiv · cited by 3317LinearEquivTensorProduct · cited by 2545TensorProductTensorProduct.AlgebraTensorModule.map · cited by 36AlgebraTensorModule.mapTensorProduct.AlgebraTensorModule.lift · cited by 9AlgebraTensorModule.liftLinearEquiv.ofLinearMap · cited by 9LinearEquiv.ofLinearMapkroneckerTMulLinearEquivCITED BYCITES

Cites18

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

Cited by11

Results whose statement or proof uses this declaration.