Let
$$\Omega = \{2, 3, 5, 7, 11, 13, 17, 19, ...\}$$
be the set of all prime numbers and
$$\epsilon := \{\{x\}: x \in \Omega\}$$
be a generating system.
Determine $\sigma(\epsilon)$ and decide whether the measure
$$\lambda : \sigma(\epsilon) \rightarrow [0, \infty], \lambda(A) := \sum_{x \in A} {1 \over x^2}$$
is finite or not.
$\sigma(\epsilon)$ must be the smallest $\sigma$-algebra on $\Omega$ that contains every element of $\epsilon$. Therefore, I would say that
$\sigma(\epsilon) = P(\Bbb N)$.
It is $\sigma$-finite and finite because
1) There exists a countable sequence $(A_n) \in P(\Bbb N)$ such that $\bigcup_{n = 0}^{\infty} A_n = \Omega$ (one just has to unite all the elements of $\epsilon$ here).
2) $\lambda(A_n) = \sum_{x \in A_n} {1 \over x^2} \le \sum_k^{\infty} {1 \over k^2} < \infty$.
Is my argumentation correct?