Mathlib Map

Theorems · Theorem · linear algebra

Matrix.center_eq_range

∀ {n : Type u_3} (R : Type u_5) [inst : DecidableEq n] [inst_1 : Fintype n] [inst_2 : CommSemiring R],
  Set.center (Matrix n n R) = Set.range ⇑(Matrix.scalar n)

For a commutative semiring R, the center of Matrix n n R is the range of scalar n (i.e., the span of {1}).

Defined in
Mathlib.Data.Matrix.Basis
Cited by
0 results in Mathlib
Foundations
Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqFintypeCommSemiring

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.