0
$\begingroup$

Let $X$ and $Y$ be any random variables defined in the same sample space. What do we mean exactly by $X>Y$?

Also, what do we mean $X>c$, where $c$ is a constant?

Thank you very much!

  • 1
    How are you defining a random variable?2017-02-11
  • 0
    Thank you. Let $X$ and $Y$ be any random variables defined in the same sample space.2017-02-11
  • 0
    I was asking whether you're defining a random variable as something vague like an "event" (which is standard for probability courses that don't talk about measure theory), or as a measurable function $f:\Omega \to \mathbb{R}$ (or $\mathbb{C}$, etc.) as below.2017-02-11
  • 0
    I see. Sorry for my inaccuracy. I'd like to define a random variable as a measure function, like what you just said2017-02-11

2 Answers 2

3

Random variables are measurable functions from a measurable space $(\Omega, \mathcal A)$ to another measurable space $(G, \mathcal G)$. Usually the latter space is $(\mathbb R, \mathcal B(\mathbb R)$. So saying $X > Y$ means that, for every $\omega \in \Omega$, we have $$X(\omega) > Y(\omega)$$

Of course since $X(\omega), Y(\omega) \in G$, it is implied that the relation "$>$" is defined in $G$

  • 0
    I see. Thank you very much! So, $X>Y$ implies that $P(X>Y)=1$ , right?2017-02-11
  • 0
    @Probabilityiswonderful yes :)2017-02-11
2

While @Ant's answer is correct there can be another meaning. "$X>Y$" can refer to some event, which can be formalized as $$ \{\omega:X(\omega)>Y(\omega)\}. $$ In which case $P(X>Y)$ can have any value.

You can understand $Y>c$ in the same way by considering $c$ a a (constant) random variable $(c(\omega)=c\ \forall \omega)$.

A simple example: throw two dice, observe the scores $X$ and $Y$. You can compute $P(X>Y)=5/12$.