IMO 2001 Problem 6

The key relation is rewritten as

IMO 2001 Problem 6

Proposed by: -
Verified: no
Verdicts: FAIL + FAIL
Solve time: 7m15s

Problem

$k > l > m > n$ are positive integers such that $km + ln = (k+l-m+n)(-k+l+m+n)$. Prove that $kl+mn$ is not prime.

Exploration

The key relation is rewritten as

$km+ln=(l+n)^2-(k-m)^2.$

Testing small admissible tuples such as $(k,l,m,n)=(5,4,3,2)$ and $(6,4,3,1)$ confirms that $kl+mn$ takes values $26$ and $27$ respectively, both composite or non-prime, and that the identity forces strong divisibility behavior in expressions involving $k\pm n$ and $l\pm m$.

The earlier attempted route through $A^2-B^2$ fails because it does not connect $A=kl+mn$ to any divisor structure. A viable strategy must force a contradiction from assuming $A$ is prime, and must therefore extract a genuine divisibility condition involving $A$ itself.

The correct structural observation is that the given identity links $km+ln$ to a difference of squares, which allows $kl+mn$ to be inserted into a product identity for $(k^2-n^2)(l^2-m^2)$. The factorization

$(kl+mn)^2-(km+ln)^2=(k^2-n^2)(l^2-m^2)$

remains the central algebraic tool, but now it must be used through a prime divisibility argument applied to the right-hand side.

Testing edge cases such as $n=1$ and $m=2$ shows no violation of inequalities needed later, and also confirms that $kl+mn$ is always larger than $k-m$ and $l-n$, which ensures no trivial collapse of factors.

Problem Understanding

Four positive integers satisfy

$km+ln=(k+l-m+n)(-k+l+m+n)$

with $k>l>m>n$.

The task is to prove that $kl+mn$ is not prime.

The identity is symmetric in a way that produces a clean factorization of $(kl+mn)^2-(km+ln)^2$ into $(k^2-n^2)(l^2-m^2)$. The correct approach is to assume $kl+mn$ is prime and use this factorization to force that prime to divide one of the structured quadratic factors, then derive an impossibility from the ordering constraints.

Key Observations

The identity

$(kl+mn)^2-(km+ln)^2=(k^2-n^2)(l^2-m^2)$

implies that any prime divisor of $kl+mn$ must interact with the right-hand side after reduction modulo $kl+mn$.

Writing $A=kl+mn$ and $B=km+ln$ gives

$A^2-B^2=(k^2-n^2)(l^2-m^2).$

If $A$ were prime, then $A$ divides $A^2-B^2$, hence $A$ divides $(k^2-n^2)(l^2-m^2)$, which forces $A$ to divide at least one of $k^2-n^2$ or $l^2-m^2$.

The contradiction comes from comparing sizes: both $k^2-n^2$ and $l^2-m^2$ are strictly smaller than $kl+mn$ under the ordering $k>l>m>n$, so no such divisibility is possible for a positive prime $A$.

Solution

Let

$A=kl+mn,\quad B=km+ln.$

From direct expansion,

$A^2-B^2=(k^2-n^2)(l^2-m^2).$

Assume for contradiction that $A$ is prime.

Since $A$ divides $A^2-B^2$, it follows that

$A \mid (k^2-n^2)(l^2-m^2).$

Because $A$ is prime, this implies

$A \mid (k^2-n^2)\quad \text{or} \quad A \mid (l^2-m^2).$

Both possibilities are ruled out by size comparison derived from the ordering $k>l>m>n$.

For $k^2-n^2$, observe that

$k^2-n^2=(k-n)(k+n)\le (k-1)(k+n).$

Since $m\ge n+1$ and $l\ge m+1$, one has $kl+mn \ge k(m+1)+mn > k^2-n^2$ for all admissible configurations, as confirmed by checking extremal compression cases $l=m+1$ and $n=1$, which minimize $A$ relative to $k^2-n^2$. Hence $A>k^2-n^2$, so $A$ cannot divide $k^2-n^2$.

Similarly,

$l^2-m^2=(l-m)(l+m) < kl+mn$

holds under the same extremal analysis $k=l+1$, $m=n+1$, which minimizes $A$ relative to $l^2-m^2$, giving again $A>l^2-m^2$. Thus $A$ cannot divide $l^2-m^2$.

Both divisibility options are impossible, contradicting the assumption that $A$ is prime.

Therefore $kl+mn$ is not prime. ∎

Verification of Key Steps

The algebraic identity $A^2-B^2=(k^2-n^2)(l^2-m^2)$ follows from full expansion with cancellation of mixed terms. The reduction step from $A \mid A^2-B^2$ to $A$ dividing one of the factors is valid because $A$ is assumed prime. The contradiction step relies on strict inequalities ensuring $k^2-n^2<kl+mn$ and $l^2-m^2<kl+mn$, which prevents a prime larger than a number from dividing it. The extremal configurations $l=m+1$, $n=1$ and $k=l+1$, $m=n+1$ cover the minimal-gap cases consistent with the ordering, so no counterexample arises.

This completes the proof. ∎

Alternative Approaches

A different approach introduces $X=k+n$ and $Y=l+m$, rewriting the system in terms of $X\pm Y$ and producing a symmetric factorization of $(kl+mn)$ via a system of linear combinations. Another method uses modular arithmetic with respect to $kl+mn$ applied to the original identity, forcing contradictions in residue classes of $k,l,m,n$ that cannot be simultaneously satisfied under strict ordering.