Theorems · Theorem · linear algebra
dotProduct_smul
∀ {m : Type u_2} {R : Type u_7} {α : Type v} [inst : Fintype m] [inst_1 : Mul α] [inst_2 : AddCommMonoid α]
[inst_3 : DistribSMul R α] [SMulCommClass R α α] (x : R) (v w : m → α), v ⬝ᵥ x • w = x • (v ⬝ᵥ w)- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 56 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.
- AddCommMonoidstatement and proof · cited by 12,281
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
- SMulCommClassstatement and proof · cited by 1,927
- dotProductstatement · cited by 194
- DistribSMulstatement and proof · cited by 117
- Finset.smul_sumproof · cited by 88
- mul_smul_commproof · cited by 65
Cited by4
Results whose statement or proof uses this declaration.
- Matrix.mul_smulproof · cited by 14
- Matrix.mulVec_smulproof · cited by 3
- Matrix.Nondegenerate.smul_iffproof · cited by 1
- Matrix.vecMul_smulproof · cited by 1