Theorems · Theorem · commutative algebra
IsAlgebraic.exists_smul_eq
∀ {R : Type u_1} (S : Type u_2) [inst : CommRing R] [inst_1 : CommRing S] {K : Type u_4} [inst_2 : CommRing K]
[inst_3 : Algebra S K] [inst_4 : Algebra R K] [IsIntegralClosure S R K] {x : K},
IsAlgebraic R x → ∃ r s, r ≠ 0 ∧ r • x = (algebraMap S K) sIf x : K is algebraic over some ring R, then a nonzero R-multiple of it is contained
in the integral closure of R in K.
- Defined in
- Mathlib.RingTheory.Algebraic.Integral
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- RingHomstatement · cited by 10,189
- Algebra.algebraMapstatement and proof · cited by 4,706
- IsIntegralproof · cited by 427
- IsAlgebraicstatement and proof · cited by 163
- IsIntegralClosurestatement and proof · cited by 146
- IsIntegralClosure.isIntegral_iffproof · cited by 19
- IsAlgebraic.exists_integral_multipleproof · cited by 8
Cited by1
Results whose statement or proof uses this declaration.
- IsAlgebraic.exists_nsmul_eqproof · cited by 1