claudiarabia wrote:The only pecularity is that when starting anticlockwise from 7 in r3c9 then at first a naked pair of 35 is emerging in r1c98 which is forming one node in this situation.
Using your ALS in the continuous loop is perfectly legit, but it changes the eliminations a bit. That pair in r1c89 for the anti-clockwise direction means r1c9<>3 is an
invalid deduction, as shown in this counter-example.
- Code: Select all
. . 1 | . . . | . 5 3
. . . | . . . | . . .
. . . | . . . | . . 7
---------+---------+---------
. . . | . . . | . . 8
. . . | . . . | . . .
. . . | . . . | 1 . .
---------+---------+---------
. . 3 | . . . | 2 . .
. . . | . . . | . . .
. . . | . . . | . . .
[
edit: Since digit 1 does not exist in r7 as required by the nice loop below, this counter-example
actually illustrates a contradiction. This means r1c9<>3 is indeed a valid deduction for this set of cells. For the why, see the "edit" below.]
Your continuous loop is expressible as:
r1c3 -3- (ALS:r1c89=3|
5|7=r1c89) -7-
r3c9 -3- r4c9 -8- r6c7 -1- r7c7 =1= r7c3 =3= loop
This loop [
edit: also] potentially eliminates other
5's in r1 and b3.
[
edit: This is an example of "cannibalism" -- cannibalism of the chain. The continuous loop converts weak link
r3c9 -3- r4c9 into a conjugate link. In other words, exactly one of r3c9=3 and r4c9=3 is ultimately true. This yields the elimination r1c9<>3
even though r1c9 is part of the chain.
My apologies to Claudia for doubting her deduction.]