[step:Record the integral invariance supplied by measure preservation]
[claim:Pulling back by $T$ preserves integrals]
Let $h:X\to[0,\infty]$ be a $\mathcal{B}$-measurable function. Then
\begin{align*}
\int_X h(Tx)\,d\mu(x)=\int_X h(x)\,d\mu(x).
\end{align*}
If $h\in L^1(X,\mu)$ is real-valued, the same equality holds for $h$.
[/claim]
[proof]
For a set $A\in\mathcal{B}$, let $\mathbb{1}_A:X\to\{0,1\}$ denote its indicator. Since $T$ is measure preserving,
\begin{align*}
\int_X \mathbb{1}_A(Tx)\,d\mu(x)
=\mu(T^{-1}(A))
=\mu(A)
=\int_X \mathbb{1}_A(x)\,d\mu(x).
\end{align*}
Let $\varphi:X\to[0,\infty)$ be a nonnegative simple function of the form
\begin{align*}
\varphi=\sum_{j=1}^r \alpha_j\,\mathbb{1}_{A_j},
\end{align*}
where $r\ge 1$ is an integer, $\alpha_j\in[0,\infty)$, and $A_j\in\mathcal{B}$ for each $j$. By linearity of the Lebesgue integral,
\begin{align*}
\int_X \varphi(Tx)\,d\mu(x)
&=\sum_{j=1}^r \alpha_j\int_X \mathbb{1}_{A_j}(Tx)\,d\mu(x)\\
&=\sum_{j=1}^r \alpha_j\int_X \mathbb{1}_{A_j}(x)\,d\mu(x)\\
&=\int_X \varphi(x)\,d\mu(x).
\end{align*}
Now let $h:X\to[0,\infty]$ be measurable. Choose an increasing sequence $(\varphi_m)_{m=1}^{\infty}$ of nonnegative simple measurable functions $\varphi_m:X\to[0,\infty)$ with $\varphi_m(x)\nearrow h(x)$ for every $x\in X$. Then $\varphi_m(Tx)\nearrow h(Tx)$ for every $x\in X$. Applying the [Monotone Convergence Theorem](/theorems/???) twice gives
\begin{align*}
\int_X h(Tx)\,d\mu(x)
&=\lim_{m\to\infty}\int_X \varphi_m(Tx)\,d\mu(x)\\
&=\lim_{m\to\infty}\int_X \varphi_m(x)\,d\mu(x)\\
&=\int_X h(x)\,d\mu(x).
\end{align*}
If $h\in L^1(X,\mu)$ is real-valued, define $h^+:X\to[0,\infty)$ and $h^-:X\to[0,\infty)$ by $h^+=\max\{h,0\}$ and $h^-=\max\{-h,0\}$. Both $h^+$ and $h^-$ are nonnegative and measurable, both have finite integral since $|h|=h^++h^-$ is integrable, and $h=h^+-h^-$. Applying the nonnegative case to $h^+$ and $h^-$ separately and subtracting gives the asserted equality for $h$.
[/proof]
We verify by induction on $n$ that, for every integer $n\ge 0$, the iterate $T^n:X\to X$ is $\mathcal{B}$-measurable and
\begin{align*}
\int_X |f(T^n x)|\,d\mu(x)=\int_X |f(x)|\,d\mu(x).
\end{align*}
For $n=0$, $T^0=\operatorname{id}_X$ is measurable and the equality is immediate. Suppose the statement holds for some integer $n\ge 0$. Then $T^{n+1}=T\circ T^n$ is the composition of two $\mathcal{B}$-measurable maps and is therefore $\mathcal{B}$-measurable, so $|f\circ T^{n+1}|=|f|\circ T^{n+1}:X\to[0,\infty)$ is $\mathcal{B}$-measurable. Applying the nonnegative case of the claim to $h=|f|\circ T^n$ gives
\begin{align*}
\int_X |f(T^{n+1} x)|\,d\mu(x)
=\int_X |f(T^n(Tx))|\,d\mu(x)
=\int_X |f(T^n x)|\,d\mu(x),
\end{align*}
and the induction hypothesis closes the step.
In particular, for each integer $n$ with $0\le n\le N-1$,
\begin{align*}
\int_X |f(T^n x)|\,d\mu(x)=\int_X |f(x)|\,d\mu(x)<\infty,
\end{align*}
so each function $x\mapsto f(T^n x)$ lies in $L^1(X,\mu)$, and therefore each $S_k$ lies in $L^1(X,\mu)$. The pointwise bound
\begin{align*}
0\le F_N(x)\le \sum_{n=0}^{N-1}|f(T^n x)|
\end{align*}
shows $F_N\in L^1(X,\mu)$. Applying the real-valued case of the claim to $h=F_N$ gives
\begin{align*}
\int_X F_N(Tx)\,d\mu(x)=\int_X F_N(x)\,d\mu(x)<\infty.
\end{align*}
[/step]