Theorems · Definition · ring theory
AlgHom.mulLeftRightMatrix_inv
(R : Type u_1) →
(n : Type u_2) →
[inst : CommSemiring R] →
[Fintype n] → [DecidableEq n] → Module.End R (Matrix n n R) →ₗ[R] TensorProduct R (Matrix n n R) (Matrix n n R)ᵐᵒᵖAlgHom.mulLeftRight for matrix algebra sends basis Eᵢⱼ⊗Eₖₗ to
the map f : Eₛₜ ↦ Eᵢⱼ * Eₛₜ * Eₖₗ = δⱼₛδₜₖEᵢₗ, therefore we construct the inverse
by sending f to ∑ᵢₗₛₜ f(Eₛₜ)ᵢₗ • Eᵢₛ⊗Eₜₗ.
- Defined in
- Mathlib.Algebra.Azumaya.Matrix
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univproof · cited by 3,473
- TensorProductstatement and proof · cited by 2,545
- TensorProduct.tmulproof · cited by 1,182
- MulOppositestatement and proof · cited by 1,135
- Module.Endstatement and proof · cited by 774
Cited by3
Results whose statement or proof uses this declaration.
- AlgHom.mulLeftRightMatrix.comp_invstatement and proof · cited by 1
- AlgHom.mulLeftRightMatrix.inv_compstatement and proof · cited by 1
- IsAzumaya.matrixproof · cited by 0