VinnyCee
- 486
- 0
Homework Statement
Use mathematical induction to show that given a set of n\,+\,1 positive integers, none exceeding 2\,n, there is at least one integer in this set that divides another integer in the set.
Homework Equations
Mathematical induction, others, I am not sure
The Attempt at a Solution
Let P(n) be the claim that there will be two integers (x,\,y) such that y divides x.
\left{1,\,2,\,\dots,\,2\,n\right} <----- Choose only n\,+\,1 of these.
Basis: Does P(1) hold?
\left{1,\,\dots,\,2\,n\right}\,=\,\left{1,\,2\right} <----- for n\,=\,1
2 is divisible by 1, so x = 2 and y = 1. P(1) is true.
Inductive hypothesis:
\left{1,\,2,\,\dots,\,2\,n,\,2\,n\,+\,1,\,2\,n\,+\,2\right} <----- Choose only n\,+\,2 of these
How do I prove that though?