Let $X$ be a r.v. on a given probability space and let $a \in \mathbb{R}$. Show that $aX$ is a r.v.
I need to check if my proof is correct.
Proof:
A random variable is a function $X : \Omega \rightarrow \mathbb{R}$ with the property that $\{\omega \in \Omega : X(\omega) \leq x\} \in \mathcal{F}$ for each $x \in \mathbb{R}$.
So $aX$ will be the random function such that $aX : \Omega \rightarrow \mathbb{R}$ with the property that $\{\omega \in \Omega : aX(\omega) \leq x\} \in \mathcal{F}$ for each $x \in \mathbb{R}$.
Updated Proof
Let $Y = aX$ be a random variable. Then $Y : \Omega \rightarrow \mathbb{R}$ such that $\{\omega \in \Omega : Y(\omega) \leq x \} \in \mathcal{F}$. This is implies that $\{\omega \in \Omega : aX(\omega) \leq x \} \in \mathcal{F}$ which implies that $\{\omega \in \Omega : X(\omega) \leq \frac{x}{a} \} \in \mathcal{F}$. Therefore $aX$ is a random variable.
Corrected Proof
Let $Y = aX$. Then $Y : \Omega \rightarrow \mathbb{R}$ such that $\{\omega \in \Omega : Y(\omega) \leq x \}$. This is implies that $\{\omega \in \Omega : aX(\omega) \leq x \}$ which implies that $\{\omega \in \Omega : X(\omega) \leq \frac{x}{a} \} \in \mathcal{F}$ since $\frac{x}{a} \in \mathbb{R}$. Therefore $aX$ is a random variable.