Captured candidates let you erase a digit from a whole unit without knowing which cell of a cage will hold it. The trick is to look at every way a cage sum can be made and find a digit that turns up in all of them.
A cage with several possible combinations still tells you something, as long as those combinations overlap. If every valid split of the sum includes a 9, the cage must contain a 9 somewhere, even though you cannot say where.
Now check the geometry. If all the cage cells that could take that digit lie inside one unit, that unit's copy of the digit is spoken for. Every other cell of the row, column or box loses it as a candidate. The cage has captured the digit.
| Cage combinations | Captured candidates | |
|---|---|---|
| The cage has | exactly one combination | two or more combinations |
| What you learn | every digit in the cage | one digit that appears in all of them |
| Where you erase | the cage cells and any shared unit | the rest of the shared unit |
| Difficulty | read it off the sum | enumerate, then compare |
It is the same shape of deduction as a pointing pair, with a cage playing the part of the box.
Box 6, with a three-cell cage summing to 22 (cage cells marked C):
. C C
. . C
. . .
Three different digits adding to 22: 5 + 8 + 9 or 6 + 7 + 9.
Nothing else reaches 22 without repeating a digit.
Both combinations contain a 9, so the cage holds a 9 somewhere.
All three cage cells lie inside box 6.
-> remove 9 from the other six cells of box 6.
The cage is L-shaped, so it does not fill a row or a column, but it does fit inside one box, and that is enough. Note also that this cage never gets resolved by the sum alone: you never learn which of its cells holds the 9, and you do not need to.
Captured candidates start to matter on medium Killer Sudoku and stay in constant use above it, especially once innies and outies have trimmed the cage sums for you. They are also the gateway to the harder cage techniques, which all work the same way: enumerate the possibilities, then keep only what they agree on.