Theorems · Theorem · linear algebra
Matrix.toLin_apply
∀ {R : Type u_1} [inst : CommSemiring R] {m : Type u_3} {n : Type u_4} [inst_1 : Fintype n] [inst_2 : DecidableEq n]
{M₁ : Type u_5} {M₂ : Type u_6} [inst_3 : AddCommMonoid M₁] [inst_4 : AddCommMonoid M₂] [inst_5 : Module R M₁]
[inst_6 : Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) [inst_7 : Fintype m] (M : Matrix m n R)
(v : M₁), ((Matrix.toLin v₁ v₂) M) v = ∑ j, M.mulVec (⇑(v₁.repr v)) j • v₂ j- Defined in
- Mathlib.LinearAlgebra.Matrix.ToLin
- Cited by
- 6 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.
Cites21
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
- Finsuppstatement · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univstatement and proof · cited by 3,473
- LinearEquivstatement · cited by 3,317
Cited by6
Results whose statement or proof uses this declaration.
- Matrix.toLin_selfproof · cited by 9
- Matrix.toLin_finTwoProd_applyproof · cited by 2
- associated_norm_prod_smithproof · cited by 1
- Matrix.inner_toEuclideanCLMproof · cited by 1
- Matrix.maxGenEigenspace_toLin_diagonal_eq_eigenspaceproof · cited by 1
- Matrix.toLin_apply_eq_zero_iffproof · cited by 1