Mathlib Map

Theorems · Theorem · field theory

Polynomial.coeff_eq_zero_of_natDegree_lt

∀ {R : Type u} [inst : Semiring R] {p : Polynomial R} {n : ℕ}, p.natDegree < n → p.coeff n = 0
Defined in
Mathlib.Algebra.Polynomial.Degree.Operations
Cited by
55 results in Mathlib
Foundations
Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Semiring

Around this declaration

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

Polynomial.coeff_comp_degree_mul_degree · cited by 7Polynomial.coeff_comp_deg…Polynomial.natDegree_expand · cited by 7Polynomial.natDegree_expa…Polynomial.coeff_contract · cited by 6Polynomial.coeff_contractPolynomial.coeffList_eraseLead · cited by 4Polynomial.coeffList_eras…IsIntegral.coeff · cited by 4IsIntegral.coeffPolynomial.coeff_mirror · cited by 4Polynomial.coeff_mirrorPolynomial.coeff_add_eq_left_of_lt · cited by 3Polynomial.coeff_add_eq_l…Polynomial.norm_coeff_le_choose_mul_mahlerMeasure · cited by 3Polynomial.norm_coeff_le_…Polynomial.Monic.eq_X_pow_iff_natDegree_le_natTrailingDegree · cited by 3Monic.eq_X_pow_iff_natDeg…Polynomial.coeff_mul_invOneSubPow_eq_hilbertPoly_eval · cited by 3Polynomial.coeff_mul_invO…Polynomial.coeff_one_reverse · cited by 2Polynomial.coeff_one_reve…Polynomial.isNilpotent_reflect_iff · cited by 2Polynomial.isNilpotent_re…Polynomial.mul_scaleRoots · cited by 2Polynomial.mul_scaleRootsexists_isTranscendenceBasis_and_isSeparable_of_linearIndepOn_pow · cited by 2exists_isTranscendenceBas…Polynomial.comp_C_mul_X_coeff · cited by 2Polynomial.comp_C_mul_X_c…Semiring · cited by 13802SemiringPolynomial · cited by 5681PolynomialWithBot · cited by 1498WithBotPolynomial.natDegree · cited by 1105Polynomial.natDegreePolynomial.coeff · cited by 1045Polynomial.coeffNat.cast_lt · cited by 80Nat.cast_ltPolynomial.degree_eq_natDegree · cited by 69Polynomial.degree_eq_natD…WithBot.bot_lt_coe · cited by 37WithBot.bot_lt_coePolynomial.coeff_eq_zero_of_degree_lt · cited by 22Polynomial.coeff_eq_zero_…Polynomial.coeff_eq_zero_of_n…CITED BYCITES

Cites9

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

Cited by55

Results whose statement or proof uses this declaration.