I've encountered a problem where I have to show something about the measure of sets when the first set I'm asked about is a set containing infinite elements from infinite sets
$$B = {\bigcap_{k=1}^{\infty}} {\bigcup_{k=n}^{\infty}}An$$ $$E_k = {\bigcup_{k=n}^{\infty}}An$$
B is the desired set, as it takes infinite unions of $A_n$, each union is smaller as we proceed, and intersects them. This far is explained in the answer I've seen, but then it says that $E_1 \subseteq E_2$, but isn't this the other way around? $E_1$ is the union of all $A_n$ sets, while $E_2$ is the union of all $A_n$ beside $A_1$, is it not?