Theorems · Definition · linear algebra
Matrix.toLinAlgEquiv
{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₁ → Matrix n n R ≃ₐ[R] M₁ →ₗ[R] M₁Given a basis of a module M₁ over a commutative ring R, we get an algebra
equivalence between square matrices over R indexed by the basis and linear maps M₁ →ₗ M₁.
- Defined in
- Mathlib.LinearAlgebra.Matrix.ToLin
- Cited by
- 13 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.
Cites11
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
- AlgEquiv.symmproof · cited by 615
- LinearMap.toMatrixAlgEquivproof · cited by 19
Cited by13
Results whose statement or proof uses this declaration.
- Matrix.toLinAlgEquiv_symmstatement · cited by 2
- Matrix.spectrum_toLpLinproof · cited by 2
- spectrum_diagonalproof · cited by 2
- Matrix.toLinAlgEquiv_toMatrixAlgEquivstatement and proof · cited by 1
- Matrix.finite_spectrumproof · cited by 1
- LinearMap.toMatrixAlgEquiv_symmstatement · cited by 0
- Matrix.toLinAlgEquiv_mulstatement and proof · cited by 0
- Matrix.toLinAlgEquiv_onestatement and proof · cited by 0
- LinearMap.toMatrixAlgEquiv_toLinAlgEquivstatement and proof · cited by 0
- Matrix.toLinAlgEquiv_applystatement · cited by 0
- Matrix.toLinAlgEquiv_selfstatement · cited by 0
- Matrix.minpoly_toLinproof · cited by 0