I'm looking for some correct notation. Consider the random variable $V$ with support $\mathcal{V}$ and probability distribution $P_V$. Consider a function $u:\mathcal{V}\rightarrow \mathbb{R}$.
Let $\mathcal{V}$ be finite and suppose I want to compute the expected value of $u(V)$. This is
$$ \sum_{v\in \mathcal{V}} u(v)\times P_{V}(v) $$
Suppose now instead that $P_V$ is continuous. What is the correct notation to indicate the formula of the expected value of $u(V)$ without passing through the definition of density? I though about using $$ \int_{\mathcal{V}} u(v)\text{ } dP_{V}(v) $$
Is this correct?