I was trying to prove this. Have problems to "pull apart" the first sum to put it down to the induction base (n - 1). Base and step are otherwise clear. Could you please help me?
2026-05-15 12:42:00.1778848920
On
How to prove $\sum_{k=n}^{2n} k = 3 \sum_{k=1}^n k $ with complete induction?
62 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
A slight variation:
Suppose $\sum_{k=n-1}^{2(n-1)} k - 3 \sum_{k=1}^{n-1} k = 0 $.
Then
$\begin{array}\\ \sum_{k=n}^{2n} k - 3 \sum_{k=1}^{n} k &=(\sum_{k=n-1}^{2(n-1)} k-(n-1)+2n-1+2n - 3 (\sum_{k=1}^{n-1} k+n)\\ &=\sum_{k=n-1}^{2(n-1)} k-\sum_{k=1}^{n-1} k+ (-(n-1)+2n-1+2n - 3 k)\\ &=0+0\\ &=0\\ \end{array} $
and we are done.
Let's do an induction proof, using the hint of @André Nicolas :