Can You Help Prove This Combinatorial Identity?

  • Context:
  • Thread starter Thread starter Lancelot1
  • Start date Start date
  • Tags Tags
    Identity
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
Lancelot1
Messages
26
Reaction score
0
Dear All,

I am trying to prove the following identity:

\[\binom{n}{k}=\binom{n-2}{k}+2\binom{n-2}{k-1}+\binom{n-2}{k-2}\]

My attempt was based on transforming the binomial coefficients into fractions with factorials, and then elimintating similar expressions. Somehow it didn't work out.

I believe that this proof shouldn't be too long. Can you assist ?Thank you in advance.
 
Physics news on Phys.org
Using Pascal's identity,
\[
\binom{n}{k}=\binom{n-1}{k-1}+\binom{n-1}{k}=\left[\binom{n-2}{k-2}+\binom{n-2}{k-1}\right]+\left[\binom{n-2}{k-1}+\binom{n-2}{k}\right]=\binom{n-2}{k-2}+2\binom{n-2}{k-1}+\binom{n-2}{k}.
\]
The identity itself has both algebraic and combinatorial proofs.
 
Please this:
##2^{p-1}\left(2^{p}-1\right)=\sum_{k=0}^{n=\left\lfloor\frac{p-1}{4}\right\rfloor}\binom{2p+2}{4k+p-4n-1}##
 
Reply
  • Like
Likes   Reactions: PeroK