Olympiad Maths Prep

Track / Stage 7 / 211 of 300 #1611 of 2000

Problem 1611

National olympiad second round; IMO P1/P4
Combinatorics Difficulty 7.5 Find the answer

Let fnf_n be a polynomial with real coefficients for all nZn \in \mathbb{Z}. Suppose that
fn(k)=fn+k(k)n,kZ.f_n(k) = f_{n+k}(k) \quad n, k \in \mathbb{Z}.
(a) Does fn=fmf_n = f_m necessarily hold for all m,nZm,n \in \mathbb{Z}?
(b) If furthermore fnf_n is a polynomial with integer coefficients for all nZn \in\mathbb{Z}, does fn=fmf_n = f_m necessarily hold for all m,nZm, n \in\mathbb{Z}?

[i]Proposed by usjl[/i]

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

### Part (a)
1. Lemma 1: Let n n be a positive integer. Let x1,,xn x_1, \ldots, x_n be pairwise distinct nonnegative real numbers and let y1,,yn y_1, \ldots, y_n be real numbers. Then there exists a nonconstant *even* polynomial f(x)R[x] f(x) \in \mathbb{R}[x] such that f(xi)=yi f(x_i) = y_i for all i{1,2,,n} i \in \{1, 2, \ldots, n\} .

Proof: Since x1,,xn x_1, \ldots, x_n are nonnegative and pairwise distinct, then so are x12,,xn2 x_1^2, \ldots, x_n^2 . By Lagrange's interpolation formula, there exists a polynomial g(x)R[x] g(x) \in \mathbb{R}[x] such that g(xi2)=yi g(x_i^2) = y_i for every i{1,2,,n} i \in \{1, 2, \ldots, n\} . Replacing g(x) g(x) by g(x)+i=1n(xxi2) g(x) + \prod_{i=1}^n (x - x_i^2) if necessary, we can assume g(x) g(x) is nonconstant. Now choose f(x)=g(x2) f(x) = g(x^2) .

2. Lemma 2: There exists a sequence of even polynomials {fn(x)}nZ0 \{f_n(x)\}_{n \in \mathbb{Z}_{\ge 0}} such that:
- fn(x) f_n(x) is the zero polynomial if and only if n=0 n = 0 , and
- for every nonnegative integers n,k n, k we have fn(k)=fnk(k) f_n(k) = f_{|n-k|}(k) .

Proof: We define f0(x),f1(x), f_0(x), f_1(x), \ldots inductively, in this order. Initially define f0(x)0 f_0(x) \equiv 0 . Now, let n n be a positive integer and assume f0(x),,fn1(x) f_0(x), \ldots, f_{n-1}(x) have been defined. By Lemma 1, there exists a nonconstant even polynomial fn(x)R[x] f_n(x) \in \mathbb{R}[x] such that fn(k)=fnk(k) f_n(k) = f_{|n-k|}(k) whenever kZ k \in \mathbb{Z} and 1k2n1 1 \le k \le 2n-1 . Note that whenever 1k2n1 1 \le k \le 2n-1 then 0nkn1 0 \le |n-k| \le n-1 , so the definition is well-defined. It remains to prove that fn(k)=fnk(k) f_n(k) = f_{|n-k|}(k) for all nonnegative integers n,k n, k . We divide into cases.

- Case 1: k=0 k = 0 or k=2n k = 2n . In those cases nk=n |n-k| = n so the equation fn(k)=fnk(k) f_n(k) = f_{|n-k|}(k) is tautological.
- Case 2: 1k2n1 1 \le k \le 2n-1 . The inequality 12n1 1 \le 2n-1 implies that n1 n \ge 1 , so we are done by construction.
- Case 3: k2n+1 k \ge 2n+1 . In this case 1k2(kn)1 1 \le k \le 2(k-n)-1 , so
fnk(k)=fkn(k)=f(kn)k(k)=fn(k). f_{|n-k|}(k) = f_{k-n}(k) = f_{|(k-n)-k|}(k) = f_n(k).

Since we have exhausted all cases, this proves the lemma.

3. Now choose even polynomials {fn(x)}nZ0 \{f_n(x)\}_{n \in \mathbb{Z}_{\ge 0}} in R[x] \mathbb{R}[x] which satisfy the conditions of Lemma 2. We now extend the sequence {fn(x)}nZ0 \{f_n(x)\}_{n \in \mathbb{Z}_{\ge 0}} to Z \mathbb{Z} by defining fn(x)=fn(x) f_n(x) = f_{-n}(x) whenever nZ n \in \mathbb{Z} and n<0 n < 0 . Now since f0(x)0 f_0(x) \equiv 0 and f1(x)≢0 f_1(x) \not\equiv 0 , then not all fn f_n are equal. It remains to prove that fn(k)=fn+k(k) f_n(k) = f_{n+k}(k) for all integers n,k n, k . Since fn(x)=fn(x) f_n(x) = f_{-n}(x) and {fn(x)} \{f_n(x)\} are all even polynomials, changing signs to both n,k n, k does not change the equation. Hence it is enough to assume that n0 n \ge 0 . We now split into cases.

- Case 1: k0 k \ge 0 . Then
fn+k(k)=f(n+k)k(k)=fn(k). f_{n+k}(k) = f_{|(n+k)-k|}(k) = f_n(k).
- Case 2: k<0 k < 0 . Let a=k a = -k . Then a,n0 a, n \ge 0 so
fn(k)=fn(a)=fn(a)=fna(a)=fn+k(k)=fn+k(k). f_n(k) = f_n(-a) = f_n(a) = f_{|n-a|}(a) = f_{|n+k|}(-k) = f_{n+k}(k).

This ends our proof.

The final answer is True

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.