For the given Random Variable X, Cumulative Distributive Function is defined as below:
$$F(x) = \begin{cases} 0, & \text{$x \le 0$} \\ x^2/8, &\text{$0\le x \lt 2$}\\ 1,& \text{$x \ge 2$} \end{cases} $$
And Let the two events $C_k, D_k$ be
$$C_k = \{x \mid 1/k \le x \le 2-1/k\}$$ and $$D_k = \{x \mid 2-1/k \lt x \lt 2+1/k\}$$ where $k \in \Bbb N$
(a) $P(X\in \lim\limits_{k \to \infty}C_k) = P(X \in \{0 \le k \le 2\})=1\begin{align}\end{align}$
(b) $P(X\in \lim\limits_{k \to \infty}D_k) = P(X \in \{2 \lt k \lt 2\})=P(X \in \emptyset)= 0\begin{align}\end{align}$
Is my above reasoning (a), (b) correct?