Mathlib Map

Theorems · Theorem · linear algebra

Matrix.vec_sum

∀ {ι : Type u_2} {m : Type u_3} {n : Type u_4} {R : Type u_1} [inst : AddCommMonoid R] (s : Finset ι)
  (A : ι → Matrix m n R), (∑ i ∈ s, A i).vec = ∑ i ∈ s, (A i).vec
Defined in
Mathlib.LinearAlgebra.Matrix.Vec
Cited by
0 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Quot.sound
Assumes
AddCommMonoid

Around this declaration

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

Cites7

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.