Statement
Use mathematical induction to show that given a set of n + 1 positive integers, none exceeding 2n, there is at least one integer in this set that divides another integer in the set.
It's clear that the set can't contain two equal integers because one divides the other.
Basis step:
When n=1 the set S has two positive integers, namely S = {1,2}, and 1 divides 2.
Inductive step
Let's assume that when a set S has K+1 positive integers and each one is not greater than 2K, there is at least one integer in this set that divides another integer in the set.
Now I'm stuck, I don't know how to show that assuming this hypothesis I can prove that the statement holds for (K+1)+1.