Theorems · Definition · linear algebra
Algebra.leftMulMatrix
{R : Type u_1} →
{S : Type u_2} →
[inst : CommSemiring R] →
[inst_1 : Semiring S] →
[inst_2 : Algebra R S] →
{m : Type u_3} → [inst_3 : Fintype m] → [inst_4 : DecidableEq m] → Module.Basis m R S → S →ₐ[R] Matrix m m RleftMulMatrix b x is the matrix corresponding to the linear map fun y ↦ x * y.
leftMulMatrix_eq_repr_mul gives a formula for the entries of leftMulMatrix.
This definition is useful for doing (more) explicit computations with LinearMap.mulLeft,
such as the trace form or norm map for algebras.
- Defined in
- Mathlib.LinearAlgebra.Matrix.ToLin
- Cited by
- 37 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.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- AlgHomstatement · cited by 3,236
- Module.Basisstatement and proof · cited by 1,477
- LinearMap.toMatrixproof · cited by 180
- Algebra.lmulproof · cited by 41
Cited by38
Results whose statement or proof uses this declaration.
- Algebra.norm_eq_matrix_detstatement and proof · cited by 10
- Algebra.trace_eq_matrix_tracestatement and proof · cited by 9
- Algebra.norm_localizationproof · cited by 8
- Algebra.norm_eq_zero_iffproof · cited by 6
- ClassGroup.normBoundproof · cited by 5
- Algebra.PowerBasis.norm_gen_eq_coeff_zero_minpolyproof · cited by 5
- Algebra.trace_localizationproof · cited by 4
- Algebra.leftMulMatrix_eq_repr_mulstatement · cited by 4
- PowerBasis.trace_gen_eq_nextCoeff_minpolyproof · cited by 2
- LinearMap.det_restrictScalarsproof · cited by 2
- Algebra.trace_trace_of_basisproof · cited by 2
- WeierstrassCurve.Affine.CoordinateRing.norm_smul_basisproof · cited by 2