2013 OIM Problems/Problem 5
Problem
Let and
be two sets such that:
1. is the set of positive integers.
2. is empty.
3. If two positive integers have as difference a prime greater than 2013, then one of them is in and the other in
.
Find all the possibilities for sets and
.
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com
Solution
We know that and
are primes greater than
by testing. As a result, let some number
be in
. Then
is in
, so
is in
. We can also perform this in the opposite direction; given some
,
is in
, so
is in
.
We can repeat this process, and we can easily prove using induction that the set contains all of the positive integers
for integers
; therefore,
must contain either only the even integers or only the odd integers. Clearly,
must then contain only the odd integers or only the even integers, respectively. Both of these cases work (because in order for two positive integers to have a difference as such a prime, they must differ by an odd integer, and separating odds and evens facilitates this). As a result, the two solutions are
~ eevee9406