Maths Olympiad Prep

Library / /384 of 397

Combinatorics Difficulty 7.3 National Olympiad, round 2 Prove it Taiwan

Let SS be a nonempty set of positive integers. We say that a positive integer nn is clean if it has a unique representation as a sum of an odd number of distinct elements from SS. Prove that there exist infinite many positive integers that are not clean.

Solution

Define an odd (respectively, even) representation of nn to be a representation of nn as a sum of an odd (respectively, even) number of distinct elements of SS. Let N\mathbb{N} denote the set of all positive integers.

Suppose, to the contrary, that there exist only finitely many positive integers that are not clean. Therefore, there exists a positive integer NN such that every integer n>Nn > N has exactly one odd representation.

Clearly, in this case, SS must be infinite. We first prove the following properties of odd and even representations.

1. **Any positive integer nn has at most one odd and at most one even representation.**

Proof. We first show that every integer nn has at most one even representation. Since SS is infinite, there exists xSx \in S such that x>max{n,N}x > \max\{n, N\}. Then, the number n+xn+x must be clean, and xx does not appear in any even representation of nn (since x>nx > n). If nn has more than one even representation, then we obtain two distinct odd representations of n+xn+x by adding xx to the even representations of nn, which is a contradiction. Hence, nn has at most one even representation.

Similarly, there exist two elements y,zSy, z \in S such that y,z>max{n,N}y, z > \max\{n, N\}.
If nn has more than one odd representation, then n+y+zn+y+z has multiple odd representations, which is a contradiction.

2. **Fix sSs \in S. Suppose that a number n>Nn > N has no even representation. Then n+2sn+2s has an even representation containing ss for all integers a1a \ge 1.**

Proof. It is sufficient to prove the following statement: If nn has no even representation without ss, then n+2sn+2s has an even representation containing ss (and hence no even representation without ss by Property 1.)

Since n+s>n>Nn + s > n > N is clean, it has an odd representation. In addition, notice that the odd representation of n+sn+s does not contain ss; otherwise, nn has an even representation without ss, which is a contradiction. Hence, by adding ss to the representation, we get an even representation of n+2sn+2s containing ss.

3. Every sufficiently large integer has an even representation.

Proof. Fix any sSs \in S, and let rr be an arbitrary element in {1,2,,2s}\{1, 2, \dots, 2s\}. Then, Property 2 implies that the set Nr={r+2as:a0}\mathbb{N}_r = \{r + 2as : a \ge 0\} contains at most one number exceeding NN with no even representation. Hence, Nr\mathbb{N}_r contains finitely many positive integers with no even representation, and so does N=r=12sNr\mathbb{N} = \bigcup_{r=1}^{2s} \mathbb{N}_r.

Combining Properties 1-3, we may assume that NN is chosen such that n>Nn > N has exactly one odd and exactly one even representation. In particular, each element s>Ns > N of SS has an even representation.

4. **For any s,tSs, t \in S with N<s<tN < s < t, the even representation of tt contains ss.**

Proof. Suppose NOT. Then, s+ts+t would have two odd representations (one by adding tt to the even representation of ss, and the other by adding ss to the even representation of tt), which contradicts Property 1.

We are now ready for the original problem. Let s1<s2<s_1 < s_2 < \dots be all elements of SS, and set σn=i=1nsi\sigma_n = \sum_{i=1}^n s_i for each nonnegative integer nn. Fix an integer kk such that sk>Ns_k > N. Then, Property 4 implies that for every i>ki > k, the even representation of sis_i contains all the numbers sk,sk+1,,si1s_k, s_{k+1}, \dots, s_{i-1}. Therefore,

si=sk+sk+1++si1+Ri=σi1σk1+Ri,(1) s_i = s_k + s_{k+1} + \dots + s_{i-1} + R_i = \sigma_{i-1} - \sigma_{k-1} + R_i, \quad (1)

where RiR_i is a sum of some of s1,s2,,sk1s_1, s_2, \dots, s_{k-1}. In particular, 0Ris1+s2++sk1=σk10 \le R_i \le s_1 + s_2 + \dots + s_{k-1} = \sigma_{k-1}.

Let j0j_0 be an integer satisfying j0>kj_0 > k and σj0>2σk1\sigma_{j_0} > 2\sigma_{k-1}. Then (1) shows that, for every j>j0j > j_0,

sj+1σjσk1>σj/2.(2) s_{j+1} \ge \sigma_j - \sigma_{k-1} > \sigma_j/2. \quad (2)

Next, let p>j0p > j_0 be an index such that Rp=mini>j0RiR_p = \min_{i>j_0} R_i. Then,

sp+1=sk+sk+1++sp+Rp+1=(spRp)+sp+Rp+12sp. s_{p+1} = s_k + s_{k+1} + \dots + s_p + R_{p+1} = (s_p - R_p) + s_p + R_{p+1} \ge 2s_p.

Therefore, there is no element of SS larger than sps_p but smaller than 2sp2s_p. It follows that the even representation τ\tau of 2sp2s_p does not contain any element larger than sps_p. On the other hand, inequality (2) yields 2sp>s1+s2++sp12s_p > s_1 + s_2 + \dots + s_{p-1}, so τ\tau must contain a term larger than sp1s_{p-1}. Thus, it must contain sps_p. After removing sps_p from τ\tau, we have that sps_p has an odd representation not containing sps_p, which contradicts Property 1 since sps_p itself also forms an odd representation of sps_p.

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: MathNet, licensed CC-BY-4.0. Statement translated into English from zh; metadata (topic, difficulty) added by this project.