Theorems · Theorem · commutative algebra
num_dvd_of_is_root
- 1000+ list: Rational root theorem
∀ {A : Type u_1} {K : Type u_2} [inst : CommRing A] [inst_1 : IsDomain A] [inst_2 : UniqueFactorizationMonoid A]
[inst_3 : Field K] [inst_4 : Algebra A K] [inst_5 : IsFractionRing A K] {p : Polynomial A} {r : K},
(Polynomial.aeval r) p = 0 → IsFractionRing.num A r ∣ p.coeff 0Rational root theorem part 1:
if r : f.codomain is a root of a polynomial over the ufd A,
then the numerator of r divides the constant coefficient
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
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
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Bot.botproof · cited by 4,720
- mul_oneproof · cited by 3,885
- AlgHomstatement · cited by 3,236
- IsDomainstatement and proof · cited by 2,196
- Polynomial.natDegreeproof · cited by 1,105
- pow_zeroproof · cited by 1,094
- Polynomial.coeffstatement and proof · cited by 1,045
Cited by1
Results whose statement or proof uses this declaration.
- exists_integer_of_is_root_of_monicproof · cited by 0