Mathlib Map

Theorems · Definition · commutative algebra

Algebra.denominator

(R : Type u_1) →
  {S : Type u_2} → [inst : CommRing R] → [IsPrincipalIdealRing R] → [inst_2 : CommRing S] → [Algebra R S] → S → R

The denominator of an element x of an R-algebra: a generator of the ideal of scalars r : R such that r • x is integral over R. It is nonzero as soon as x is algebraic over R; see IsAlgebraic.denominator_ne_zero.

Defined in
Mathlib.RingTheory.Algebraic.Denominator
Cited by
5 results in Mathlib
Foundations
Depth 137 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsPrincipalIdealRingCommRingAlgebra

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 by6

Results whose statement or proof uses this declaration.