SashaT9's blog

By SashaT9, 4 hours ago, In English

Recently, while working on some combinatorics, I stumbled upon an interesting identity. I haven't seen it mentioned before, so I decided to share it here (with the hope that someone will find it fascinating).

The identity

$$$\displaystyle \sum_{k=0}^{n}(-1)^k\binom{n}{k}(2^{n-k}-1)^m=\sum_{k=0}^{m}(-1)^k\binom{m}{k}(2^{m-k}-1)^n$$$

holds for $$$n, m \geq 1$$$.

I encourage everyone to try to prove it by themselves before reading my proof.

Proof
Corollaries

If you have other proofs of this identity, I would gladly read about them in the comments.

  • Vote: I like it
  • +22
  • Vote: I do not like it

»
4 hours ago, # |
  Vote: I like it +4 Vote: I do not like it

are we actually gonne get this in your next div 3 ...

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

didn't you just switch out $$$n$$$ with $$$m$$$?

  • »
    »
    3 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    yes, but it isn't obvious (at least for me) that switching them out do not change the value of that sum.

    • »
      »
      »
      3 hours ago, # ^ |
        Vote: I like it -6 Vote: I do not like it

      I am probably not getting something here, but isn't that kinda the same thing as using $$$j$$$ in a for loop instead of $$$i$$$?

»
112 minutes ago, # |
  Vote: I like it +1 Vote: I do not like it

Nice. It is discussed here.