Mathlib Map

Theorems · Theorem · linear algebra

Matrix.toLin_kronecker

∀ {R : Type u_1} {M : Type u_2} {N : Type u_3} {M' : Type u_5} {N' : Type u_6} {ι : Type u_7} {κ : Type u_8}
  {ι' : Type u_10} {κ' : Type u_11} [inst : DecidableEq ι] [inst_1 : DecidableEq κ] [inst_2 : Fintype ι]
  [inst_3 : Fintype κ] [inst_4 : Finite ι'] [inst_5 : Finite κ'] [inst_6 : CommRing R] [inst_7 : AddCommGroup M]
  [inst_8 : AddCommGroup N] [inst_9 : AddCommGroup M'] [inst_10 : AddCommGroup N'] [inst_11 : Module R M]
  [inst_12 : Module R N] [inst_13 : Module R M'] [inst_14 : Module R N'] (bM : Module.Basis ι R M)
  (bN : Module.Basis κ R N) (bM' : Module.Basis ι' R M') (bN' : Module.Basis κ' R N') (A : Matrix ι' ι R)
  (B : Matrix κ' κ R),
  (Matrix.toLin (bM.tensorProduct bN) (bM'.tensorProduct bN')) (Matrix.kroneckerMap (fun x1 x2 => x1 * x2) A B) =
    TensorProduct.map ((Matrix.toLin bM bM') A) ((Matrix.toLin bN bN') B)

The matrix built from Matrix.kronecker corresponds to the linear map built from TensorProduct.map.

Defined in
Mathlib.LinearAlgebra.TensorProduct.Matrix
Cited by
0 results in Mathlib
Foundations
Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqDecidableEqFintypeFintypeFiniteFiniteCommRingAddCommGroupAddCommGroupAddCommGroupAddCommGroupModuleModuleModuleModule

Around this declaration

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

Cites21

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

  • DFunLike.coestatement and proof · cited by 62,936
  • Modulestatement and proof · cited by 20,661
  • RingHom.idstatement and proof · cited by 18,349
  • CommRingstatement and proof · cited by 17,173
  • AddCommGroupstatement and proof · cited by 12,871
  • LinearMapstatement and proof · cited by 10,215
  • Fintypestatement and proof · cited by 7,736
  • Matrixstatement and proof · cited by 4,303
  • LinearEquivstatement and proof · cited by 3,317
  • Finitestatement and proof · cited by 3,029
  • TensorProductstatement and proof · cited by 2,545
  • Module.Basisstatement and proof · cited by 1,477

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.