Theorems · Theorem · linear algebra
basis_toMatrix_basisFun_mul
∀ {ι : Type u_1} {R : Type u_5} [inst : CommSemiring R] [inst_1 : Fintype ι] (b : Module.Basis ι R (ι → R))
(A : Matrix ι ι R), b.toMatrix ⇑(Pi.basisFun R ι) * A = Matrix.of fun i j => (b.repr (A.col j)) i- Defined in
- Mathlib.LinearAlgebra.Matrix.Basis
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringFintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- Moduleproof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommMonoidproof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Equivstatement · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Finsuppstatement · cited by 5,255
- Matrixstatement and proof · cited by 4,303
- LinearEquivstatement · cited by 3,317
- Finiteproof · cited by 3,029
- Module.Basisstatement and proof · cited by 1,477
Cited by1
Results whose statement or proof uses this declaration.
- PiLp.basis_toMatrix_basisFun_mulproof · cited by 0