Two sequences of integer numbers $a_n$ and $b_n$ satisfy the following conditions: $$a_1=1$$ $$b_1=2$$ $$a_{n+1} ≡ 5a_n + 1 \ (\text{mod}\ 2022)$$ $$b_{n+1} ≡ 5b_n + 1 \ (\text{mod}\ 2022)$$
for all integer n ≥ 1.
Show that for all $n ∈ Z^+$, $$a_n ≢ b_n \ (\text{mod}\ 2022)$$
I've computed the first few results for n, noticing that $a_n$ = $b_n$ - $5^{n-1}$
I've also tried to start a proof by contradiction, deducing that if the statement was true then
$$5a_{n-1}+1 ≡ 5b_{n-1}+1\ (\text{mod}\ 2022)$$ $$5a_{n-1} ≡ 5b_{n-1}\ (\text{mod}\ 2022)$$
I'm stuck here though.