Re: Mathematical Induction
First, show n=1 is true. Then we assume 2 is a factor of \(\displaystyle k^{2}-k\)
equivalently, \(\displaystyle k^{2}-k=2p\) for some integer p.
We want to show that \(\displaystyle P_{k+1}\) is true. Namely, 2 is a factor of:
\(\displaystyle (k+1)^{2}-(k+1)\)
\(\displaystyle =k^{2}+2k+1-k-1\)
Rearrange terms:
\(\displaystyle =\underbrace{(k^{2}-k)}_{\text{2p}}+2k\)
Now, can you finish?.