- Code: Select all
..1 .8. 6.4
.37 6.. ...
5.. ... ...
... ..5 ...
..6 .1. 8..
... 4.. ...
... ... ..3
... ..7 52.
8.2 .9. 7..
Through logic, I reach this state in the middle "row of groups":
- Code: Select all
12379 124789 349 | 2789 2367 5 | 12349 134679 12679
2379 2479 6 | 279 1 29 | 8 34579 2579
12379 12789 5 | 4 2367 2689 | 1239 13679 12679
Notice in the middle row, the 3's and 4's. There are a pair of each, and the pairs intersect at the 8'th column. Late one night I assumed this meant I could exclude 5,7,9 from the 8th column because either a 3 or a 4 must go in that square. But now I see no way of saying that without excluding the other options.
I did prove that this must be the case, in fact the eighth column's number must be a 3. But I had to do it by assuming a 5,7,9 in that possition, then proving it leads to a contradiction. This is a rather large branch of logic and my work on this puzzle, still largely unfinished, is 16 pages!
...
Another sample, one I've not proved but is the same sort of generalization, is with this puzzle:
- Code: Select all
.96 ... .1.
.5. 6.. 7..
..1 8.. ...
5.. .94 .68
.6. ... .4.
97. 16. ..5
... ..1 3..
..5 ..2 .7.
.1. ... 59.
Through basic steps, the bottom right group (3x3) is:
- Code: Select all
3 28 246
468 7 1
5 9 24
The same reduction applied here would drop the 4 from 4,6,8.
Is there a logical way to say the following?
In any row, column, or group, where two pairs intersect, you can exclude the other numbers from the intersecting square.