I am currently studying how to prove the Fibonacci Identity by Simple Induction, shown here, however I do not understand how $-(-1)^n$ becomes $(-1)^{n+1}$. Can anybody explain to me the logic behind this?
2026-04-12 22:49:46.1776034186
On
On
How does $-(-1)^n$ become $(-1)^{n+1}$
1.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
0
On
The negative sign outside the parentheses can be re-written as $-1$: $$-(-1)^n = (-1)(-1)^n$$ That first factor of $(-1)$ can be written as $(-1)^1$, so we have $$(-1)^1(-1)^n$$ and finally the two factors can be combined by adding the exponents: $$(-1)^{n+1}$$
0
On
The powers of $-1$ are $$-1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, \ldots$$ If $n$ is odd, then $(-1)^n = -1$, but if $n$ is even then $(-1)^n = 1$. So if you multiply $(-1)^n$ once by $-1$, it is the same as incrementing $n$. (Technically you can also decrement, but you can't generalize that to other negative numbers).
$-(-1)^n=(-1)^1(-1)^n=(-1)^{n+1}$