Mathlib Map

Theorems · Theorem · commutative algebra

isUnit_iff_not_dvd_char

∀ (R : Type u_1) [inst : CommRing R] (p : ℕ) [Fact (Nat.Prime p)] [Finite R], IsUnit ↑p ↔ ¬p ∣ ringChar R

A prime p is a unit in a finite commutative ring R iff it does not divide the characteristic.

Defined in
Mathlib.Algebra.CharP.CharAndCard
Cited by
4 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingFactFinite

Around this declaration

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

Cites8

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

Cited by4

Results whose statement or proof uses this declaration.