Problem. Let $X$ be a set, and define a function $\mu : \mathcal{P}(X) \to [0, \infty]$ by
$$ \mu(A) = \begin{cases} \infty & \text{if } A \text{ is uncountable} \\ 0 & \text{otherwise} \end{cases} $$
Is $\mu$ $\sigma$-additive?
Attempt. I know that $\sigma$-additivity means that for a countable index set $I$, the following must hold:
$$\mu \left(\bigcup_{i \in I} A_i\right) = \sum_{i \in I} \mu (A_i) \quad when \quad A_i \cap A_j = \emptyset \quad for \quad i \neq j$$
If $\forall i \in I : A_i$ are countable, then $\mu(A_i) = 0$, and since the countable union of countable sets is countable, we have:
$$\mu\left(\bigcup_{i \in I} A_i\right) = 0 = \sum_{i \in I} \mu(A_i)$$
If at least one $A_i$ is uncountable, then $\mu(A_i) = \infty$ for at least one index $i$, so:
$$\sum_{i \in I} \mu(A_i) = \infty$$ The union will then also be uncountable, because $ A_i \subset \cup A_i $.
Question. I am not sure whether my argument is correct, or if I might be completely off track. I would greatly appreciate any help, feedback, or suggestions to better understand whether this function is actually $\sigma$-additive and how to approach this properly. Thank you very much!