Prove that $(^{n}_{2}) = 1+2+3+...+(n-1)=\sum^{n-1}_{k=1}k$ for $n \ge 2$
After some time flipping through notes I think I should use the sum of the 1st n natural is $\sum^{n}_{k=1}k=\frac{n(n+1)}{2}$ this looks like it relates right into this if I could figure out how to adapt it to the first n-1 naturals
I thought to simply plug in n-1 for n but I am not sure if that would work, it isn't seem to give me anything useful when I tried to use it. $$\sum^{n-1}_{k=1}k=\frac{(n-1)(n)}{2}$$ Either I did it wrong, I'm not seeing the connection or I'm chasing a goose
since $(^n_2) = \frac{n(n-1)}{2}$ couldn't I simply state that and then say something like therefore it equals $\sum^{n-1}_{k=1}k$ since that also equals $\frac{n(n-1)}{2}$ ?
He said this one would be really easy when we found the trick and the sum of the 1st n naturals is something we did recently.
Proof 1 (Induction)
Base case: When $n=2$ $$\sum\limits_{k=1}^1 k = 1 = \frac{(2-1)\times2}{2}$$
Iterative case: Show $ \forall n : \displaystyle \sum\limits_{k=1}^{n-1} k = \frac{(n-1)n}2 \implies \sum\limits_{k=1}^{n} k = \frac{n(n+1)}{2}$.
$$\sum\limits_{k=1}^n k = n + \sum\limits_{k=1}^{n-1} k\\ \implies \sum\limits_{k=1}^{n} k = n + \frac{(n-1)n}{2} \\ \implies \sum\limits_{k=1}^{n} k = \frac{2n + n^2- n}{2} \\ \implies \sum\limits_{k=1}^{n} k = \frac{n(n+1)}{2}$$
The assumption holds for the base case and holds under iterative step for all $n$, thus by induction:$$\displaystyle \sum\limits_{k=1}^{n-1} k = \binom{n}{2} $$
Proof 2 (Direct)
Let $\displaystyle S_n = \sum_{k=1}^{n} k$
$\implies 2 S_n = 2 (1 + 2 + 3 + \ldots (n-1) + n)$
$\implies 2 S_n = (1 + 2 + 3 + \ldots (n-1) + n) + (n + (n-1) + \ldots + 3 + 2 + 1)$
$\implies 2 S_n = (1+n) + (2+(n-2)) + (3+(n-3)) + \ldots + (n-1 + 1) + (n+1)$
$\implies 2 S_n = n(n+1)$
$\displaystyle \implies \sum_{k=1}^n = \frac{n(n+1)}2$
$\displaystyle \therefore \sum_{k=1}^{n-1} = \frac{(n-1)n}{2} k$
Proof 3 Same but different
$\displaystyle 2 \sum_{k=1}^{n-1} k = \left(\sum_{k=1}^{n-1} k\right) + \left(\sum_{j=1}^{n-1} j\right)$
$\displaystyle 2 \sum_{k=1}^{n-1} k = \left(\sum_{k=1}^{n-1} k\right) + \left(\sum_{k=1}^{n-1} (n-k)\right)$
$\displaystyle 2 \sum_{k=1}^{n-1} k = \left(\sum_{k=1}^{n-1} (k+(n-k))\right)$
$\displaystyle 2 \sum_{k=1}^{n-1} k = \sum_{k=1}^{n-1} n$
$\displaystyle 2 \sum_{k=1}^{n-1} k = n(n-1)$
$\displaystyle \therefore \sum_{k=1}^{n-1} k = \frac{n(n-1)}2$