Recall that the cumulative distribution function (CDF) of X is defined as:
$F(x)=P(w: X(w) \leq x)$
Using the sequence $(X_i)$ estimate the CDF F(x) using the empirical CDF:
$$
\bar{F_n}(x) = \frac{1}{n} \sum_{i=1}^n \chi_{(-\infty, x)} (X_i).
$$
For each fixed $x \in \mathbb {R}$, show that
$$
\mathbb {I}_{\alpha, n}(x)
= \left\{ y \in \mathbb {R}: \bar{F_n}(x)- \frac{1}{2 \sqrt{n \alpha}} \leq y \leq \bar{F_n}(x) + \frac{1}{2 \sqrt{n \alpha}} \right\}
$$
is a $(1-\alpha) \times 100$% confidence interval for F(x) in the sense that
$P(w: F(x) \in \mathbb {I}_{\alpha, n}(x) \geq 1-\alpha)$
How to prove this statement?
My attempt: I can convert the $$ \mathbb {I}_{\alpha, n}(x) = \left\{ y \in \mathbb {R}: \bar{F_n}(x)- \frac{1}{2 \sqrt{n \alpha}} \leq y \leq \bar{F_n}(x) + \frac{1}{2 \sqrt{n \alpha}} \right\} $$ to
$$ \mathbb {I}_{\alpha, n}(x) = \left\{ ny- \frac{\sqrt{n}}{2 \sqrt{ \alpha}} \leq n\bar{F_n}(x) \leq ny+ \frac{\sqrt{n}}{2 \sqrt{ \alpha}} \right\} $$
Then how to do next?
$$\mathbb P (F(x) \in \mathbb I_{\alpha,n}) = \mathbb P \left(F(x) \in \left\{ y \in \mathbb {R}: \bar{F_n}(x)- \frac{1}{2 \sqrt{n \alpha}} \leq y \leq \bar{F_n}(x) + \frac{1}{2 \sqrt{n \alpha}} \right\}\right) = \mathbb P\left (\bar{F_n}(x)- \frac{1}{2 \sqrt{n \alpha}} \leq F(x) \leq \bar{F_n}(x) + \frac{1}{2 \sqrt{n \alpha}} \right) = \mathbb P\left (|\bar{F_n}(x) - F(x) | \leq \frac{1}{2 \sqrt{n \alpha}} \right) = \mathbb P\left (|\bar{F_n}(x) - \mathbb E\left[\bar{F_n}(x)\right] | \leq \frac{1}{2 \sqrt{n \alpha}} \right) $$
Now, the variance of $\bar{F_n}(x)$ is at most $0.25/n$ since it is a binomial with $n$ samples (this is true for any binomial of $n$ samples, can you figure out why?). So by Chebychev:
$$\geq 1-\frac{0.25/n}{1/(2\sqrt{n\alpha})^2} = 1-\alpha$$