I am getting confused on adding Fibonacci numbers. For example I know that:
$\mathrm{F}_\mathrm{K+1}+\mathrm{F}_\mathrm{K}=\mathrm{F}_\mathrm{K+2}$
But I believe my logic is flawed. The way I am thinking about this is that if you add $\mathrm{F}_\mathrm{K+1}$ to $\mathrm{F}_\mathrm{K}$ it would become $\mathrm{F}_\mathrm{K+2}$ because you have added a $\mathrm{F}_\mathrm{K}$. I do not understand why or how the following is true
$\mathrm{F}_\mathrm{K}+\mathrm{F}_\mathrm{K-1}=\mathrm{F}_\mathrm{K+1}$