Rectangle Elimination
Rectangle Elimination is a chaining technique that uses a rectangular pattern of strong and weak links to find eliminations. It combines the logic of conjugate pairs with weak link chains to prove that certain candidates are impossible.
How It Works
The Pattern
The technique requires four cells forming a rectangle across four boxes:
- Hinge cell — Has a strong link (conjugate pair) with another cell
- Strong link partner — The other end of the conjugate pair (different box)
- Wing 1 — Has a weak link to the hinge (perpendicular direction)
- Wing 2 — Completes the rectangle (same row/column as both partners)
The Logic Chain
The elimination works through a chain of implications:
- Assume Wing 1 contains the digit
- Then Hinge cannot contain the digit (weak link — same row or column)
- Then Strong partner MUST contain the digit (conjugate pair — if one is OFF, other is ON)
- Then Wing 2 cannot contain the digit (weak link — same row or column as strong partner)
- Check the fourth corner box — if ALL its candidates for this digit would be eliminated, we have a contradiction
- Therefore Wing 1 cannot contain the digit — eliminate it!
Why It Works
The key insight is that a conjugate pair (strong link) creates a forcing chain. If one cell in the pair is OFF, the other MUST be ON. By building a rectangle around this pair, we can prove that certain positions lead to impossible situations.
Example
S9B027y070n828y8r081m05010804028i8m071i7y067q0n0807057v027y027q060108077y05088e060716027y7q01071601828a030206087q0508067u0u0207060704020301080509q080282078a1r0n1q
In this puzzle:
- R7C2 and R7C6 form a conjugate pair for digit 9 (only two places for 9 in row 7)
- R1C2 has 9 as a candidate (weak link to hinge R7C2)
- R1C6 completes the rectangle
The logic chain:
- If R1C2 = 9
- Then R7C2 ≠ 9 (same column)
- Then R7C6 = 9 (conjugate pair forces it)
- Then R1C6 ≠ 9 (same column)
- Box 2 (containing R1C6) would lose all 9 candidates — contradiction!
- Therefore: R1C2 ≠ 9 — eliminate 9 from R1C2
Visual Pattern
C2 C6
┌──────────┐
R1 Wing1 ─ ─ ─ Wing2
│weak │
│ │
R7 Hinge ═════ Strong
strong link
- ═══ represents the strong link (conjugate pair)
- ─ ─ ─ represents weak links (same row/column)
Row vs Column Based
Row-based: Strong link is in the same row; weak links are in columns Column-based: Strong link is in the same column; weak links are in rows
Both work identically — the rectangle just rotates 90°.
Complexity
Rectangle Elimination is an advanced technique because it requires:
- Finding conjugate pairs across the grid
- Building rectangular patterns spanning four boxes
- Verifying that the fourth box would be emptied
- Following a multi-step logical chain
The app's hint system handles this automatically, highlighting all four cells and the elimination.
Tips
- Look for conjugate pairs first — These are the foundation of the pattern
- Span four boxes — The pattern must cross box boundaries to work
- Check the fourth box — The contradiction must eliminate ALL candidates there
- Use the chain visualiser — Strong links show potential starting points
More Puzzles
- Rectangle Elimination ex. 1
- Rectangle Elimination ex. 2
- Rectangle Elimination ex. 3
- Rectangle Elimination ex. 4
- Rectangle Elimination ex. 5
- Rectangle Elimination ex. 6
- Rectangle Elimination ex. 7
- Rectangle Elimination ex. 8
- Rectangle Elimination ex. 9
- Rectangle Elimination ex. 10
- Rectangle Elimination ex. 11
- Rectangle Elimination ex. 12
Related Techniques
- Simple Colouring — Uses conjugate pairs differently
- X-Wing — Simpler rectangular pattern without chains
- 3D Medusa — More complex multi-digit chaining