udosuk wrote:As for the "transport" concept, I can understand the logic but it's hard to express it systematically. I guess I better leave it to Steve to elaborate himself.
Here is another example of it from the same grid:
- Code: Select all
.---------------.---------------.---------------.
| 3 15 2 | 68 689 4 | 159 7 569 |
| 9 7 4 | 1 26 5 | 8 3 26 |
| 15 6 8 | 7 29 3 | 159 4 259 |
:---------------+---------------+---------------:
| 8 35 35 | 2 1 6 | 4 9 7 |
| 2 19 19 | 3 4 7 | 6 5 8 |
| 6 4 7 | 9 5 8 | 3 2 1 |
:---------------+---------------+---------------:
| 17 8 13 | 45a 37 9 | 2 6 45- |
| 45* 359 6 | 458A 38 2 | 7 1 459*|
| 47 2 59 | 46 67 1 | 59* 8 3 |
'---------------'---------------'---------------'
The *'d cells form an xyz-wing with no eliminations. Such an xyz-wing implies that
- Code: Select all
r8c1=5 or r8c9=5 or r9c7=5.
Now, the 5 in r8c1 is weakly linked to the 5 in r8c4, which is strongly linked to the 5 in r7c4. Thus if r7c4<>5, then r8c1<>5. So in effect, we've transported one of the points (r8c1) of the xyz-wing to another point (r7c4) and we conclude that
- Code: Select all
r7c4=5 or r8c9=5 or r9c7=5
As r7c9 is weakly linked to all 3 cells, we conclude r7c9<>5 (which as far as I can tell does little to advance the puzzle).
One way to classify the pattern systematically is as an nrcz-chain. This also suggests that one needn't stop at transporting away by one weak and one strong link, but by any nice alternating chain (starting with a weak link). It also suggests that one needn't restrict themselves to only transporting one endpoint. You can transport from both endpoints (or even from both endpoints and the middle piece
).
Another interesting variation is if the two endpoints are connected by transport. Both examples above exhibit this property (thought the first exhibits it in both directions) and it allows you to consider an xyz-wing with only 2 cells
This line of thinking implies in the first example that not only is r8c1<>5, but also r1c2<>5.
[Edit: I'm not so sure any more that one can view it always as an nrcz-chain. Namely, if all three points are transported, it looks like a more complicated nrcz-net to me.]