Mathlib Map

Theorems · Theorem · linear algebra

smul_dotProduct

∀ {m : Type u_2} {R : Type u_7} {α : Type v} [inst : Fintype m] [inst_1 : Mul α] [inst_2 : AddCommMonoid α]
  [inst_3 : DistribSMul R α] [IsScalarTower R α α] (x : R) (v w : m → α), x • v ⬝ᵥ w = x • (v ⬝ᵥ w)
Defined in
Mathlib.Data.Matrix.Mul
Cited by
5 results in Mathlib
Foundations
Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeMulAddCommMonoidDistribSMulIsScalarTower

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.

Cited by5

Results whose statement or proof uses this declaration.