Maths Olympiad Prep

Library / /84 of 144

Algebra Difficulty 8.3 Shortlist Find the answer

Let's assume x,y>0x,y>0 (clearly, we can do this, since if what we want to prove doesn't hold, then it doesn't hold if we replace xx with x-x and/or yy with y-y). Let's work with non-negative integers only.

The negation of what we want to prove states that there is a set SNS\subset \mathbb N s.t. S,S+x,S+y,S+x+yS,S+x,S+y,S+x+y are mutually disjoint, and their union is N\mathbb N. This means that, working with formal power series, 1+t+t2+=(sSts)(1+tx)(1+ty)1+t+t^2+\ldots=\left(\sum_{s\in S}t^s\right)(1+t^x)(1+t^y). Assume now that y<xy<x. We have 1+t+t2+1+ty=(1+t++ty1)+(t2y+t2y+1++t3y1)+=E\frac{1+t+t^2+\ldots}{1+t^y}=(1+t+\ldots+t^{y-1})+(t^{2y}+t^{2y+1}+\ldots+t^{3y-1})+\ldots=\mathcal E.

When we divide E\mathcal E by 1+tx1+t^x we have to get a series whose only coefficients are 00 and 11, and this will yield the contradiction: our series contains 1+t++ty11+t+\ldots+t^{y-1}, because y<xy<x. There must be a kk s.t. x(2ky,(2k+1)y1)x\in(2ky,(2k+1)y-1) (the interval is open because the endpoints are even, but xx is odd). However, there is an α0,y1\alpha\in\overline{0,y-1} s.t. x+α=(2k+1)yx+\alpha=(2k+1)y, and this means that if our power series has no negative terms (to get rid of t(2k+1)yt^{(2k+1)y}, which does not appear in E\mathcal E), when multiplied by 1+tx1+t^x contains t(2k+1)yt^{(2k+1)y}, but E\mathcal E doesn't have this term, so we have a contradiction.

Solution

We are given a problem involving non-negative integers x,y x, y , where the assumption is y<x y < x and both x,y>0 x, y > 0 . The goal is to address the negated statement presented: for some set SN S \subset \mathbb{N} , the sets S,S+x,S+y,S+x+y S, S+x, S+y, S+x+y are mutually disjoint, and their union is the entire set of natural numbers N\mathbb{N}.

The negated condition can be represented as a formal power series, as follows:
1+t+t2+=(sSts)(1+tx)(1+ty). 1 + t + t^2 + \ldots = \left(\sum_{s \in S} t^s\right)(1 + t^x)(1 + t^y).

Let's analyze the division:
1. Divide the left side by (1+ty)(1 + t^y):
1+t+t2+1+ty=(1+t++ty1)+(t2y+t2y+1++t3y1)+=E. \frac{1 + t + t^2 + \ldots}{1 + t^y} = \left(1 + t + \ldots + t^{y-1}\right) + \left(t^{2y} + t^{2y+1} + \ldots + t^{3y-1}\right) + \ldots = \mathcal{E}.

2. Now, divide E\mathcal{E} by (1+tx)(1 + t^x). The requirement is that this produces a power series whose coefficients are only 00 or 11.

3. Examine the structure of E\mathcal{E}, given y<x y < x . The terms 1+t++ty11 + t + \ldots + t^{y-1} are part of E\mathcal{E}. Importantly, the condition y<xy < x implies xx fits into a gap where:
x(2ky,(2k+1)y1) x \in (2ky, (2k+1)y - 1)
for some integer kk, indicating that there exists a kk such that adding xx crosses multiple of yy: there exists an α0,y1\alpha \in \overline{0, y-1} such that:
x+α=(2k+1)y. x + \alpha = (2k+1)y.

4. This indicates that when multiplied by (1+tx)(1 + t^x), the power series will include a term t(2k+1)yt^{(2k+1)y}.

However, the set E\mathcal{E} established earlier never contains such terms because its structure alternates between supportive yy-based units. This discrepancy creates a contradiction because the multiplication by (1+tx)(1 + t^x) should yield additional terms like t(2k+1)yt^{(2k+1)y}, which do not appear in E\mathcal{E}.

Therefore, the assumption that such S,S+x,S+y,S+x+y S, S+x, S+y, S+x+y exist is proven false, leveraging contradictions derived from formal power series analysis and the placement of y<x y < x .

Thus, the conclusion is established through demonstrating the inherent inconsistency in the premises, confirming the original proposition. No boxed answer is provided as the problem centers on disproving the existence of the structure described.

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: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.