There are different equivalent ways to prove r6c8<>3 in the following grid.
- Code: Select all
+-------------------+-----------------+------------------------+
| 2358 23458 6 | 3478 17 128 | 9 2358 2358 |
| 358(2) 7 58 | 38 6 9 | 4 1358(2) 1358(2) |
| 9 2348 1 | 348 2(8) 5 | 7 (238) 6 |
+-------------------+-----------------+------------------------+
| 2358 2358 4 | 1 2(8) 7 | (38) 6 9 |
| 6 2(8) 9 | 5 4 3 | 1 7 2(8) |
| (238) 1 7 | 6 9 28 | 5 28-3 4 |
+-------------------+-----------------+------------------------+
| 1 58 58 | 2 3 4 | 6 9 7 |
| 7 6 3 | 9 5 18 | 2 4 18 |
| 4 9 2 | 78 17 6 | 38 1358 1358 |
+-------------------+-----------------+------------------------+
1. The easiest and the shortest way :
r6c8=3->r4c7=8=r3c5=r5c2; r6c1=2=r2c89; r3c8 is empty :=> -3r6c8
2. The detailed cascade of True and False candidates (Triangular Matrix) :
- Code: Select all
3r6c8
3r4c7=8r4c7
8r4c5=8r3c5
8r5c9=======8r5c2
3r6c1=============8r6c1=2r6c1
2r2c1=2r2c89
3r3c8=======8r3c8=============2r3c8
3. The Triangular Matrix written on a single line as in the Eureka notation :
(3=8)r4c7-[8r4c5=8t#r3c5 and 8r5c9=8r5c2]-(8=[3z*=]2)r6c1-2r2c1=2r2c89-(2=[8t#]=]3)r3c8 -> 3r4c7=3r6c1=3r3c8 :=> -3r6c8
Note : t# refers to a "previous" candidate used in the chain (memory effect), z* to a candidate seeing the elimination. Due to the included branching, this is an nrczt-braid.
4. As a reinterpreted chain containing an AAIC :
(3=8)r4c7-8r4c5.r5c9=8r3c5.r5c2-8r3c8.r6c1=*WWing[(3=*2)r3c8-2r2c89=2r2c1-(2=*3)r6c1] -> 3r4c7=3r3c8=3r6c1 :=> -3r6c8
5. As an AWWing (
eleven's interpretation) :
WWing[(3=2)r3c8-2r2c89=2r2c1-(2=3)r6c1]
||
8r3c8-8r3c5=8r4c5-(8=3)r4c7
||
8r6c1-8r5c2=8r5c9-(8=3)r4c7
-> 3r3c8=3r6c1=3r4c7 :=> -3r6c8
6. As a Kraken Cell (
daj's interpretation) :
3r6c1-3r3c8
||
8r6c1-8r5c2=8r5c9-(8=3)r4c7-3r3c8
||
2r6c1-[2r12c1 and 2r6c6=2r1c6-2r1c12]=2r3c2-(2=83)r3c58-3r3c8
corresponding to the following Triangular Matrix :
- Code: Select all
3r6c8
3r4c7=8r4c7
8r4c5=8r3c5
8r5c9=======8r5c2
3r6c1=============8r6c1=2r6c1
2r6c6==2r1c6
2r12c1=2r1c2=2r3c2
2r3c5=8r3c5
3r3c8================================2r3c8=8r3c8
7. ...
Final note : all the "interpretations" of an elimination based on the same set of SIS can be read in the same Triangular Matrix, as the TM can be read from any row or from an "easy" interpretation of some rows.
JC