Intervals with Natural Number Endpoints

  • Thread starter Thread starter Bashyboy
  • Start date Start date
  • Tags Tags
    intervals Natural
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
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
FactChecker said:
That is wrong. k-n < 0

Whoops! I meant to say ##n < k##. That should fix everything.