Let $P(t)$ be a polynomial with integral coefficients, in one variable. I want to know what is the g.c.d. of the set $\{P(n)|n \in \mathbb{Z}\}$. Is it the leading coefficient of $P(t)$?
2026-03-30 23:11:34.1774912294
A naive question on values of an integral polynomial
66 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ALGEBRAIC-GEOMETRY
- How to see line bundle on $\mathbb P^1$ intuitively?
- Jacobson radical = nilradical iff every open set of $\text{Spec}A$ contains a closed point.
- Is $ X \to \mathrm{CH}^i (X) $ covariant or contravariant?
- An irreducible $k$-scheme of finite type is "geometrically equidimensional".
- Global section of line bundle of degree 0
- Is there a variant of the implicit function theorem covering a branch of a curve around a singular point?
- Singular points of a curve
- Find Canonical equation of a Hyperbola
- Picard group of a fibration
- Finding a quartic with some prescribed multiplicities
Related Questions in POLYNOMIALS
- Alternate basis for a subspace of $\mathcal P_3(\mathbb R)$?
- Integral Domain and Degree of Polynomials in $R[X]$
- Can $P^3 - Q^2$ have degree 1?
- System of equations with different exponents
- Can we find integers $x$ and $y$ such that $f,g,h$ are strictely positive integers
- Dividing a polynomial
- polynomial remainder theorem proof, is it legit?
- Polyomial function over ring GF(3)
- If $P$ is a prime ideal of $R[x;\delta]$ such as $P\cap R=\{0\}$, is $P(Q[x;\delta])$ also prime?
- $x^{2}(x−1)^{2}(x^2+1)+y^2$ is irreducible over $\mathbb{C}[x,y].$
Related Questions in COMMUTATIVE-ALGEBRA
- Jacobson radical = nilradical iff every open set of $\text{Spec}A$ contains a closed point.
- Extending a linear action to monomials of higher degree
- Tensor product commutes with infinite products
- Example of simple modules
- Describe explicitly a minimal free resolution
- Ideals of $k[[x,y]]$
- $k[[x,y]]/I$ is a Gorenstein ring implies that $I$ is generated by 2 elements
- There is no ring map $\mathbb C[x] \to \mathbb C[x]$ swapping the prime ideals $(x-1)$ and $(x)$
- Inclusions in tensor products
- Principal Ideal Ring which is not Integral
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Let $\mathcal{F}$ be the collection of real valued functions over $\mathbb{R}$. For any $f \in \mathcal{F}$, the finite difference of $f$ is a function $Df \in \mathcal{F}$ defined by the relation
$$(Df)(x) = f(x+1) - f(x)$$ In particular, if $P$ is a polynomial of degree $p$ with leading coefficients $a_p$, we have
$$\begin{align} P(x) & = a_p x^p + a_{p-1}x^{p-1} + \cdots + a_0\\ \implies DP(x) & = f(x+1) - f(x) \\ &= a_p ((x+1)^p - a_p x^p) + a_{p-1}((x+1)^{p-1} - x^p) + \cdots\\ & = a_p (px^{p-1} + O(x^{p-2})) + a_{p-1}((p-1)x^{p-2} + O(x^{p-3})) + \cdots \end{align} $$ The finite difference $DP$ will be a polynomial of degree $p-1$ with leading coefficient $p a_p$.
Apply this one more time, we find $$D^2P(x) = DP(x+1) - DP(x) = P(x+2) - 2P(x+1) + P(x)$$ is a polynomial of degree $p-2$ and leading coefficient $p(p-1) a_p$. When one repeat this process $p$ times, we will bring the degree of $D^pP(x)$ down to $0$ and $D^pP(x)$ become a constant with value $p(p-1)(p-2)\cdots(1) a_p = p! a_p$.
$$(D^p P)(x) \stackrel{def}{=} ((\underbrace{D\cdots D}_{p \text{times}}) P)(x) = \sum_{k=0}^p (-1)^{p-k} \binom{p}{k} P(x+k) = p!a_p$$
If integer $d$ divides $P(n)$ for every $n \in \mathbb{Z}$, then $d$ divides $(DP)(n) = P(n+1) - P(n)$ for every $n$. By a similar argument, $d$ divides $(D^2 P)(n) = (DP)(n+1) - (DP)(n)$ for every $n$. Repeat this procedure $p$ times, we find $d$ divides the constant $(D^p P)(n) = p!a_p$.
From these, we can deduce $\gcd\{ P(n) : n \in \mathbb{Z} \}$ divides $p!a_p$.
This bound is sort of optimal. Consider following family of polynomials:
$$S_p(x) = \begin{cases} \frac{1}{p!}x(x-1)(x-2)\cdots(x-p+1), & p > 0\\ 1, & p = 0 \end{cases}$$
It is easy to check they satisfy a recurrence relation
$$S_p(x+1) - S_p(x) = S_{p-1}(x),\quad\text{ for } p \ge 0$$
Notice $S_0(n) = 1$ for every integer $n$ and $S_p(0) = 0$ is an integer.
If $S_{p-1}(n)$ is an integer for every $n$, then
$$S_p(n) = S_p(0) + \sum_{k=1}^{n-1} S_{p-1}(k)$$ is also any integer for every $n$. By principle of induction, we find for any $p \ge 0$, $S_p(x)$ is a polynomial which take integer values at integer $x$.
Multiply $S_p(x)$ by $p!$, we obtain a polynomial $p!S_p(x)$ with integer coefficients, leading coefficient one and $p!$ divides $p!S_p(n)$ for every $n$. As a result, $p!$ divides $\gcd\{ p!S_p(n) : n \in \mathbb{Z} \}$.
$p!S_p(n)$ will be an example for $P$ where $\gcd\{ P(n) : n \in \mathbb{Z} \}$ equals to $p! a_p$.