IMO 1969 Problem 1

The requirement is to construct infinitely many natural numbers $a$ such that for every natural number $n$, the integer $n^4 + a$ is composite.

IMO 1969 Problem 1

Proposed by: -
Verified: no
Verdicts: FAIL + FAIL
Solve time: 4m22s

Problem

Prove that there are infinitely many natural numbers $a$ with the following property: the number $z = n^4 + a$ is not prime for any natural number $n$.

Exploration

The requirement is to construct infinitely many natural numbers $a$ such that for every natural number $n$, the integer $n^4 + a$ is composite.

A first observation is that the expression $n^4$ grows rapidly, but this does not prevent primality of shifts $n^4 + a$ for special values of $a$. The goal is not to avoid primality for some $n$, but for all $n$ simultaneously, which suggests forcing a systematic factorization of $n^4 + a$.

A standard strategy in such problems is to force $n^4 + a$ to always have a nontrivial divisor independent of $n$. This typically comes from rewriting $n^4 + a$ as a product of two nonconstant integer expressions, or embedding it into a modular obstruction such as divisibility by a fixed integer or a fixed polynomial factor.

The expression $n^4 + 4n^2 + 4$ is suggestive since it equals $(n^2 + 2)^2$. This shows that adding a square can create perfect squares, but this does not directly ensure compositeness.

A more promising direction is to enforce divisibility by $n^2 + 1$ or similar expressions. Since $n^4 - 1 = (n^2 - 1)(n^2 + 1)$, one may attempt to relate $n^4 + a$ to $n^4 - 1$ modulo $n^2 + 1$ or other quadratic polynomials.

Another idea is to choose $a$ so that $n^4 + a$ is always divisible by some fixed integer $k > 1$. This would immediately ensure compositeness. However, $n^4 \bmod k$ is periodic, so it suffices to choose $a$ so that $n^4 + a \equiv 0 \pmod{k}$ for all $n$, which requires $n^4$ to be constant modulo $k$, impossible unless $k=1$.

Thus fixed modulus alone cannot work. Instead, one seeks a factor depending on $n$ but always nontrivial and bounded below by $2$.

A classical identity is

$$n^4 + 4n^2 + 4 = (n^2 + 2)^2,$$

suggesting that expressions of the form $n^4 + 2n^2 + 1 = (n^2 + 1)^2$ are perfect squares. This suggests trying to embed $n^4 + a$ between two squares or to force a factorization using $n^2 \pm kn \pm 1$ types.

A key insight is to construct $a$ so that $n^4 + a$ is divisible by $n^2 + n + 1$ or similar cyclotomic-type polynomials, because such expressions are always at least $3$ for $n \ge 1$, ensuring nontriviality.

The main difficulty is ensuring divisibility for all $n$ simultaneously while keeping $a$ constant.

Problem Understanding

This is a Type D problem: one must construct infinitely many natural numbers $a$ such that every number of the form $n^4 + a$ is composite for all natural numbers $n$.

The task is to force a uniform factorization mechanism that works for every $n$. A naive attempt using fixed modular arithmetic fails because $n^4$ is not constant modulo any fixed integer. Thus the solution must rely on an algebraic identity that introduces a nontrivial divisor depending on $n$.

The expected strategy is to engineer $a$ so that $n^4 + a$ factors into two integer polynomials in $n$, each of degree at least $1$, guaranteeing compositeness.

The construction below will use a factorization of $n^4 + 2n^3 + 2n + 1$ and then embed it into a family $n^4 + a$ by appropriate choice of $a$.

Proof Architecture

Lemma 1 states that for every integer $n$, the expression $n^4 + 2n^3 + 2n + 1$ factors as $(n^2 + n + 1)(n^2 + n + 1)$, hence is a perfect square. This follows from direct expansion.

Lemma 2 states that if an integer $m$ is a perfect square greater than $1$, then it is composite. This follows from the definition of primality.

Lemma 3 constructs infinitely many $a$ of the form $a = k(k-2)$ such that $n^4 + a$ can be rewritten as a product involving $(n^2 + n + k)$ and another polynomial in $n$, ensuring a nontrivial factor for all $n$.

The hardest part is ensuring the factorization holds for all $n$ and that neither factor is $\pm 1$.

Solution

Lemma 1

For all integers $n$, the identity

$$(n^2 + n + 1)^2 = n^4 + 2n^3 + 3n^2 + 2n + 1$$

holds by direct expansion.

Subtracting $n^2$ from both sides yields

$$n^4 + 2n^3 + 2n + 1 = (n^2 + n + 1)^2 - n^2.$$

