For each positive integer $n$, let $T_n = \{\frac{a}{n} \mid a \in \mathbb{Z}\}$.
What are $\bigcup_{n \in \mathbb{N}} T_n$ and $\bigcap_{n \in \mathbb{N}} T_n$?
I'm pretty sure the first one is just $\mathbb{Q}$, the rationals. Since the set will have all possible numerators over all possible denominators. The second I'm not so sure of. It's certainly not empty, since $1/2 = 2/4$ so $T_2$ and $T_4$ have non-empty intersection. I am currently leaning towards this set also being $\mathbb{Q}$, since we will get every fraction here as well: if $a/b$ is in $T_b$, then it is also in $T_{2b}$ as $2a/2b$.