Let's prove the stronger claim that $a_n,b_n \in \mathbb{Z^+}$ and ${a_n}^2 - 2{b_n}^2 = 1$. So $\lim\limits_{n \rightarrow \infty}{\dfrac{a_n}{b_n}} = \sqrt{2}$ among other things.
Using the binomial theorem* you can establish that $(3 - 2\sqrt2)^n = a_n - b_n\sqrt2$ as $\sqrt2$ terms arise from odd powers of $(-2\sqrt2)$. These always have a negative sign.
* Pertinent to the the binomial theorem:
- The binomial theorem can be proved combinatorially. See Combinatorial Proof of Multinomial Theorem - Without Induction or Binomial Theorem.
- All powers of $3$ and all even powers of $2\sqrt2$ in expansions of both $(3+2\sqrt2)^n\text{ and }(3-2\sqrt2)^n$ are whole numbers. Likewise, odd powers of $2\sqrt2$ are whole multiples of $\sqrt2$.
- For positive integer exponents, all binomial coefficients are whole numbers (combinatorial combinations)
Then you have (for some $a_n, b_n$ which are integers by the above):
$\begin{align}
(3+2\sqrt{2})^n&=a_n+b_n\sqrt{2} \\
(3-2\sqrt{2})^n&=a_n-b_n\sqrt{2}
\end{align}$
which solves to (including the case $n=1$)
$a_n = \dfrac{1}{2}[(3+2\sqrt2)^n+(3-2\sqrt2)^n] \tag{1}$
$b_n = \dfrac{1}{2\sqrt2}[(3+2\sqrt2)^n-(3-2\sqrt2)^n] \tag{2}$
Now $(3+2\sqrt2) > (3-2\sqrt2) > 0 \implies (3+2\sqrt2)^n > (3-2\sqrt2)^n > 0$, so both $a_n, b_n \ge 1$.
With these expressions for $a_n, b_n$, we can compute
$\begin{align}
{a_n}^2-2{b_n}^2 &= \dfrac{1}{4}[(3+2\sqrt2)^{2n}+2+(3-2\sqrt2)^{2n}] - 2\times\dfrac{1}{8}[(3+2\sqrt2)^{2n}-2+(3-2\sqrt2)^{2n}] \\
&= \frac{1}{2} + \frac{1}{2} \\
&= 1
\end{align}$
which is therefore an identity for all $n \in \mathbb{Z^+}$.