Olympiad Maths Prep

Track / Stage 8 / 14 of 180 #1714 of 2000

Problem 1714

IMO Shortlist mid-range; USAMO P2/P5
Combinatorics Difficulty 8.0 Prove it

Let N\mathbb N denote the set of all natural numbers. Show that there exists two nonempty subsets AA and BB of N\mathbb N such that
[list=1]
[*] AB={1};A\cap B=\{1\};
[*] every number in N\mathbb N can be expressed as the product of a number in AA and a number in BB;
[*] each prime number is a divisor of some number in AA and also some number in BB;
[*] one of the sets AA and BB has the following property: if the numbers in this set are written as x1<x2<x3<x_1<x_2<x_3<\cdots, then for any given positive integer MM there exists kNk\in \mathbb N such that xk+1xkMx_{k+1}-x_k\ge M.
[*] Each set has infinitely many composite numbers.
[/list]

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

To solve this problem, we need to construct two nonempty subsets A A and B B of N \mathbb{N} that satisfy the given conditions. Let's go through each condition step-by-step.

1. **Condition 1: AB={1} A \cap B = \{1\} **

We need to ensure that the only common element between A A and B B is 1 1 .

2. **Condition 2: Every number in N \mathbb{N} can be expressed as the product of a number in A A and a number in B B **

This means for any nN n \in \mathbb{N} , there exist aA a \in A and bB b \in B such that n=ab n = a \cdot b .

3. **Condition 3: Each prime number is a divisor of some number in A A and also some number in B B **

For any prime p p , there should be some aA a \in A and bB b \in B such that p p divides a a and p p divides b b .

4. **Condition 4: One of the sets A A and B B has the property that if the numbers in this set are written as x1<x2<x3< x_1 < x_2 < x_3 < \cdots , then for any given positive integer M M , there exists kN k \in \mathbb{N} such that xk+1xkM x_{k+1} - x_k \ge M

This means that one of the sets has arbitrarily large gaps between consecutive elements.

5. Condition 5: Each set has infinitely many composite numbers**

Both A A and B B should contain infinitely many composite numbers.

Let's construct the sets A A and B B as follows:

- Let A={1,2,221,231,241,} A = \{1, 2, 2^2 - 1, 2^3 - 1, 2^4 - 1, \ldots\}
- Let B={1}(NA) B = \{1\} \cup (\mathbb{N} \setminus A)

Now, let's verify each condition:

1. **Condition 1: AB={1} A \cap B = \{1\} **

By construction, A A contains 1 1 and other specific numbers, while B B contains 1 1 and all natural numbers not in A A . Therefore, AB={1} A \cap B = \{1\} .

2. **Condition 2: Every number in N \mathbb{N} can be expressed as the product of a number in A A and a number in B B **

For any nN n \in \mathbb{N} , we can take a=1A a = 1 \in A and b=nB b = n \in B . Thus, n=ab n = a \cdot b .

3. **Condition 3: Each prime number is a divisor of some number in A A and also some number in B B **

- For p=2 p = 2 , 2A 2 \in A .
- For any odd prime p p , p(2p11)A p \mid (2^{p-1} - 1) \in A (by Fermat's Little Theorem), and 2pB 2p \in B .

4. **Condition 4: One of the sets A A and B B has the property that if the numbers in this set are written as x1<x2<x3< x_1 < x_2 < x_3 < \cdots , then for any given positive integer M M , there exists kN k \in \mathbb{N} such that xk+1xkM x_{k+1} - x_k \ge M **

The set A A has this property because the numbers 2n1 2^n - 1 grow exponentially, so the gaps between consecutive elements increase exponentially.

5. Condition 5: Each set has infinitely many composite numbers

- For B B , we can take powers of 2 2 (e.g., 4,8,16, 4, 8, 16, \ldots ).
- For A A , note that 22k1 2^{2k} - 1 is composite for all k>1 k > 1 .

Thus, all conditions are satisfied.

The final answer is A={1,2,221,231,241,} \boxed{ A = \{1, 2, 2^2 - 1, 2^3 - 1, 2^4 - 1, \ldots\} } and B={1}(NA) B = \{1\} \cup (\mathbb{N} \setminus A) .

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