2020 OIM Problems/Problem 4
Problem
Prove that there exists a set of 2020 positive and distinct integers that simultaneously fulfills the following properties:
- When we calculate the greatest common factor of every two elements of
, we obtain a list of numbers that are all different.
- When you calculate the least common multiple of every two elements of
, you get a list of numbers that are all different.
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com
Solution
Let the terms be . We wish to make each
a product of distinct primes (so no square factors) such that every
shares exactly one prime factor with each other
. To do this, distribute
distinct primes to
's factorization and one each to the remaining
. For
, distribute
distinct primes (distinct from the previous primes as well) to
's factorization and one each to the remaining
(not including
). Continue this pattern; by construction, it is clear that every pair of terms will only share one prime, and this prime is distinct for all pairs (also by construction). Thus the first condition is satisfied.
For the second condition, assume for the sake of contradiction that for some two distinct pairs of elements of the set, their least common multiple is the same. This can fall into one of two cases:
If one element is shared between the two sets: let the shared element be and the other two
and
; then
. However, notice that
and
only share one prime by construction; since each
is constructed to have
prime factors, then there are
unshared primes each between
and
. Additionally, only one prime is shared between
and
and between
and
, so there are many more unshared primes that are distinct to each least common multiple, which is a contradiction.
If no element is shared between the two sets: let the elements be and
. Then we must have
. However, pairwise there may only be
shared primes in total while there are a total of
prime factors amongst the four elements. Clearly, this means that both sides will have distinct primes, which is also a contradiction.
In both cases above, the contradiction comes from the fact that if one side contains a prime that the other side is not divisible by, then the of the first side will also be divisible by the prime but the
of the second side will not, which is not possible. Therefore, the second condition is satisfied, and we are done.