Let $(X_n)$ be a sequence of independent, identically distributed random variables with finite moment-generating function $M(t) = \mathbb{E}\left[\exp(tX_1\right)] < \infty$ for $t \in \mathbb{R}$. Let $S_n = \sum_{i=1}^n X_i$ and $Y_n = \frac{1}{(M(t))^n}\exp(tS_n)$ for $n \geq 0$ and $t \in \mathbb{R}$. I would like to show that $(Y_n)_{n\geq 0}$ are martingals with respect to the filterings $\left(\sigma\left(X_1,X_2,\ldots,X_n \right)\right)_{n \geq 0}$.
Could you please help me with some ideas or suggestions.
Thanks.
Just plugging in:
$$E[Y_{n+1}|\mathcal{F}_n]=\frac{1}{(M(t))^{n+1}}E[\exp{(tS_n)}\exp{(tX_{n+1})}|\mathcal{F}_n]=\frac{1}{(M(t))^{n+1}}\exp{(tS_n)}E[\exp{(tX_{n+1})}]=\frac{1}{(M(t))^{n+1}}M(t)\exp{(tS_n)}=Y_n$$
where I've used, that $X_i$ are iid, and $Y_n$ is $\mathcal{F}_n$ measurable, where $\mathcal{F}_n=\sigma(X_1,\dots,X_n)$