Given that I have $W_t$ and $W_s$ for some $t>0$ and $s>0$ and $W_n = \sum_{i=1}^n R_i$ I do not understand why $\text{Var}[W_t-W_s]=|t-s|$.
I understand why $\text{Var}[W_n]=n$. This is because $\text{Var}[W_n]=\text{E}[(\sum_{i=1}^n R_i)^2]=\sum_{i=1}^n\text{E}[R_i^2]=n*1=n$. There is a particular way in which $R_i$ is defined in my notes, basically we are looking at a coin toss experiment, so $R_i$ is either a $+1$ or a $-1$. If you apply the above logic to my problem, I get something like:
$$\text{Var}=\text{E}[(\sum_{i=1}^t R_i-\sum_{j=1}^s R_j)^2]=\text{E}[R_1+R_2+...+R_t-(R_1+R_2+..+R_s)]$$
And then I am not sure what to do.