Monotone functions of discrete random variables

173 Views Asked by At

I have a statement that reads:

If $Z_1,Z_2$ are random variables such that $Z_1 \geq Z_2$, then $\rho(Z_1) \geq \rho(Z_2)$.

where $\rho$ is a function.

What is the meaning of $Z_1 \geq Z_2$? I am particularly interested in the monotonicity of coherent risk measures. For discrete random variables, say:

$\Pr[Z_1=x_i] = p_i$ and $\Pr[Z_2=y_j] = q_j$

how can I write the condition $Z_1 \geq Z_2$ using $x_i,p_i,y_j,q_j$?

1

There are 1 best solutions below

1
On BEST ANSWER

First, a comment states that $Z_1\ge Z_2$ means the inequality holds surely, i.e., that it holds for every $\omega$ in the probability space $\Omega$. (There must be such a space, or else the notions of probability makes no sense, though it is quite common not to specify or even mention it explicitly.) But in practice, one uses the weaker statement $Z_1\ge Z_2$ almost surely (abbreviated a.s.), which means $\Pr[Z_1<Z_2]=0$. Quite frequently, I suspect this is the intended meaning even when the author omits the “a.s.” part.

You cannot write the condition $Z_1\ge Z_2$ using the quantities you list. For that, you need the combined probability distribution, i.e. you need to know the probabilities $P_{ij}=\Pr[Z_1=x_i \mathbin\& Z_2=y_j]$. In this case, $Z_1\ge Z_2$ a.s. if and only if $P_{ij}=0$ whenever $x_i<y_j$. If you don't include the “a.s.”, then even the full probability distribution won't provide the answer. You need the underlying probability space in order to answer the question in that case.