Question related to Kolmogorov Smirnov statistics:
If $F_n$ is the empirical distribution function for $n$ IID random variables with an unknown distribution function $F$, what does the random function $F_n$ look like?
What are its y-value it can take and are there some appropriate x-values in its domain?
Below is what I know.....
But after this, how should I proceed to get the desired result/output ?
Can someone help me on this.


The $y$-values it can take are in the range $[0, 1]$.
Another way of writing $F_n$ is $$F_n(x) = \frac{|\{X_i \mid X_i \leq x\}|}{n},$$ where $|\{X_i \mid X_i \leq x\}|$ is the number of data points less than or equal to $x$, and $n$ is the number of data points.
The function is a step function, with $F(x) = 0$ whenever $x < \min(X_i)$, $F(x) = 1$ whenever $\max(X_i) < x$, and $F_n(x) \in (0, 1)$ otherwise. For example, suppose that $n = 4$ and $X_1 = 0.55$, $X_2 = 0.1$, $X_3 = 0.8$, $X_4 = 0.25$, then $F_n$ is shown below:
To calculate $D_n$ for a given $F_n, F$ you just calculate $|F_n(x) - F(x)|$ wherever $F_n$ or $F$ is discontinuous.