I saw the following definition of sigma algebra in Amann/Escher's Analysis iii.
A subset $\mathcal{A}$ of $\mathfrak{P}(X)$ is called a $\sigma$-algebra over X if it satisfies the properties
i) $X \in \mathcal{A}$;
ii) $A \in \mathcal{A} \Rightarrow A^c \in \mathcal{A}$;
iii) $(A_j) \in \mathcal{A}^\mathbb{N} \Rightarrow \bigcup_{j \in \mathbb{N}} A_j \in \mathcal{A}$.
The first two properties is rather conventional. But I am confused with the notation of the third property since it's very different from those I have seen from other books. I think it's trying to convey the idea that a countable union of elements in sigma algebra is also an element in sigma algebra.
My understanding here is that if $(A_j) \in \mathcal{A}^\mathbb{N}$ then $A_j$ is a N-tuple whose elements are subsets of X. How come their countable union is a member of $\mathcal{A}$? Could some please explain how does it work to me? Thanks very much in advance.