Direct Hidden Pair

Direct Hidden Pair combines a Hidden Pair elimination with the single it immediately creates. 2 digits have possible positions whose union is exactly 2 cells in one sector; the digits do not need identical candidate distributions.

What is Direct Hidden Pair?

First establish the Hidden Pair by counting the union of the selected digits’ positions. Remove other candidates from those 2 reserved cells. If that removal leaves another digit with one possible position in a sector, report the resulting Hidden Single placement as part of the same direct deduction.

How to spot it

Track positions for each digit rather than searching only for 2 identical candidate lists. After finding a 2-digit/2-cell union, apply its internal eliminations and check affected rows, columns, and boxes for a digit reduced to one position.

The logic

The hidden subset reserves its 2 cells for its 2 digits, so other candidates leave those cells. If one of those removals leaves a digit with a single position in any affected sector, that candidate is true. The direct name combines these two sound steps.