Hanging Picture Puzzle

Source: Mailed to me by Sudeep Kamath (PhD Candidate UC Berkeley, EE IITB 2008 Alumnus)

Problem:

Suppose we have a portrait hung on a wall using one nail. Now, suppose we hammer another nail next to the existing one and try to use both nails to hang the portrait. If any nail breaks, the portrait continues to hang safely. Can we hang the portrait in such a way that if any one nail breaks the portrait must fall down?

Generalize to k nails: Hang a portrait on k nails such that if any one nail breaks, the portrait must fall down.




Solution:

Highlight the part between the * symbols for the answer.
* Yes, for every k. Think of the string as a word in the nails: passing clockwise around nail i writes the letter i, counter-clockwise writes i^-1. The picture hangs iff the word is non-trivial (cannot be cancelled away), and it falls when, after deleting every occurrence of the broken nail's letter, the remaining word cancels to nothing.

Two nails: loop the string around nail 1 clockwise, then nail 2 clockwise, then nail 1 counter-clockwise, then nail 2 counter-clockwise: the commutator word 1.2.1^-1.2^-1. It is non-trivial, so the picture hangs. Break nail 1: deleting the 1's leaves 2.2^-1, which cancels - the string slides off and the picture falls. Same for nail 2.

k nails (induction): suppose W is a word in nails 1..k-1 that hangs the picture but falls as soon as any one of them breaks. Then the word W.k.W^-1.k^-1 works for nails 1..k. It is non-trivial (in the free group no cancellation occurs across the fresh letter k, so the word does not cancel away), hence the picture hangs. If nail k breaks, the word becomes W.W^-1, which cancels. If nail i < k breaks, W cancels by induction and the word collapses to k.k^-1, which cancels. Starting from W = 1.2.1^-1.2^-1 this builds a hanging for any k nails; the word length grows as L(k) = 2.L(k-1) + 2, i.e. L(k) = 3.2^(k-1) - 2 letters.

This is exactly the Brunnian phenomenon from topology (the same idea as Brunnian links and the picture-hanging puzzles of Demaine et al.): the whole hangs together, but cutting any one strand makes everything fall.

(solution posted by AI)
*

Comments

  1. What if all the nails are vertically aligned and you hang the picture on the lowest nail.

    ReplyDelete
    Replies
    1. It says if any nail breaks, the portrait should fall down which doesn't happen in your case right.

      Delete
  2. @Jim,

    You assume that the picture is actually just literally hanging on a string. I believe the standard hanging picture puzzle assumes that the picture has two points where strings are fixed, much like tied on nails on the picture. With that assumption, your solution will not work.

    But given your assumption, I think your solution is great and amazing.

    Thanks a ton.

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete

Post a Comment

Popular posts from this blog

Polya's Urn Problem: Expected Balls in the Smaller Urn

Lion and Man in a Circular Cage: Can the Lion Catch the Tamer?

Expected Tosses for Consecutive Heads: 2 Heads vs 3 Heads Puzzle