Theorems · Theorem · field theory
IsAlgebraic.exists_smul_eq_mul
∀ {R : Type u_1} {S : Type u_2} [inst : CommRing R] [inst_1 : Ring S] [inst_2 : Algebra R S] (a : S) {b : S},
IsAlgebraic R b → b ∈ nonZeroDivisors S → ∃ c d, d ≠ 0 ∧ d • a = b * cA fraction (a : S) / (b : S) can be reduced to (c : S) / (d : R),
if b is algebraic over R.
- Defined in
- Mathlib.RingTheory.Algebraic.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 121 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Ringstatement and proof · cited by 7,463
- Algebra.algebraMapproof · cited by 4,706
- Submonoidstatement · cited by 3,086
- mul_assocproof · cited by 1,667
- nonZeroDivisorsstatement and proof · cited by 895
- Algebra.smul_defproof · cited by 287
- IsAlgebraicstatement and proof · cited by 163
- IsAlgebraic.exists_nonzero_dvdproof · cited by 5
Cited by3
Results whose statement or proof uses this declaration.
- Ideal.IsFractionRing.normalproof · cited by 3
- IsFractionRing.isInvariant_of_isIntegralproof · cited by 2
- Algebra.IsAlgebraic.exists_smul_eq_mulproof · cited by 2