Note that I am no expert for set equivalence theory, maybe others can tell you more.
As i see it, it is no special technique, which you can implement easily to get eliminations, but it uses a general property of sets of cells, which are combinations of some units (rows, columns or boxes). If two of such sets contain the same number of cells, then you know, that also the non intersecting cells in both sets must contain the same numbers. If one set has one more unit than the other, then it's non intersecting cells must contain the other's numbers plus each digit from 1 to 9.
If it's possible to find useful sets (normally with - almost - disjunctive givens in them), you possibly can deduct candidate elminations from this property.
The eliminations i saw in the samples could also be made with one digit patterns (x-wing to jellyfish) or MSLS (multi sector locked sets), maybe there are others with more complex sets.
What i really like is, that you can make eliminations from the givens without looking at all the candidates.
E.g. this is the sample, which has been presentedby Smart Hobbies on yt
here.
- Code: Select all
v v v v v
+-----------+-----------+-----------+
> | #9 - - | - - #8 | #7 #6 - |
| . *. *. | *1 *9 . | . . *. |
| . . 2 | . . . | . . . |
+-----------+-----------+-----------+
| . *3 *. | *b *b . | . . *. |
| . *9 *. | *b *b . | . 1 *6 |
> | #8 - - | - - #a | #5 #9 - |
+-----------+-----------+-----------+
> | #7 - - | - - #6 | #8 #5 - |
> | #5 - - | - 8 #9 | #6 #7 - |
| . *. *. | *. *5 . | . . *4 |
+-----------+-----------+-----------+
The sets are built from rows 1678 and columns 23459, the non intersecting cells are marked # and *. There is only the one non given cell ar6r6 in the #-ed cells, and they contain numbers 5-9 only.
The *-ed cells contain 1,2,3 and 4 one time each. If there is another one of the four in the *-ed cells, the cell a had to be the same, otherwise the other 4 occurances had to be in the common cells (-).
So br45c45 cannot be 1234, because it shares the box with a. This solves the puzzle (easier than with 4 jellyfish).
[Added:] Or look, how easy SK loop eliminations can be shown, e.g. in the easter monster puzzle with the Phistomefel sets:
- Code: Select all
# # # # #
+-----------+-----------+-----------+
* | *1 - *. | - - - | *. - *2 |
| . #9 . | #4 #. #. | . #5 . |
* | *. - *6 | - - - | *7 - * |
+-----------+-----------+-----------+
| . #5 . | 9 . 3 | . #. . |
| . #. . | . 7 . | . #. . |
| . #. . | 8 5 . | . #4 . |
+-----------+-----------+-----------+
* | *7 - * | - - - | *6 - * |
| . #3 . | #. #. #9 | . #8 . |
* | * - *2 | - - - | * - *1 |
+-----------+-----------+-----------+
r1379, and c24568, * non common cells in rows, # in columns excluding box 5 to get 16 cells each.
8 digits from 1267 in starred cells, 8 free cells in #, none of 1267 there => the free cells only can be 1267 (remove 34589 there).
8 digits from 34589 in # => the 8 free * cells can only be 34589 (remove 1267).
PS: It's a pity, that there is no site, where the theory is explained and groups of real world examples are described. It's really cumbersome to look at youtube videos, where so much time is wasted, if you just want to understand the basics, potential and limits.