I am reading computer science texts, which tend to include a lot of summations and set logic. In set logic, formulas commonly use a capitalized variable to reference a whole set, i.e. $\Omega$, and a lowercase variable to represent a given member, i.e. $\omega$. Given that, how does one read something like:
$$ 0\leq Pr(\omega)\leq 1\mathrm{\quad and \quad}\sum_{\omega\in\Omega}{Pr(\omega)} = 1 $$
Perhaps it's due to my [poor] command of math, but I tend to read this out loud to myself, and it's odd to say "The sum of the probability of omega, where omega is a member of omega..."