Mathlib Map

Theorems · Theorem · linear algebra

dotProduct_comm

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

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by13

Results whose statement or proof uses this declaration.