Random variable
Contents
[hide]Definition
A Random variable is a measurable map from a probability space to any measurable space
Let (Ω,A,P) be a probability space and let X:(\Omega,\mathcal{A})\rightarrow(V,\mathcal{U}) be a random variable
Then:
X^{-1}(U\in\mathcal{U})\in\mathcal{A}, but anything \in\mathcal{A} is \mathbb{P} -measurable! So we see:
\mathbb{P}(X^{-1}(U\in\mathcal{U}))\in[0,1] which we may often write as: \mathbb{P}(X=U) for simplicity (see Mathematicians are lazy)
Notation
Often a measurable space that is the domain of the RV will be a probability space, given as (\Omega,\mathcal{A},\mathbb{P}), and we may write either:
- X:(\Omega,\mathcal{A},\mathbb{P})\rightarrow(V,\mathcal{U})
- X:(\Omega,\mathcal{A})\rightarrow(V,\mathcal{U})
With the understanding we write \mathbb{P} in the top one only because it is convenient to remind ourselves what probability measure we are using.
Pitfall
Note that it is only guaranteed that X^{-1}(U\in\mathcal{U})\in\mathcal{A} but it is not guaranteed that X(A\in\mathcal{A})\in\mathcal{U}, it may sometimes be the case.
For example consider the trivial \sigma-algebra \mathcal{U}=\{\emptyset,V\}
However If you consider X:(\Omega,\mathcal{A},\mathbb{P})\rightarrow(V,\{\emptyset,V\}) then this is just the random variable "something happens" underneath it all, or if V=\{2,\cdots,12\} the event that the sum of the scores is \ge 2.
Example
Discrete random variable
Recall the roll two die example from probability spaces, we will consider the RV X = the sum of the scores
Example of pitfall
Take X:(\Omega,\mathcal{P}(\Omega),\mathbb{P})\rightarrow(V,\mathcal{U}), if we define \mathcal{U}=\{\emptyset,V\} then clearly:
X(\{(1,2)\})=\{3\}\notin\mathcal{U}. Yet it is still measurable.
So an example! \mathbb{P}(X^{-1}(\{5\}))=\mathbb{P}(X=5)=\mathbb{P}(\{(1,4),(4,1),(2,3),(3,2)\})=\frac{4}{36}=\frac{1}{9}