Proven Sudoku

Techniques / Uniqueness

Uniqueness techniques: unique rectangles and BUG

Arguments from the fact that the puzzle has exactly one solution.

21 techniques in this family, introduced at tier 6, 2 with a worked example from a real board. How to read a sudoku grid explains the notation used below.

What these have in common

Every move in this family reasons about the puzzle as a made thing, not just as a grid. They ask what layout would give the puzzle two answers. Then they rule it out, because a well made puzzle has one.

Why the logic holds

Picture four cells at the corners of a box shape. They span two rows, two columns and two boxes. They hold only the same two digits. You could fill them two ways, and both obey every rule. So a puzzle with that shape in it has at least two answers. A well made puzzle does not, so something must break the shape. That something is your elimination. The Bivalue Universal Grave runs the same idea over the whole grid. If every open cell held just two digits, and each digit showed up twice in every house, the grid would have two answers. So the one candidate that breaks the pattern is true.

When to reach for it

On a grid that has gone quiet and is full of two digit cells, which is where these shapes live. Scan for two cells holding the same pair in the same two columns. That is usually enough to turn one up.

How the members differ

The Unique Rectangle types are a list of what else sits in the fourth corner. Type 1 keeps the spare digits in one cell, which is the tidiest case. Types 2 through 6 spread them out, and each gets its own move. Hidden and Extended rectangles bend the shape. Avoidable Rectangles run the same idea using digits you have already placed. The BUG forms count how far the grid sits from that flat state.

The mistake to avoid

This is the one family that can hand you a wrong answer rather than no answer. Every move here assumes the puzzle has just one solution. If that is false, so is the conclusion. So never use one on a grid you made up, or on a puzzle from a source you do not trust, or to test whether a puzzle is sound. Each page in this family carries that warning for the same reason.

Start with Unique Rectangle Type 1. Three corners of the rectangle hold only the two numbers.

Every technique in this family