Proving the Empty Intersection of Intervals using Natural Numbers

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 · 7K views
cragar
Messages
2,546
Reaction score
3

Homework Statement


Prove that [itex]\bigcap_{n=0}^{\inf} (0,\frac{1}{n})=\emptyset[/itex]

The Attempt at a Solution


since 0 is not included in our interval. eventually I will get to
(0,0) because I could pick a real as close to zero as I wanted and there would be a natural such that [itex]\frac{1}{n}<y[/itex] therefore this intersection is empty.
but if my orginal intersection was [0,1/n] then this would not be empty.
 
Physics news on Phys.org
You have the right idea, and you're correct that if (0,1/n) was replaced by [0,1/n], the intersection would not be empty. It would contain exactly one point: 0.

You could word your proof a bit precisely as follows:

Suppose the intersection is non-empty. Then there exists some x in the intersection:

[tex]x \in \bigcap_{n=1}^{\infty} (0, 1/n)[/tex]

Since x is in the intersection, it means that x must be in every interval of the form (0, 1/n), and this is impossible because...
 
ok thanks for the input