XY-Chains link bi-value cells together to make distant eliminations.
A chain of bi-value cells where each cell shares one candidate with the next.
Chain: {A,B} - {B,C} - {C,D} - {D,E} and so on.
If chain starts with {A,B} and ends with {Y,A}, then A can be eliminated from cells seeing both ends.
Can be any length - longer chains are harder to spot.
Very powerful but requires strong pattern recognition.
Foundation for more complex chain techniques.
Chain: {1,3} - {3,7} - {7,9} - {9,1}. Cells seeing both first and last cell cannot be 1.