Given a sequence of IID random variables with expectation zero and finite variance, $X_1,X_2,...$
Prove that $S_N=\sum_{n=1}^{N}\frac{X_n}{n}$ is a martingale, and conclude that $\frac{1}N\sum_{n=1}^{N}X_n\to 0$ almost surely using this exercise
So for showing that $\sum_{n=1}^{N}\frac{X_n}{n}$ is a martingale I think I got it right:
$E[S_{N}|S_1,...,S_{N-1}]=E[\frac{X_N}{N}+S_{N-1}|S_1,...,S_{N-1}]=E[\frac{X_N}{N}|S_1,...,S_{N-1}]+E[S_{N-1}|S_1,...,S_{N-1}]=\frac{1}{N}E[X_N]+S_{N-1}=0+S_{N-1}=S_{N-1}$
For the second part though I'm not sure, can anyone help me?