1

Let $H:=\{2,3,4,\dots,n+1\}$. Show that $$\sum_{\emptyset \neq S\subset H}\prod_{i\in S}\frac{1}{i}=n/2.$$ For example, with $n=3$, we have $\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+\frac{1}{2\cdot 3}+\frac{1}{2\cdot 4}+\frac{1}{3\cdot 4}+\frac{1}{2\cdot 3\cdot 4}=\frac{3}{2}.$

I tried induction but it leads to too many terms to deal with for the inductive hypothesis. How do I prove this, with induction or otherwise?

tmaj
  • 715

1 Answers1

2

Hint: In general $$\sum_{\emptyset\ne S \subset H} \prod_{i\in S} a_i = \prod_{i\in H} (1+ a_i) - 1$$

orangeskid
  • 53,909