[step:Apply the Lebesgue point theorem to each $f_k$ and transfer approximate continuity to $f$]
By the theorem [Lebesgue Points Are Approximately Continuous](/theorems/3033) applied to $f_k \in L^1_{\mathrm{loc}}(\mathbb{R}^n)$, the function $f_k$ is approximately continuous at $\mathcal{L}^n$-almost every point. Let $N_k$ denote the $\mathcal{L}^n$-null set where $f_k$ fails to be approximately continuous.
Define $A_k := \{x \in \mathbb{R}^n : |f(x)| < k\}$. On $A_k$, we have $f(x) = f_k(x)$ (since $|f(x)| < k$ means the truncation does not activate). Moreover, for $x \in A_k$, the set $\{y : |f(y)| < k\}$ contains $x$ and is measurable. By the [Lebesgue Density Theorem](/theorems/3023), $\mathcal{L}^n$-almost every $x \in A_k$ is a density point of $A_k$, meaning
\begin{align*}
\lim_{r \to 0^+} \frac{\mathcal{L}^n(A_k \cap B(x, r))}{\mathcal{L}^n(B(x, r))} = 1.
\end{align*}
Let $D_k$ denote the $\mathcal{L}^n$-null set of points of $A_k$ that are not density points of $A_k$.
For $x \in A_k \setminus (N_k \cup D_k)$, we claim $f$ is approximately continuous at $x$. Fix $\varepsilon > 0$. Since $f_k$ is approximately continuous at $x$ with value $f_k(x) = f(x)$:
\begin{align*}
\lim_{r \to 0^+} \frac{\mathcal{L}^n(\{y \in B(x,r) : |f_k(y) - f(x)| \geq \varepsilon\})}{\mathcal{L}^n(B(x,r))} = 0.
\end{align*}
On the set $A_k \cap B(x,r)$, we have $f = f_k$, so $\{y \in A_k \cap B(x,r) : |f(y) - f(x)| \geq \varepsilon\} \subset \{y \in B(x,r) : |f_k(y) - f(x)| \geq \varepsilon\}$. Therefore
\begin{align*}
\{y \in B(x,r) : |f(y) - f(x)| \geq \varepsilon\} &\subset \{y \in B(x,r) : |f_k(y) - f(x)| \geq \varepsilon\} \cup (B(x,r) \setminus A_k).
\end{align*}
Dividing by $\mathcal{L}^n(B(x,r))$ and taking $r \to 0^+$: the first term tends to $0$ by approximate continuity of $f_k$, and
\begin{align*}
\frac{\mathcal{L}^n(B(x,r) \setminus A_k)}{\mathcal{L}^n(B(x,r))} = 1 - \frac{\mathcal{L}^n(A_k \cap B(x,r))}{\mathcal{L}^n(B(x,r))} \to 1 - 1 = 0
\end{align*}
since $x$ is a density point of $A_k$. Hence the density of $\{y : |f(y) - f(x)| \geq \varepsilon\}$ at $x$ is $0$, so $f$ is approximately continuous at $x$.
[/step]