Mathlib Map

Theorems · Definition · linear algebra

Subsemiring.matrix

{n : Type u_3} →
  {R : Type u_14} →
    [inst : NonAssocSemiring R] →
      [inst_1 : Fintype n] → [inst_2 : DecidableEq n] → Subsemiring R → Subsemiring (Matrix n n R)

A version of Set.matrix for Subsemirings. Given a Subsemiring S, S.matrix is the Subsemiring of square matrices m all of whose entries m i j belong to S.

Defined in
Mathlib.Data.Matrix.Basic
Cited by
1 results in Mathlib
Foundations
Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NonAssocSemiringFintypeDecidableEq

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 by3

Results whose statement or proof uses this declaration.