Mathlib Map

Theorems · Theorem · commutative algebra

isUnit_iff_not_dvd_char_of_ringChar_ne_zero

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

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

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

Around this declaration

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

Cites22

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

Cited by1

Results whose statement or proof uses this declaration.