Consider this grid, with a type 5 UR in R14C12.
- Code: Select all
13* 135* 8 | 15 27 67 | 9 46 246
12 6 4 | 18 3 9 | 5 7 28
9 57 27 | 568 268 4 | 1 3 268
----------------------+-----------------------+----------------------
135* 13* 9 | 68 68 2 | 7 45 34
567 8 67 | 4 1 3 | 2 56 9
4 2 36 | 7 9 5 | 8 1 36
----------------------+-----------------------+----------------------
3678 37 1367 | 9 67 18 | 4 2 5
28 4 12 | 3 5 18 | 6 9 7
67 9 5 | 2 4 67 | 3 8 1
Now, since one of the 5s in the UR must be true, they can be considered as forming a strong link between their respective corners. Also, note that the 1s form a conjugate pair in both column 2 and row 4, so we have strong links in those units as well.
That means that we have a tiny discontinuous Nice Loop:
- Code: Select all
R4C2=1=R4C1=5=R1C2=1=R4C2 => R4C2=1
This handy conclusion can be reasoned as follows; If R4C2 was NOT 1, the corners R1C2 and R4C1 would be one instead (they were the only 1s left in the column and row, respectively). This would eliminate the 5s from the corners, and result in a deadly pattern (i.e. we could swap the 1s and 3s in the corners and still have a valid grid).
So, there you have it. Not superfantastically easy to spot, but not too hard either. And it can often lead to a swift placement of a couple of numbers. One at least.
Vidar