Prove that if $100$ integers are chosen from $1,2, \ldots, 200$, and one of the integers chosen is less than $15$, then there are two chosen numbers such that one of them is divisible by the other.
It is a classic exercise in combinatorics. For the answer, please refer to Choose 100 numbers from 1~200 (one less than 16) - prove one is divisible by another!. I want to move forward and ask something more. First, let me rephrase the question:
$100$ integers are chosen from $1,2, \ldots, 200$. Let $n$ be the smallest number of these chosen numbers. Prove that if $n=1,2,\ldots, 15$, then two chosen numbers can be found such that one of them is divisible by the other.
Now my question is:
Find all possible $n$.
This question comes to my mind when I first encounter this exercise. I was curious that why we should have the condition 'less than 16'. What if I change it to 'less than 17'? Does it mean that if $n=16$, it would be possible for me to find a counterexample? Of course, $n$ cannot be too large, as if $n=101$, then the chosen numbers would be $101, 102, \ldots, 200$ and none of them is a multiple of the others. So, I get the sense that some values of $n$ work, while some don't. So I post here to gather your opinions.
By the way, I cannot prove or disprove the statement when $n=16$. I think the idea to prove or disprove this case would help understand more about my ultimate questions.
$100$ integers are chosen from $1,2, \ldots, 200$. Let $n$ be the smallest number of these chosen numbers.
Prove or disprove: If $n=16$, then two chosen numbers can be found such that one of them is divisible by the other.
My attempt to construct a counterexample:
- I noticed that no two numbers in the set $\{101, 102, \ldots, 200\}$ divides each other. So, I started with this set and added in $16$.
- Then I had to remove $112, 128, 144, 160, 176, 192$.
- I needed to add in some new numbers, but I then would need to, again, remove many more existing numbers. So I think it is getting nowhere....
- Think in another direction: Start with an empty set. Add in the smallest number $16$. Then all the multiple of $16$ cannot be in the set.
- Add in another number, say $17, 18, \ldots, 31$. Wait... Then I cannot add in anymore numbers...
I welcome any comments and suggestions.