Let $AC([a, b])$ denote space of absolutely continuous functions $f:[a, b] \to \mathbb{R}$. Let's define a norm on this space in the following way $$\lvert\lvert f \rvert \rvert = \int \limits_{a}^{b} \lvert f(x) \rvert + \lvert f'(x) \rvert \, dx. $$
I would like to show that $AC([a, b], \lvert\lvert \cdot \rvert \rvert)$ is a Banach space.
Searching for a candidate for the limit of a Cauchy's sequence
Let $f_n$ be a Cauchy sequence in $AC([a, b])$ and fix $\epsilon > 0$. Thus for each $x \in [a, b]$ we do have $\lvert f_n(x) - f_m(x) \rvert < \epsilon$ and $\lvert f_n'(x) - f_m'(x) \rvert < \epsilon$ for $m, n > N_0$.
Because $\mathbb{R}$ is complete thus $f_n(x)$ is pointwise convergent to $f(x)$ and $f_n'(x)$ is pointwise convergent to $f'(x)$. So we found our candidate.
Convergence in norm
Let $N_1$ be such that $\lvert f(x) - f_n(x) \rvert < \frac{\epsilon}{2(b-a)}$ and for $N_2$ we have $\lvert f'(x) - f_n'(x) \rvert < \frac{\epsilon}{2(b-a)}$. Let $N_0 = \max\{N_1, N_2 \}$ and it's obvious that $\lvert\lvert f - f_n \rvert \rvert < \epsilon$.
Now we have to show that $f \in AC([a, b])$
$$\sum \limits_{k = 1}^{N} \lvert f(x_k) - f(y_k) \lvert \le \sum \limits_{k = 1}^{N} \big( \lvert f(x_k) - f_n(x_k) \lvert + \lvert f_n(x_k) - f_n(y_k) \lvert + \lvert f(y_k) - f_n(y_k) \lvert \big) < \epsilon$$
Now we can go with $N \to \infty$ and we do have what we wanted. The same for derivatives.
Is my proof true? I'm not sure whether everything I did with derivatives is done correctly.
I would appreciate any comments, hints or tips.
First note that if a sequence $\{f_n\}_{n\in\mathbb{N}}\subset AC([a,b])$ is a cauchy sequence in the sensee of your norm, then $\{f_n\}_{m\in\mathbb{N}}$ and $\{f_n^{'}\}_{m\in\mathbb{N}}$ are cauchy sequences in the sense of the $L^1$ norm, so you can argue the existence of functions $f$ and $g$ such that $f_n\rightarrow f$ and $f_n^{'}\rightarrow g$ in the sense of the $L^1$ norm. Now observe that $$\begin{align} f(x)=&\lim_{n\rightarrow\infty}f_{n_k}(x)\\ =&\lim_{n\rightarrow\infty}\int_a^x f_{n_k}'(t)dt\\ =&\int_a^x\lim_{n\rightarrow\infty}f_{n_k}'(t)dt\\ =&\int_a^x g(t)dt \end{align} $$ where you can argue the first equality almost everywhere noting that the convergence in $L^p$ implies the sonvergence $a.e.$ of some sub sequence, and the last two equalities using the theorem of dominated convergence. Finally, since the class of absolutely continuous functions is exactly the set of functions that can be represented as the integral of other function and $f'=g$ almost everywhere, this concludes the proof.