Documentation

Mathlib.RingTheory.Polynomial.ContentIdeal

The content ideal of a polynomial #

In this file we introduce the content ideal of a polynomial p : R[X] as the ideal generated by its coefficients, and we prove some basic properties about it.

Main Definitions #

Let p : R[X].

Main Results #

TODO #

The content ideal of a polynomial p is the ideal generated by its coefficients.

Equations
Instances For
    @[simp]
    theorem Polynomial.contentIdeal_monomial {R : Type u_1} [Semiring R] (n : ) (r : R) :
    @[simp]
    theorem Polynomial.contentIdeal_C {R : Type u_1} [Semiring R] (r : R) :

    If the coefficients of p geneate the whole ring, then p is primitive.

    The polynomial p is primitive if and only if the coefficients of p geneate the whole ring.