Let $B$ a random variable with the Bernoulli distribution and $V$ a non-negative real random variable with a density function. Thus $\mathbb{P}(B=1)=1-\mathbb{P}(B=0)=p$. I'm trying to prove that $\mathbb{E}[BV] = p\mathbb{E}[V]$.
If $B$ and $V$ are independent, then it is known that $\mathbb{E}[BV] = \mathbb{E}[B] \mathbb{E}[V] = p \mathbb{E}[V]$ as desired. But if they are dependent this may not be true in general, I guess.
I'm wondering whether my reasoning is correct:
$$ \mathbb{P}(BV\ge x) = \mathbb{P}( BV\ge x \cap ( B=0 \cup B=1 )) = \mathbb{P}( BV\ge x \cap B=0 ) + \mathbb{P}( BV\ge x \cap B=1 ) = \mathbb{P}( 0\ge x \cap B=0 ) + \mathbb{P}( V\ge x \cap B=1 ) = \mathbb{P}( 0\ge x ) (1-p) + \mathbb{P}( V\ge x ) p $$ where in the last I've used the conditional probability. Now, since $BV$ is non-negative $$ \mathbb{E}[BV] = \int_{\mathbb{R}_+} \mathbb{P}(BV\ge x)\mbox{d}x = \int_{\mathbb{R}_+} \mathbb{P}( V\ge x ) p \mbox{d}x = p \mathbb{E}[V] $$ Is this correct? What bothers me is that $B$ and $V$ are dependent but still $\mathbb{E}[BV] = \mathbb{E}[B] \mathbb{E}[V]$.