Theorems · Theorem · linear algebra
LinearMap.toMatrix_id
∀ {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₁] (v₁ : Module.Basis n R M₁),
(LinearMap.toMatrix v₁ v₁) LinearMap.id = 1This will be a special case of LinearMap.toMatrix_id_eq_basis_toMatrix.
- Defined in
- Mathlib.LinearAlgebra.Matrix.ToLin
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- 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
- Module.Basisstatement and proof · cited by 1,477
- LinearMap.idstatement and proof · cited by 625
- Matrix.extproof · cited by 540
Cited by7
Results whose statement or proof uses this declaration.
- LinearMap.toMatrix_oneproof · cited by 7
- LinearMap.det_conjproof · cited by 5
- Matrix.toLin_oneproof · cited by 4
- LinearMap.toMatrix_algebraMapproof · cited by 2
- LinearMap.toMatrixAlgEquiv_idproof · cited by 1
- Matrix.toLin_scalarproof · cited by 1
- LinearMap.toMvPolynomial_idproof · cited by 0