I have been working on proving that $(-1)^{n+1}$ = $(-1)^{(n-1)}$ by mathematical induction. Is this the correct proof?
Formula:
$(-1)^{n+1} = (-1)^{n-1}$
Chose $n = 2$. $-1 = -1$. True for $n = 2$.
Assumption:
$(-1)^{n+1} = (-1)^{n-1}$
Case n+1:
$(-1)^{(n+1)+1} = (-1)^{(n+1)-1}$
$(-1)^{n+2} = (-1)^{n}$
Divide by $-1$ on both sides.
$(-1)^{n+1} = (-1)^{n - 1}$
This is the same as the assumed formula, so the statement is proven.