A common introductory topology question is to prove or disprove the following claim:
The intersection of an infinite number of open sets is open.
The claim is false, and a counter-example I've seen is this:
Consider the set of open intervals of the real numbers $A = \{A_n | A_n = (-1/n,1/n), n\in \mathbb{N}\}$. The intersection of this set is $\cap_{n=1}^\infty A_n = \{0\}$. This is a singleton, which is not open, and therefore the claim is false.
I am a bit confused by this counter-example. It seems that we've ignored something very important - somehow we took a limit (or something similar) and stated that "as $n\rightarrow \infty$, $A_n \rightarrow (0,0)$". It's that $\rightarrow$ that I have an issue with. Although it's certainly true that the intervals approach the interval $(0,0)$, why is it true that the intersection contains this interval? This seems as though we actually let $n=\infty$, but if that's the case it seems that we can get around this entire counter-example by claiming that infinity is not a natural number.
So, why is this counter-example valid? (assuming it is, but it shows up in Schaum's Outlines, so I'm assuming it's valid...)