Alright, so I was wondering if the following is a well known identity or if its existence provides any real benefits other than serving as a time-saver when dealing with higher values for combinations.
After screwing around with some basic combinations stuff, I noticed the following:
$$ \sum_{i=1}^{n-1} i = \begin{pmatrix}n\\2\\ \end{pmatrix}$$
To prove this, I used Gauss' method to simplify the summation, and I wrote n choose 2 in terms of factorials to simplify the right side.
$$ \frac{ (n-1) n } {2} = \frac{ n! } { (2!) (n-2)! } $$
$$ 2!(n-2)!(n-1)(n) = 2n! $$
$$ 2(n-2)!(n-1)(n) = 2n! $$
$$ (n-2)!(n-1)(n) = n! $$
$$ n! = n! $$
I did this on lunch break one day over the summer. I'm in high school, so my math skills are very subpar on this forum, but I was hoping some people might discuss it and/or answer my aforementioned questions. I didn't see anything about it on here or Google, for that matter. If you found this banal or rudimentary, just let me know and I'll refrain from posting until I come up with something more interesting. Regardless, I hope you found it worth your time.
I assume, then, that this is a common proof?
– Leonidas Lanier Aug 18 '15 at 00:27Considering I'm new to $ LaTeX $ , I don't feel like showing the work on here, haha. Thanks for the example, though!
– Leonidas Lanier Aug 18 '15 at 00:50Speaking of which, what do you call multiplying a series of integers with $ \prod $ ? I would think production, but I'm pretty sure it's something else.
– Leonidas Lanier Aug 18 '15 at 00:55Yeah, in my comment to the only reply on this thread, I talked about something similar where you put n choose 3, n choose 4, etc. in terms of summations.
But yeah, I'll definitely mess around with the summation you just posted.
– Leonidas Lanier Aug 18 '15 at 02:10