Allow me to describe the kind of symmetry this puzzle has.
Consider the typical numbering of cells within a box.
- Code: Select all
+-------+-------+-------+
| 1 2 3 | 1 2 3 | 1 2 3 |
| 4 5 6 | 4 5 6 | 4 5 6 |
| 7 8 9 | 7 8 9 | 7 8 9 |
+-------+-------+-------+
| 1 2 3 | 1 2 3 | 1 2 3 |
| 4 5 6 | 4 5 6 | 4 5 6 |
| 7 8 9 | 7 8 9 | 7 8 9 |
+-------+-------+-------+
| 1 2 3 | 1 2 3 | 1 2 3 |
| 4 5 6 | 4 5 6 | 4 5 6 |
| 7 8 9 | 7 8 9 | 7 8 9 |
+-------+-------+-------+
If you take the set of all cells with the same number, you a set like the following.
- Code: Select all
+-------+-------+-------+
| X . . | X . . | X . . |
| . . . | . . . | . . . |
| . . . | . . . | . . . |
+-------+-------+-------+
| X . . | X . . | X . . |
| . . . | . . . | . . . |
| . . . | . . . | . . . |
+-------+-------+-------+
| X . . | X . . | X . . |
| . . . | . . . | . . . |
| . . . | . . . | . . . |
+-------+-------+-------+
Moving any of these sets on the mini-diagonal towards the bottom right (wrapping within each box) yields 1=>2, 2=>3, 3=>1, 4=>5, 5=>6, 6=>4, 7=>8, 8=>9, 9=>7. Note how elements of each of the following sets stay within themselves, {1, 2, 3}, {4, 5, 6}, {7, 8, 9}. If my hunch is correct than the fact that it cant be shown false from the givens implies that it must be true for the completed puzzle. I haven't yet found a counterexample and I currently have a vague idea of how I would go about proving it.
Others have noted that boxes 2 and 7, as well as 3 and 4 are the same. This symmetry and the fact that cell 1 in each box is the same is sufficient to show this.