N is a random variable taking integer values, why is it true that $1 = \sum_{k \geq 1} \mathbb{1}_{ \{N=k\} }$ ?
$\mathbb{1}_{ \{N=k\} } = 1 , N=k $
$\mathbb{1}_{ \{N=k\} } = 0 , N \neq k $
taking the sum of indicators for $k \geq 1 $ gives :
$\sum_{k \geq 1} \mathbb{1}_{ \{N=k\} } = \mathbb{1}_{ \{N=1\} } + \mathbb{1}_{ \{N=2\} } + \dots \ $
I don't really get this, this is supposed to be a sum of functions where N is a random variable taking integer values, so for k from 1 to $\infty$, why is it equal to 1 ?
Because $$ \sum_{k\geq 1}1_{\{N=k\}}=1_{\bigcup_{k\geq 1} \{N=k\}}=1_\Omega = 1 $$ if we assume that $N$ can only take on values in $\{1,2,\ldots\}$.