I just started working on Induction, and I have one particular problem that I don't understand:
Prove that $1+3+5+...+(2n−1)=n^2$ for any integer $n≥1.$
$n = 1$ :
$1 = 1^2$
$n = k$ :
$1+3+5+...+(2k−1)=k^2$
$n = k+1$ : (this is where I have a problem)
I thought that you simply substitute k+1 for n, yielding $1+3+5+...+(2k+1)$, but the correct equation is actually $1+3+5+...+(2k−1)+(2k+1)$. Where did that extra term $2k-1$ come from?
My apologies if this is a simple answer, but this is all new to me. Thanks in advance