Theorems · Definition · linear algebra
LinearMap.toMatrix
{R : Type u_1} →
[inst : CommSemiring R] →
{m : Type u_3} →
{n : Type u_4} →
[Fintype n] →
[Finite m] →
[DecidableEq n] →
{M₁ : Type u_5} →
{M₂ : Type u_6} →
[inst_4 : AddCommMonoid M₁] →
[inst_5 : AddCommMonoid M₂] →
[inst_6 : Module R M₁] →
[inst_7 : Module R M₂] →
Module.Basis n R M₁ → Module.Basis m R M₂ → (M₁ →ₗ[R] M₂) ≃ₗ[R] Matrix m n RGiven bases of two modules M₁ and M₂ over a commutative ring R, we get a linear
equivalence between linear maps M₁ →ₗ M₂ and matrices over R indexed by the bases.
- Defined in
- Mathlib.LinearAlgebra.Matrix.ToLin
- Cited by
- 180 results in Mathlib
- Foundations
- Depth 87 from the axioms, rests on 2,015 definitions · 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.
- 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
- LinearEquivstatement · cited by 3,317
- Finitestatement and proof · cited by 3,029
- Module.Basisstatement and proof · cited by 1,477
- LinearEquiv.transproof · cited by 298
- Module.Basis.equivFunproof · cited by 88
Cited by193
Results whose statement or proof uses this declaration.
- Matrix.toLinproof · cited by 77
- LinearMap.charpolyproof · cited by 67
- LinearMap.toMatrix_applystatement · cited by 52
- LinearMap.det_toMatrixstatement and proof · cited by 37
- Algebra.leftMulMatrixproof · cited by 37
- LinearMap.normDetproof · cited by 27
- Algebra.PreSubmersivePresentation.jacobiMatrixproof · cited by 21
- LinearMap.toMatrixAlgEquivproof · cited by 19
- LinearMap.toMvPolynomialproof · cited by 17
- LinearMap.toMatrix_toLinstatement · cited by 15
- LinearMap.trace_eq_matrix_tracestatement and proof · cited by 14
- LinearMap.toMatrix_compstatement · cited by 12