Exercise 3.13e in Cinlar's Probability and Stochastics:
Consider the measurable space $(E,B(E))$, where $E=[0,1]$ and $B(E)$ is the set of all Borel subsets of $E$.
Show that the counting measure $\mu$ on it is not $\sigma$-finite and also not $\sum$-finite, where $\sum$-finite means that there is a sequence of finite measures $\mu_1, \mu_2, ...$ such that $\mu=\sum{\mu_i}$.
I proved the not $\sigma$-finite part by showing that that implies the countability of $[0,1]$, a contradiction, but I'm not sure how to prove non-$\sum$-finiteness.
I think i may have a counter example. I am not sure if I am right, but I will post it here:
Define
$\forall A\in \mathcal{B}([0,1])$, $\delta_x(A)=\begin{cases} 1 & \text{if $x\in A$}\\ 0 & \text{if $x\notin A$}\\ \end{cases}$
Let $(\delta_x)_{x\in[0,1]}$ be a sequence of functions. Note that $\forall x\in[0,1]$, $\delta_x$ is a finite measure.
In the question, $\mu$ is the counting measure with $D=[0,1]$. By definition of counting measure with $D=[0,1]$, $\mu=\sum\limits_{x\in[0,1]}\delta_x$. Thus $\mu$ is $\Sigma$-finite by definition of $\Sigma$-finite.
What is the problem with my example?