The rule of parity in Killer Sudoku ignores the digits in a cage and looks only at whether they are odd or even. That sounds like throwing information away, but it is often the one thing a stubborn cage will tell you, and it can wipe out half of a cell's candidates in a single line of arithmetic.
Adding two even numbers gives an even number. Adding two odd numbers also gives an even number. Only an odd count of odd digits produces an odd total. So the parity of a sum is fixed by how many odd digits go into it, and nothing else.
Now take any group of cells with a known total: a cage, or a group produced by the 45 rule, since every row, column and box totals 45. Classify each cell as odd-only, even-only or mixed, according to its remaining candidates. If exactly one cell is mixed, its parity is forced — the others already decide the parity of everything else, and the total decides the rest. Every candidate of the wrong parity in that cell can go.
{2, 4}, {1, 3, 5} or similar single-parity sets.cage 22 in 4 cells
r2c5 {2,4} all even
r3c5 {6,8} all even
r3c6 {1,3,5} all odd
r4c6 {1,2,3,4,6,7,9} mixed <- the cell to solve
22 is even
even + even + odd + ? = even -> ? must be odd
r4c6 -> {1,3,7,9} (2, 4 and 6 removed)
Three of the four cells have a settled parity: two contribute even digits and one contributes an odd digit. An even plus an even plus an odd is odd, so the fourth cell has to supply another odd digit to bring the total back to even. Three candidates disappear without a single combination being written out. A valid filling such as 2 + 6 + 5 + 9 confirms the arithmetic.
| Sum of the group | Number of odd digits in it | Two-cell case |
|---|---|---|
| Even | Even count: 0, 2, 4, … | Both odd or both even |
| Odd | Odd count: 1, 3, 5, … | One odd and one even |
{3, 4} is mixed.Parity belongs to the tough tier and turns up from hard Killer Sudoku upwards, usually late in a solve when several cells have been narrowed but none is settled. It is cheap to test, so it is worth a sweep whenever a puzzle stalls with lots of two-candidate and three-candidate cells and no obvious cage to enumerate.