#Combinatorics proof
56 messages · Page 1 of 1 (latest)
here is what I did
it doesn't let me zoom in so I can't see your work properly
Consider n objects and we choose k of them
Now label one of these objects as "special". Either the "special" object is one of those k in which case we have n-1 remaining objects and need to choose k-1 more. Otherwise we don't choose the "special" object and we have n-1 remaining objects and have to choose k
Combinatorical proof >>>> algebraic proof
(this is called pascal's identity btw)
Could not wrap my head around this the first time I saw it but it’s a cold proof
Here’s mine it’s the same as arizus but a little more explaining
❤️ will read in a sec
this is like that trin q
subsets of {1,2,3,...,n} either involving 1 or not
what question?
if you want to do it along the same lines as the first part you consider subsets involving 1,2, both, or neither
this u can induct probably
or
binomial expansion of (1+1)^n
ah I see
ty
pls explain a bit more
well (1+1)^n = nC1 + nC2 + ...
Once u've seen it once u can't unsee it 🤷♂️
fair lol
Sum of pascal triangle rows >
Btw the combinatorical proof is by considering how many subsets there are of {1,2,3,...,n}
Which u can count in 2 ways
😮
wait, why is this significant?
Sum of each pascal row is double the previous one
You can use your original questions proof to prove that
how 💀 ?
Combinatorics proof
^
1+3 = 4
Using nCr
I cba to type it rn
yeah I get how its true, but how does the original proof prove that?
I guess u can look at it like this, n-1Ck + n-1Ck-1 is the two numbers of Pascal’s triangle from the previous row adding to make the number in the next row (1+3)
There fore the next row after the third one is 1+1+3+3+3+3+1+1
The previous row had 2 3s, the next one is adding 4 3s
Same with 1s