Theorems · Theorem · commutative algebra
Polynomial.coeff_isUnit_isNilpotent_of_isUnit
∀ {R : Type u_1} [inst : CommRing R] {P : Polynomial R},
IsUnit P → IsUnit (P.coeff 0) ∧ ∀ (i : ℕ), i ≠ 0 → IsNilpotent (P.coeff i)Let P be a polynomial over R. If P is a unit, then all its coefficients are nilpotent,
except its constant term which is a unit.
See also Polynomial.isUnit_iff_coeff_isUnit_isNilpotent.
- Defined in
- Mathlib.RingTheory.Polynomial.Nilpotent
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- RingHomproof · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Idealproof · cited by 4,748
- HasQuotient.Quotientproof · cited by 2,301
- IsUnitstatement and proof · cited by 1,602
- WithBotproof · cited by 1,498
- map_mulproof · cited by 1,137
- Polynomial.coeffstatement and proof · cited by 1,045
- map_oneproof · cited by 861
- Ideal.IsPrimeproof · cited by 827
Cited by2
Results whose statement or proof uses this declaration.
- MvPolynomial.isUnit_iffproof · cited by 2
- Polynomial.isUnit_iff_coeff_isUnit_isNilpotentproof · cited by 1