Maths Olympiad Prep

Track / Stage 6 / 196 of 400 #1196 of 1964

Problem 1196

National olympiad, first round
Combinatorics Difficulty 6.3 Find the answer

Original in Hungarian; translated with Google translate; polished by myself.

We say that a set AZA \subseteq \Bbb Z is irregular if, for any different elements x,yAx, y \in A, there is no element of the form x+k(yx)x + k(y - x) different from xx and yy (where kk is an integer). Is there an infinite irregular set?

The source for this one didn't record the answer, so there is nothing to check what you type against. Work it on paper and mark yourself against the solution below.

Official solution

To show that there exists an infinite irregular set AZ A \subseteq \mathbb{Z} , we will construct such a set step-by-step.

1. Initialization:
- Start with a0=0 a_0 = 0 .

2. Inductive Hypothesis:
- Assume that we have already defined a0,a1,,an a_0, a_1, \ldots, a_n such that:
- a0<a1<<an a_0 < a_1 < \cdots < a_n are integers.
- The sum sn=0i<jn1ajai s_n = \sum_{0 \leq i < j \leq n} \frac{1}{a_j - a_i} is strictly less than 1.

3. **Choosing an+1 a_{n+1} **:
- We need to choose an+1 a_{n+1} such that it is not of the form ai+k(ajai) a_i + k(a_j - a_i) for any 0i<jn 0 \leq i < j \leq n and for any integer k k , and also ensure that sn+1=sn+0in1an+1ai s_{n+1} = s_n + \sum_{0 \leq i \leq n} \frac{1}{a_{n+1} - a_i} remains strictly less than 1.
- For sufficiently large M M , the number of positive integers in the interval [0,M)[0, M) that are of the form ai+k(ajai) a_i + k(a_j - a_i) is approximately Majai \frac{M}{a_j - a_i} . This means that at least (1sn)M (1 - s_n)M integers in that interval are not of the form ai+k(ajai) a_i + k(a_j - a_i) for any 0i<jn 0 \leq i < j \leq n .

4. **Ensuring an+1 a_{n+1} is sufficiently large**:
- Choose an+1 a_{n+1} such that it is larger than 2an 2a_n and is not of the form ai+k(ajai) a_i + k(a_j - a_i) for any 0i<jn 0 \leq i < j \leq n .
- Additionally, ensure that an+1 a_{n+1} is large enough so that sn+1=sn+0in1an+1ai s_{n+1} = s_n + \sum_{0 \leq i \leq n} \frac{1}{a_{n+1} - a_i} remains strictly less than 1.

5. Verification:
- By construction, an+1 a_{n+1} is not of the form ai+k(ajai) a_i + k(a_j - a_i) for any 0i<jn 0 \leq i < j \leq n and for any integer k k .
- The sequence (an)n (a_n)_n thus forms an infinite irregular set.

\blacksquare

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