Mathlib Map

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 R

Given 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
Assumes
CommSemiringFintypeFiniteDecidableEqAddCommMonoidAddCommMonoidModuleModule

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Matrix.toLin · cited by 77Matrix.toLinLinearMap.charpoly · cited by 67LinearMap.charpolyLinearMap.toMatrix_apply · cited by 52LinearMap.toMatrix_applyLinearMap.det_toMatrix · cited by 37LinearMap.det_toMatrixAlgebra.leftMulMatrix · cited by 37Algebra.leftMulMatrixLinearMap.normDet · cited by 27LinearMap.normDetAlgebra.PreSubmersivePresentation.jacobiMatrix · cited by 21PreSubmersivePresentation…LinearMap.toMatrixAlgEquiv · cited by 19LinearMap.toMatrixAlgEquivLinearMap.toMvPolynomial · cited by 17LinearMap.toMvPolynomialLinearMap.toMatrix_toLin · cited by 15LinearMap.toMatrix_toLinLinearMap.trace_eq_matrix_trace · cited by 14LinearMap.trace_eq_matrix…LinearMap.toMatrix_comp · cited by 12LinearMap.toMatrix_compAlgebra.norm_eq_matrix_det · cited by 10Algebra.norm_eq_matrix_detAlgebra.trace_eq_matrix_trace · cited by 9Algebra.trace_eq_matrix_t…LinearMap.charpoly_toMatrix · cited by 9LinearMap.charpoly_toMatr…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapFintype · cited by 7736FintypeMatrix · cited by 4303MatrixLinearEquiv · cited by 3317LinearEquivFinite · cited by 3029FiniteModule.Basis · cited by 1477Module.BasisLinearEquiv.trans · cited by 298LinearEquiv.transModule.Basis.equivFun · cited by 88Basis.equivFunLinearMap.toMatrix' · cited by 46LinearMap.toMatrix'LinearEquiv.arrowCongr · cited by 28LinearEquiv.arrowCongrLinearMap.toMatrixCITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by193

Results whose statement or proof uses this declaration.