Mathlib Map

Theorems · Theorem · linear algebra

Matrix.single_eq_of_single_single

∀ {m : Type u_2} {n : Type u_3} {α : Type u_7} [inst : DecidableEq m] [inst_1 : DecidableEq n] [inst_2 : Zero α] (i : m)
  (j : n) (a : α), Matrix.single i j a = Matrix.of (Pi.single i (Pi.single j a))

See also single_eq_updateRow_zero and single_eq_updateCol_zero.

Defined in
Mathlib.Data.Matrix.Basis
Cited by
6 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Quot.sound
Assumes
DecidableEqDecidableEqZero

Around this declaration

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

Cites9

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

Cited by6

Results whose statement or proof uses this declaration.