#Show that $1(n-0) + 2(n-1) +...+(n-1)2 + (n-0)1 = \binom{n+2}{3}$
1 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
why is your background like that
vscode
lol
yes a background looks good
- start by writing the LHS as a sum with sigma notation
right yeah i did, but it didnt help with me that much
- *3 elements {a, b, c} as (a, b, c) might be taken as an ordered tuple
$\sum_{k=0}^{n} (n-k)(k+1)$
best to let S={1,...,n+2} for ease of use too
i see
now to the actual substance of the proof
how does picking n "b" 's divide S into 2 sets?
do you mean, "it leaves 2 elements"
basically my logic was picking some middle number, a start number and an end number
say we have 1 2 3 4 5 6
if i pick 2 as b, then i have 1 and 3 4 5 6
so we have 1*4 ways to get the a and b
if i pick 3 as b, i have 1 2 and 4 5 6
so 6 ways
this was what i meant
why?
we have 2 as b. We can pick a in 5 ways from 1,3,4,5,6
it'd be the same if b were 3
@mild rose
you there?
i had to go to sleep
no, i pick 3 values
if we choose b=2 and from that divide the set into 2 sets, {1} and {3, 4, 5, 6}, we can pick a from the first set, A, and pick c from the second set, B
sorry for the cutoff
dope, I want that too, please teach me
The idea of the proof seems fairly solid
also, as coffey said, it is enough to pick S = {1, ..., n+2}
So that you can explicitly mention what A and B are
Namely, we can count the ways of selecting (a, b, c) from S = {1, ..., n+2} by:
- distinguishing cases over each choice b = 1, ..., n
- for each choice b, denote then denote A_b = {1, ..., b-1}, and B_b = {b+1, ..., n+2}, then ...
Though, it isn't entirely clear why you can only pick a from A and c from B
as in, why can't you pick them both from A
out of curiosity, can't you evaluate this directly?
$\sum_{k=0}^{n} (n-k)(k+1) = \left(\sum_{k=0}^{n} (n-k)\right) + \left(\sum_{k=0}^{n} (n-k)k \right)$
Rion
The first term easily n(n+1)/2
vscode background extension
the second term you can probably cheese too
no, i am supposed to reason that they are the same answer to counting questions
these are exercises on combinatorial proofs section
I see, however my question remains unanswered
regarding why you cannot pick both a and c from the same side
for a select b
or c from A and a from C, for that matter
because it would get counted multiple times
basically you're enforcing a constraint that a < b < c
yeah
Also, in terms of the notation |A|
ignore this if it is irrelevant, but the cardinal of a finite set, which is equal to the number of elements in that set, is actually not defined as that
as in, it is defined as something else but just happens to match
when a set A is in bijection with a set in the form {1, ..., n}, then the cardinal is defined as that only n
it's really weird shit, but basically since mathematicians decided that it wasn't easy to count in arbitrary sets, they would instead count by doing 1-1 pairs with all elements of {1, ..., n}
and then there's a bunch of elementary theorems about said mappings, blabla
i see, but the book author seems to not mention that when he gave the definition of cardinality
anyway, taking S = {1, ..., n} will remove all the ambiguity about both cardinality and ordering
though i understand why
Counting is a very difficult task, sometimes you don't even know what you're dealing with
but counting by doing bijective mappings to a set you can actually count, seems to work in our mind
the reasoning generalizes to countability in general, so a set is countable when it is in bijection with N
ah that