Just wanted to ask whether there are any mistakes.
Proof by induction:
$\forall n \in \mathbb{N}: (2a-1)^{n}-1 , a \in \mathbb{N}, $ is an even number.
Base case:
$n=1: (2a-1)^{1}-1 = 2a-1-1 = 2a-2 = 2\cdot(a-1) \rightarrow$ even number
Inductive hypothesis:
Assume that $(2a-1)^{n}-1$ is an even number. So we can say $(2a-1)^{n}-1 = 2k$, for some $k \in \mathbb{N}$.
Inductive step:
$n \rightarrow n+1$, so we have to show $(2a-1)^{n+1}-1 = 2k$
$(2a-1)^{n+1}-1\\ = (2a-1)^{n}\cdot(2a-1)-1 \\= (2a-1)^{n}\cdot(2a-1)-(2a-1)+(2a-1)-1 \\= (2a-1)\cdot[(2a-1)^{n} -1]+(2a-1)-1 \\=(2a-1)\cdot 2k+2a-2 \\ =2\cdot[(2a-1)\cdot k+a-1]$
$\Longrightarrow$ for $n+1$ is an even number
It is correct, as alternative in the induction step we can also use the induction hypotesis as follows
$$(2a-1)^{n+1}-1=(2a-1)\color{red}{(2a-1)^{n}}-1=(2a-1)\color{red}{(2k+1)}-1=2k(2a-1)+2a-2$$