Matrices in prime characteristic #
In this file we prove that matrices over a ring of characteristic p
with nonempty index type have the same characteristic.
instance
Matrix.instCharP
{n : Type u_1}
{R : Type u_2}
[DecidableEq n]
[Nonempty n]
[AddMonoidWithOne R]
(p : ℕ)
[CharP R p]
:
instance
Matrix.instCharZero
{n : Type u_1}
{R : Type u_2}
[DecidableEq n]
[Nonempty n]
[AddMonoidWithOne R]
[CharZero R]
:
instance
Matrix.instExpChar
{n : Type u_1}
{R : Type u_2}
[DecidableEq n]
[Nonempty n]
[AddMonoidWithOne R]
{p : ℕ}
[ExpChar R p]
: