tldr; The basic essence of this note is to demonstrate the importance of vision. Instead of blindly chasing everything that is shiny, a person with vision can walk in a straight line. This is important, a person walking in a straight line with N steps moves with O(n) But a person walking in a random walk, only can move on the order, O(nβ).
Assuming there are independent random variables, Z1β,Z2β,Z3β,... such that each variable is either -1 or 1 with a 50% probability. Then create a length-N sequence such that S0β=0 and SNβ=βj=1NβZjβ.
It follows that the expected value, E(SNβ)=βj=1NβE(Zjβ)=0
Weβre going to need another property of sums to move on here,