How can we show that between two even natural numbers they're exists a natural number that isn't even?
How can we show that they're exists a natural number that is odd and not divisible by 3, between two multiples of 3 (that are also natural numbers)?
Can we show that they're exists a natural number that is not divisible by any $p_{m}$ less than or equal to $p_{n}$ between two multiples of $p_{n}$ (that are also natural numbers)? I was thinking that maybe we could by applying graph coloring techniques, or perhaps we could rely on modular arithmetic for a proof; or is there another possible method?
What, if any, are the difficulties with this problem?
For your first question: if $k$ is the smaller of the two given even numbers, consider $k+1$.
For your second question: if $k$ is the smaller of the two given multiples of $3$, then consider either $k+1$ or $k+2$.
For your last question: the statement is not true. Between $27833$ and $27846$, which are both multiples of $13$, every intermediate number is divisible by one of $2$, $3$, $5$, $7$, or $11$.