QBasicMac wrote:r.e.s. wrote:Here's the point you seem to miss ...
If the candidate list for a cell is initially '126', and then it's determined that it cannot be '16' (i.e., the correct digit cannot be 1 and it cannot be 6), it follows that it must be '2'.
More mantra.
No, I don't miss that. I clearly see it cannot be "16". Zero confusion here.
But it CAN be "1" or maybe "6". It just cannot be "16". I know it cannot be "16". I am not confused on that point.
As I was unable, evidently, to explain, SINCE IT CANNOT BE 16, then 126 must be something else. Here are some possible something else's:
12, 26, 16, 1, 2, 6
Now of this set of possible cases, I am told that, magically, only "2" works.
Right! I can memorize that. But not believe it or understand it.
Mac
No -- it can't be '1' AND it can't be '6'.You don't HAVE to understand why it works if you don't want to. If you have four cells that reside in two columns, two rows and two boxes like this:
- Code: Select all
[ab ] | [ab ]
[ab ] | [abx]
... where 'a' and 'b' are each a single candidate and 'x' is one
or more candidates, you can always reduce it to this:
- Code: Select all
[ab ] | [ab ]
[ab ] | [ x]
But you are asking, why can't it be this:
- Code: Select all
[ab ] | [ab ]
[ab ] | [a ]
That certainly isn't ambiguous, right? But neither is this:
- Code: Select all
[ab ] | [ab ]
[ab ] | [b ]
But that's the point in the first place! Arbitrarily filling in the cell with one of two indistinguishable possibilities doesn't
eliminate the ambiguity, it
demonstrates it.
QBasicMac wrote:But it CAN be "1" or maybe "6". It just cannot be "16". I know it cannot be "16". I am not confused on that point.
Actually you are. It cannot be a 1 or a 6 because of the underlying 2-row/2-column/2-box structure. There is no additional piece of information that you will be able to get from anywhere else within the Sudoku that will have influence on just ONE of these cells. Any additional data will effect either TWO of these cells or NONE of them. (Yes, the cell *could* be a 1 or a 6 -- if and only if it were GIVEN that it were in the original set of clues! The puzzle setter has the right to make arbitrary placements, the solver does not.)
For example:
- Code: Select all
[12 ] | [12]
[12 ] | [123]
If there were a '1' (or a 2) somewhere else in row two (or column 2 or box 2), it would lead to a contradiction:
- Code: Select all
[1 ] | [1 ]
[2 ] | [23]
A '1' or a '2' in any OTHER row, column or box will have NO EFFECT on these cells.