I am reading a book that is talking about continuous random walk. It first starts with defining one dimensional discrete random walk as starting at point 0 and move to either to the right or left at the rate of $1$ per unit of time.
Then, it said that if we instead move $\sqrt{h}$ per $h$ units of time, and took the limit as $h$->$0$, we would have continuous random walk. It will then converge into brownian motion.
My questions are: 1) Why are me moving $\sqrt{h}$ instead of $h$ per $h$ unit of time? Can someone show me the calculation? 2) Before taking the limit to $0$, how do we proof that the random variable is indeed binomial? I undestand that from CLT, it will converge into normal rv but, I am baffled on how to proof that it is indeed binomial. I am considering on proofing it through it's moment but I wonder if there is a simpler way.