Mathlib Map

Theorems · Theorem · linear algebra

Matrix.Represents.add

∀ {ι : Type u_1} [inst : Fintype ι] {M : Type u_2} [inst_1 : AddCommGroup M] {R : Type u_3} [inst_2 : CommRing R]
  [inst_3 : Module R M] {b : ι → M} [inst_4 : DecidableEq ι] {A A' : Matrix ι ι R} {f f' : Module.End R M},
  Matrix.Represents b A f → Matrix.Represents b A' f' → Matrix.Represents b (A + A') (f + f')
Defined in
Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap
Cited by
0 results in Mathlib
Foundations
Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeAddCommGroupCommRingModuleDecidableEq

Around this declaration

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

Cites13

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.