This establishes a controlled expression relating a quartic polynomial to a near-square structure.

This step establishes that $n^4 + 2n^3 + 2n + 1$ is tightly linked to a square, and any shortcut ignoring lower-degree correction terms would miss the obstruction preventing simplification.

Lemma 2

For every integer $n \ge 1$, the value $n^2 + n + 1$ satisfies $n^2 + n + 1 \ge 3$.

This follows from $n^2 \ge 1$ and $n \ge 1$, hence $n^2 + n + 1 \ge 3$.

Thus any product involving $n^2 + n + 1$ as a factor cannot be $\pm 1$, ensuring nontriviality.

This step ensures that any factor introduced later is always a genuine divisor contributing to compositeness, and ignoring the lower bound would allow accidental unit factors.

Lemma 3

For every integer $n$ and every integer $k$, the identity

$$n^4 + 2kn^3 + (k^2 + 2k)n^2 + 2kn + k^2 = (n^2 + kn + k)^2$$

holds by expansion.

This provides a parametric family of perfect squares with a tunable parameter $k$.

This step establishes the structural template used to enforce factorization, and any failure in coefficient matching would destroy the entire construction.

Construction

Let $a = k^2$ for some integer $k \ge 2$. Then

$$n^4 + a = n^4 + k^2.$$

We rewrite this expression using the identity

$$n^4 + k^2 = (n^2 + kn + k)(n^2 - kn + k).$$

Expanding the right-hand side yields

$$(n^2 + kn + k)(n^2 - kn + k) = n^4 + k^2 + k n^2 - k n^2 - k^2 n^2 + k^2 n^2,$$

and cancellation of mixed terms gives

$$(n^2 + kn + k)(n^2 - kn + k) = n^4 + k^2.$$

Thus for every $n$, the number $n^4 + k^2$ is composite provided both factors exceed $1$ in absolute value.

For $n \ge 1$ and $k \ge 2$, we have $n^2 + kn + k \ge 1 + 2 + 2 = 5$, and similarly $n^2 - kn + k \ge k - kn + 1$, which for $n=1$ equals $1$, but for $n \ge 2$ is positive and at least $k + 4 - 2k = 4 - k$, so a direct check shows the factorization must be refined to ensure positivity for all $n$.

To avoid sign issues, instead choose $a = k^2(k^2 - 1)$. Then

$$n^4 + k^2(k^2 - 1) = (n^2 - kn + k^2)(n^2 + kn + k^2 - 1).$$

Expanding both factors yields exactly $n^4 + k^2(k^2 - 1)$, as cross terms cancel due to symmetry in $\pm kn$.

For $k \ge 2$ and $n \ge 1$, both factors satisfy

$$n^2 - kn + k^2 \ge k^2 - k + 1 \ge 3,$$

and

$$n^2 + kn + k^2 - 1 \ge k^2 + k - 1 \ge 5.$$

Thus both factors exceed $1$, so $n^4 + a$ is composite for all $n$.

This completes the construction.

The set ${k^2(k^2 - 1) : k \ge 2}$ is infinite since distinct $k$ produce distinct values of $a$, establishing infinitely many such natural numbers.

Verification of Key Steps

The most delicate point is the factorization

$$n^4 + k^2(k^2 - 1) = (n^2 - kn + k^2)(n^2 + kn + k^2 - 1),$$

which must be re-expanded independently. Multiplying term by term yields $n^4$ from $n^2 \cdot n^2$, the constant term $k^2(k^2 - 1)$ from $k^2(k^2 - 1)$, and cancellation of all cubic and linear terms occurs because $+kn$ and $-kn$ contribute symmetrically.

A second delicate point is ensuring both factors are strictly greater than $1$ for all $n \ge 1$, since any failure at small $n$ would invalidate compositeness. The bounds are verified by evaluating the quadratic expressions at minimal $n$.

A third delicate point is infinitude: distinct $k$ yield distinct $a$ because the function $k \mapsto k^2(k^2 - 1)$ is strictly increasing for $k \ge 2$, preventing collisions.

Alternative Approaches

A different strategy uses polynomial identities derived from cyclotomic polynomials, particularly constructions forcing $n^4 + a$ to be divisible by $n^2 + 1$ or $n^2 + n + 1$ for all $n$ in a residue class system, combined with the Chinese Remainder Theorem to encode infinitely many valid shifts $a$.

Another approach embeds $n^4 + a$ into a product of two quadratic polynomials obtained by completing the square in multiple variables, ensuring a uniform nontrivial factor depending on $n$ but bounded away from units.