Uniqueness techniques

Eliminations that exploit the guarantee of a unique solution by identifying deadly patterns (Unique Rectangles and Unique Loops) and removing the candidates that would create them.

How uniqueness-based Sudoku logic works

Uniqueness techniques apply to a properly constructed Sudoku that is guaranteed to have exactly one solution. A deadly pattern is an unresolved arrangement that could exchange two digits and produce two valid completions. A Unique Rectangle uses four cells in two rows, two columns and two boxes; a Unique Loop extends the same principle around a longer even loop. Because the deadly form cannot remain in a unique puzzle, at least one cell must break it.

The four types describe different ways those extra candidates provide a rescue. Type 1 removes the deadly pair from a single rescue cell. Types 2 and 4 exploit a shared extra candidate or a conjugate relationship, while Type 3 combines the extras with a subset in a common house. These are conditional deductions: they should be used only when puzzle uniqueness is known, not as a general substitute for contradiction testing on an arbitrary grid.