»  Solutions to puzzles in my VDARE.com monthly Diary

  September 2024

—————————

In the Math Corner of my September 2024 Diary I posted the following brainteaser.

Brainteaser:  Here's a little oddity from the September issue of Math Horizon magazine. It's actually from what they call their Carousel:  "an old problem that we like so much, we thought it deserved another go-round." It may be old to them, but it was new to me.

As an illustrative example, consider the set of the first four integers (i.e. whole numbers): {1, 2, 3, 4}. Now:
This doesn't just work for 4, it works for any positive integer. If you start with {1, 2, 3, …, n}, form all 2n−1 possible non-empty subsets, compute the product of the members for each subset, and add together the reciprocals of those products, you get n.

OK, so … prove it!

—————————

¶  Solution.

The statement we have to prove is that the sum of the reciprocals of the products of the members of each non-empty subset of {1, 2, 3, …, n} — call it S(n) — is equal to n for all integers n.

First, look hard at that list of subsets for n = 4.

With all that in mind, proof by induction looks promising for the general case.

Reminder: If we have to prove that some statement is true for all integers n, we can

  1. Prove it true for n = 1, then

  2. Prove that if it is true for some integer n, then it must also be true for n + 1.

That is proof by induction.

The statement we have to prove is that S(n), as defined — the sum of the reciprocals of the products of the members of each non-empty subset of {1, 2, 3, …, n} — is equal to n.

To prove that by induction we have to show that

  1. S(1) = 1, and

  2. If  S(n) = n for some integer n, then S(n + 1) must be n + 1.

If n = 1, the only non-empty subset is {1}, the "product" (with only one number in the subset, we don't have to do any actual multiplying) is 1, and the reciprocal is 1, so the statement is true. Halfway there!

For some n greater than 1 we can follow the logic of n = 4: divide the list of subsets into sublist A (no subset contains n) and sublist B (every subset contains n). This easily yields the corresponding result:

S(n + 1) =  S(n) + S(n) / (n + 1) + 1 / (n + 1)

Here induction kicks in.  If  S(n) = n, that works out to n + 1.   QED.