Problem
There are balls labelled 1 to . If there are boxes labelled 1 to containing the balls, a legal position is one in which the box containing the ball has number at most the number on the box containing the ball , for every .
There are two types of legal moves: 1. Add a new empty box labelled and pick a box from box 1 to , say the box . Move the balls in each box with (box) number at least up by one box. 2. Pick a box , shift the balls in the boxes with (box) number strictly greater than down by one box. Then remove the now empty box .
Prove it is possible to go from an initial position with boxes with the ball in the box to any legal position with boxes within legal moves.