This question is from DeGroot's "Probability and Statistics"(Second Edition).
Suppose that $X$ and $Y$ are random variables that can only take values in the interval $0\leq X\leq2$ and $0\leq Y\leq2$. Suppose also that the joint CDF of $X$ and $Y$ for, $0\leq x\leq2$ and $0\leq y\leq2$ is as follows:$$F(x,y)=\frac{1}{16}xy(x+y)\tag1$$ Determine the CDF $F_1$ of just the random variable $X$.
Solution The value of $F(x,y)$ at any point $(x,y)$ in the $xy$-plane that does not represent a pair of possible values of $X$ and $Y$ can be calculated from Eq.$(1)$ and the fact that $F(x,y)=Pr(X\leq x \text{ and } Y\leq y )$.Thus, if either $x<0$ or $y<0$, then $F(x,y)=0$. If both $x>2$ and $y>2$, then $F(x,y)=1$. If $0\leq x\leq2$ and $y>2$, then $F(x,y)=F(x,2)$ and it follows from it follows from Eq.$(1)$ that $F(x,y)=\frac{1}{8}x(x+2).$Similarly,if $0\leq y\leq2$ and $x>2$, then $F(x,y)=\frac{1}{8}y(y+2).$The function $F(x,y)$ has now been specified for every point in the $xy$-plane.By letting $y\rightarrow\infty$, we find that the CDF of just the random variable $X$ is$$F_1(x) = \begin{cases} 0 & \text{for $x < 0$,} \\ \frac{1}{8}x(x+2) & \text{for $0 \leq x \leq 2,$ } \\ 1 & \text{for $x>2.$} \end{cases}$$
Now I can't understand how did the author conclude these:
- If either $x<0$ or $y<0$, then $F(x,y)=0$.
- If both $x>2$ and $y>2$, then $F(x,y)=1$.
- If $0\leq x\leq2$ and $y>2$, then $F(x,y)=F(x,2)$.
- if $0\leq y\leq2$ and $x>2$, then $F(x,y)=F(2,y)$.