- #1
ehrenfest
- 2,020
- 1
[SOLVED] induction proof
Given a set of n+1 integers between 1 and 2n (inclusive), show that at least one member of the set must divide another member of the set.
Use induction.
When n=1, this is obvious.
Assume the result is true for n=k. Now we have a set of k+2 integers between 1 and 2k+2 and we want to show that one member divides another. If 2k+2 or 2k+1 is NOT in our set, then we have k+1 integers between 1 and 2k, and we apply the induction hypothesis. I am having trouble with the case where 2k+2 and 2k+1 are both in the set. If 1, 2 or k+1 is also in our set we are done. If not, we have k-1 integers in {3,4,...,k} union {k+2,...,2k}, and I am unsure where the induction hypothesis comes in.
Homework Statement
Given a set of n+1 integers between 1 and 2n (inclusive), show that at least one member of the set must divide another member of the set.
Use induction.
Homework Equations
The Attempt at a Solution
When n=1, this is obvious.
Assume the result is true for n=k. Now we have a set of k+2 integers between 1 and 2k+2 and we want to show that one member divides another. If 2k+2 or 2k+1 is NOT in our set, then we have k+1 integers between 1 and 2k, and we apply the induction hypothesis. I am having trouble with the case where 2k+2 and 2k+1 are both in the set. If 1, 2 or k+1 is also in our set we are done. If not, we have k-1 integers in {3,4,...,k} union {k+2,...,2k}, and I am unsure where the induction hypothesis comes in.