XY-Chain
A longer alternating chain of links that traces a digit (or a sequence of digit pairs) across the board to find a single elimination.
How it works
- 1Every highlighted cell holds exactly two candidates. A1 and A4 share column A and the digit 5; A4 and D4 share row 4 and the digit 6; D4 and D8 share column D and the digit 7.
- 2Suppose A1 isn't 1. Then it's 5, so A4 must be 6, so D4 must be 7, so D8 must be 1 — a two-candidate cell that loses one candidate has no choice left.
- 3So A1 is 1, or D8 is; one end of the chain always holds it. D1 sees A1 along row 1 and D8 down column D, so its 1 goes.
- 4Three links is already past anything a wing can reach, and a real chain often runs much longer before its two ends line up on one digit.
- First colour in the chain
- Second colour in the chain
- Where the conclusion lands
- Candidate ruled out
- Strong link — At least one endpoint must be true.
- Weak link — At most one endpoint can be true.