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 → RThe 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
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.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Subalgebra.toSubmoduleproof · cited by 141
- IsPrincipalIdealRingstatement and proof · cited by 131
- integralClosureproof · cited by 105
- Submodule.colonproof · cited by 80
- Submodule.IsPrincipal.generatorproof · cited by 56
Cited by6
Results whose statement or proof uses this declaration.
- Algebra.natDenominatorproof · cited by 4
- Algebra.denominator_dvd_iffstatement · cited by 3
- Algebra.natDenominator_defstatement · cited by 2
- Algebra.denominator_defstatement and proof · cited by 1
- IsAlgebraic.denominator_ne_zerostatement · cited by 1
- Algebra.isIntegral_denominator_smulstatement · cited by 0