Given a sequence of sets, is there some well-defined notion of a limit of a set?
That is, given some universe set $U$, is there topology on $2^U$ (powersets of $U$) such that the usual intersection and the union limits converge to what they normally converge to in that topology?
For instance, if I were to take the following sequence of sets for $U=\mathbb{N}$,
$S_n = \{x\in \mathbb{N} | n< x \le 2n \}$,
or even simpler, something like:
$T_n = \{x\in \mathbb{N} | n\le x < n+1 \} =\{n\}$.
I'm wondering whether there is a notion of convergence that can say whether the limit of such a sequence makes sense or not.
On one hand, it feels like the limit of both sequences above should be the empty set, by the following type of argument:
\begin{align} S_n &\subset (n,\infty) \\ \lim_{n\to\infty} S_n &\subset \lim_{n\to\infty} (n,\infty) = \cap_{n\in\mathbb{N}} (n,\infty) = \emptyset \end{align}
And of course, the same for $T_n$.
On the other hand, I don't see why I should be able to pass a set inclusion to the limit. (I feel like I'm just declaring that this should be a property of limits of sets...)