Suppose $P$ is a set of $n + 1$ integers selected from $1,2,3,...,2n + 1$. Then how can we show $P$ contains two coprime integers? The result holds if $P$ contains only $n$ integers??
Added Let me add this funny question keeping the same spirit:
If $a_0,\ldots,a_n\in\{1,\ldots,2n\}$ are pairwise distinct then how can we show that there's $(i,j)\in\{1,\ldots,n\}^2$ such that $i\neq j$ and $a_i$ divide $a_j$.
If 1 is part of the set, game over. If 1 isn't in the set, there are $n$ pairs $(2, 3)$, $(4, 5)$, ... $(2 n, 2 n + 1)$. As there are $n + 1$ numbers, two must be in the same pair, i.e. $k, k + 1$ are in the set, and they are relatively prime.