I have recently started studying probability. Kindly explain me following
Random variable means a function from $\Omega \to R$(set of real numbers). This is what i understood from my school books. But when i started reading Ross, it is given as in addition to above, any Borel set in R must have preimage in $\Omega$ i.e, preimage of Borel set in R must be an event.
Why this 2nd part is needed? Does it mean Random function(variable) X is "onto"
Another doubt, I thought random variable is some variable. But i understood now that it is infact a function. Then why it is called random "variable"?
If X, Y are 2 random variables, i know that XY is also random variable
My proof:
$X: \Omega \to R \\ Y: \Omega \to R $
then
$XY(\alpha) = X(Y(\alpha)), \alpha$ is some event in $\Omega$ sample space. Since composition of functions is a function from same domain $\Omega$ to R and so XY is a function and so it is a random variable. Please correct me if i am wrong.