Maths Olympiad Prep

Library / /296 of 520

Number theory Difficulty 6.6 National olympiad Prove it

5. N5 (IRN) Let m,n2m, n \geq 2 be positive integers, and let a1,a2,,ana_{1}, a_{2}, \ldots, a_{n} be integers, none of which is a multiple of mn1m^{n-1}. Show that there exist integers e1,e2,,ene_{1}, e_{2}, \ldots, e_{n}, not all zero, with ei<m\left|e_{i}\right|<m for all ii, such that e1a1+e2a2++enane_{1} a_{1}+e_{2} a_{2}+\cdots+e_{n} a_{n} is a multiple of mnm^{n}.

Solution

5. Consider all possible sums c1a1+c2a2++cnanc_{1} a_{1}+c_{2} a_{2}+\cdots+c_{n} a_{n}, where each cic_{i} is an integer with 0ci<m0 \leq c_{i}<m. There are mnm^{n} such sums, and if any two of them give the same remainder modulo mnm^{n}, say ciaidiai(modmn)\sum c_{i} a_{i} \equiv \sum d_{i} a_{i}\left(\bmod m^{n}\right), then (cidi)ai\sum\left(c_{i}-d_{i}\right) a_{i} is divisible by mnm^{n}, and since cidi<m\left|c_{i}-d_{i}\right|<m, we are done. We claim that two such sums must exist. Suppose to the contrary that the sums iciai(0ci<m)\sum_{i} c_{i} a_{i}\left(0 \leq c_{i}<m\right) give all the different remainders modulo mnm^{n}. Consider the polynomial
P(x)=xc1a1++cnan, P(x)=\sum x^{c_{1} a_{1}+\cdots+c_{n} a_{n}},
where the sum is taken over all (c1,,cn)\left(c_{1}, \ldots, c_{n}\right) with 0ci<m0 \leq c_{i}<m. If ξ\xi is a primitive mnm^{n} th root of unity, then by the assumption we have
P(ξ)=1+ξ++ξmn1=0 P(\xi)=1+\xi+\cdots+\xi^{m^{n}-1}=0
On the other hand, P(x)P(x) can be factored as
P(x)=i=1n(1+xai++x(m1)ai)=i=1n1xmai1xai, P(x)=\prod_{i=1}^{n}\left(1+x^{a_{i}}+\cdots+x^{(m-1) a_{i}}\right)=\prod_{i=1}^{n} \frac{1-x^{m a_{i}}}{1-x^{a_{i}}},
so that none of its factors is zero at x=ξx=\xi because maim a_{i} is not divisible by mnm^{n}. This is obviously a contradiction. Remark. The example ai=mi1a_{i}=m^{i-1} for i=1,,ni=1, \ldots, n shows that the condition that no aia_{i} is a multiple of mn1m^{n-1} cannot be removed.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

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