Theorems · Definition · linear algebra
Matrix.kroneckerStarAlgEquiv
(m : Type u_2) →
(n : Type u_3) →
(R : Type u_5) →
[inst : CommSemiring R] →
[inst_1 : Fintype n] →
[inst_2 : DecidableEq n] →
[inst_3 : Fintype m] →
[inst_4 : DecidableEq m] →
[inst_5 : StarRing R] → TensorProduct R (Matrix m m R) (Matrix n n R) ≃⋆ₐ[R] Matrix (m × n) (m × n) RMatrix.kronecker as a ⋆-algebra equivalence, when the two arguments are tensored.
- Defined in
- Mathlib.RingTheory.MatrixAlgebra
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- TensorProductstatement · cited by 2,545
- StarRingstatement and proof · cited by 1,686
- StarAlgEquivstatement · cited by 132
- Matrix.kroneckerAlgEquivproof · cited by 4
- StarAlgEquiv.ofAlgEquivproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.toAlgEquiv_kroneckerStarAlgEquivstatement · cited by 0
- Matrix.kroneckerStarAlgEquiv_applystatement · cited by 0
- Matrix.kroneckerStarAlgEquiv_symm_applystatement · cited by 0