Suppose $X_i$ are iid $N(0,1)$ random variables and define $\hat F(x) = n^{-1} \sum_{i=1}^n \mathbf{1}(X_i \leq x)$.
I want to compute the limiting distribution of $$\sqrt{n} \left(\hat F(\frac{1}{\sqrt{n}}) - \frac{1}{2}\right)$$
I know the limiting distribution of $\sqrt{n} \left(\hat F(0) - \frac{1}{2}\right)$ is $N(0,1/2)$ by the central limit theorem and that $\hat F(1/\sqrt{n}) - \hat F(0) \xrightarrow{P} 0$ (since both of the $\hat F$ terms tend to $1/2$ in probability), but I can't decipher this because it would suffice to show $\sqrt{n}(\hat F(1/\sqrt{n}) - \hat F(0)) \xrightarrow{P} 0$. Any ideas?
For large $n$, I would think you may have the following as slightly abusive approximations, though the last is meaningful as convergence in distribution
As an illustration in R with $n=100$, remembering that we are in fact looking at a binomial random variable with adjusted scale and location, so discrete with gaps between the values of $\frac1{\sqrt{n}}$, the simulation give mean and variance close to the predicted and a shape close to the corresponding normal distribution:
giving