Intervals with Natural Number Endpoints

  • Thread starter Thread starter Bashyboy
  • Start date Start date
  • Tags Tags
    intervals Natural
Bashyboy
Messages
1,419
Reaction score
5

Homework Statement


Show that ##(n,n+1) \cap (k,k+1)## is empty, provided that ##n \neq k##.

Homework Equations

The Attempt at a Solution


[/B]
WLOG, take ##k < n##. Then ##k -n \ge 1## is some natural number. If ##x \in (n,n+1) \cap (k,k+1)##, then ##-(n+1) < -x < -n## and ##k < x < k+1##. Adding the two inequalities together, we obtain ##k-n-1 < 0 < k-n + 1## or ##0 < k-n < 1 < k-n + 2##, which contradicts the fact that ##k-n## is some natural number.

How does this sound? Any better alternatives?
 
Physics news on Phys.org
Bashyboy said:
WLOG, take ##k < n##. Then ##k -n \ge 1## is some natural number.
That is wrong. k-n < 0
 
FactChecker said:
That is wrong. k-n < 0

Whoops! I meant to say ##n < k##. That should fix everything.
 
I think you can prove it more directly. I don't follow the last part, but it might be right.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top