Suppose we have $X_1, X_2,\dots X_n$ from some distribution $F$. We can then form the empirical distribution $F_n$ by saying:
$$F_n(x)=\frac{1}{n}\sum_{i=1}^n\mathbb{I}_{\{X_n\leq x\}}$$
I find it hard to visualize why does this distribution put weight $\frac{1}{n}$ to each observation $X_i$ since the graph is a step function. Any help is appreciated