Theorems · Definition · linear algebra
LinearMap.toMatrixAlgEquiv
{R : Type u_1} →
[inst : CommSemiring R] →
{n : Type u_4} →
[inst_1 : Fintype n] →
[inst_2 : DecidableEq n] →
{M₁ : Type u_5} →
[inst_3 : AddCommMonoid M₁] →
[inst_4 : Module R M₁] → Module.Basis n R M₁ → (M₁ →ₗ[R] M₁) ≃ₐ[R] Matrix n n RGiven a basis of a module M₁ over a commutative ring R, we get an algebra
equivalence between linear maps M₁ →ₗ M₁ and square matrices over R indexed by the basis.
- Defined in
- Mathlib.LinearAlgebra.Matrix.ToLin
- Cited by
- 19 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- AlgEquivstatement · cited by 1,681
- Module.Basisstatement and proof · cited by 1,477
- LinearMap.toMatrixproof · cited by 180
- LinearMap.toMatrix_oneproof · cited by 7
- AlgEquiv.ofLinearEquivproof · cited by 7
Cited by20
Results whose statement or proof uses this declaration.
- Matrix.toLinAlgEquivproof · cited by 13
- Matrix.toLinAlgEquiv_symmstatement · cited by 2
- IsNilpotent.charpoly_eq_X_pow_finrankproof · cited by 2
- LinearMap.toMatrixAlgEquiv_applystatement · cited by 2
- LinearMap.toMatrixAlgEquiv_compstatement · cited by 1
- LinearMap.toMatrixAlgEquiv_idstatement · cited by 1
- LinearMap.toMatrixAlgEquiv_transpose_applystatement · cited by 1
- LinearMap.isUnit_toMatrix_iffproof · cited by 1
- Matrix.toLinAlgEquiv_toMatrixAlgEquivstatement · cited by 1
- LinearMap.detAux_defstatement and proof · cited by 1
- LinearMap.detAux_def'proof · cited by 1
- LinearMap.toMatrixAlgEquiv_mulstatement and proof · cited by 0