Mathlib Map

Theorems · Theorem · field theory

minpoly.dvd

∀ (A : Type u_1) {B : Type u_2} [inst : Field A] [inst_1 : Ring B] [inst_2 : Algebra A B] (x : B) {p : Polynomial A},
  (Polynomial.aeval x) p = 0 → minpoly A x ∣ p

If an element x is a root of a polynomial p, then the minimal polynomial of x divides p. See also minpoly.isIntegrallyClosed_dvd which relaxes the assumptions on A in exchange for stronger assumptions on B.

Defined in
Mathlib.FieldTheory.Minpoly.Field
Cited by
31 results in Mathlib
Foundations
Depth 120 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldRingAlgebra

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

isPurelyInseparable_iff_pow_mem · cited by 10isPurelyInseparable_iff_p…minpoly.eq_of_irreducible_of_monic · cited by 9minpoly.eq_of_irreducible…minpoly.isIntegrallyClosed_dvd · cited by 9minpoly.isIntegrallyClose…minpoly.dvd_map_of_isScalarTower · cited by 8minpoly.dvd_map_of_isScal…Algebra.isIntegral_norm · cited by 4Algebra.isIntegral_normminpoly.natSepDegree_eq_one_iff_pow_mem · cited by 4minpoly.natSepDegree_eq_o…minpoly.dvd_iff · cited by 4minpoly.dvd_iffisSeparable_algebraMap · cited by 3isSeparable_algebraMapIsCyclotomicExtension.isSeparable · cited by 3IsCyclotomicExtension.isS…IsSeparable.of_algebra_isSeparable_of_isSeparable · cited by 3IsSeparable.of_algebra_is…Ideal.IsFractionRing.normal · cited by 3IsFractionRing.normalPolynomial.cyclotomic_expand_eq_cyclotomic_mul · cited by 2Polynomial.cyclotomic_exp…IsSeparable.tower_bot · cited by 2IsSeparable.tower_botgal_X_pow_sub_C_isSolvable_aux · cited by 1gal_X_pow_sub_C_isSolvabl…IsLocalRing.minpoly_map_residue · cited by 1IsLocalRing.minpoly_map_r…DFunLike.coe · cited by 62936DFunLike.coeAlgebra · cited by 11388AlgebraRing · cited by 7463RingField · cited by 7404FieldPolynomial · cited by 5681PolynomialAlgHom · cited by 3236AlgHomPolynomial.aeval · cited by 615Polynomial.aevalminpoly · cited by 439minpolyIsIntegral · cited by 427IsIntegralLE.le.not_gt · cited by 189le.not_gtminpoly.aeval · cited by 91minpoly.aevalPolynomial.modByMonic · cited by 82Polynomial.modByMonicminpoly.monic · cited by 81minpoly.monicPolynomial.degree_modByMonic_lt · cited by 27Polynomial.degree_modByMo…IsAlgebraic.isIntegral · cited by 25IsAlgebraic.isIntegralminpoly.dvdCITED BYCITES

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by31

Results whose statement or proof uses this declaration.