TechniquesAdvanced

Cage splitting

Decomposing a large killer cage into smaller sub-deductions using the 45 rule across the units the cage passes through.

Published

Cage splitting is the technique of taking a single large killer cage and breaking it into smaller, more tractable pieces by applying the 45 rule along the units the cage crosses. A 7-cell cage spanning two rows and two boxes is hard to reason about as a single unit — the combinations to consider grow combinatorially with cell count. Splitting the cage into the part inside box 1, the part inside box 2, and the part inside row 3 produces three smaller arithmetic deductions, each of which can be solved more cleanly.

How a split runs

Suppose a 7-cell cage with sum 35 spans rows 4 and 5 and lives in boxes 4 and 5. Apply the 45 rule to row 4: the row's nine cells sum to 45, so the cage's cells in row 4 sum to 45 minus the digits in row 4 outside the cage. Apply the same to row 5. The cage's row 4 cells and row 5 cells must add to the cage total of 35, so any constraint on one half propagates to the other.

Each half is now a smaller cage-like structure with a sum target. If the row 4 portion has 3 cells and a derived sum of 18, you've reduced the original 7-cell, 35-sum problem to a 3-cell, 18-sum sub-problem — which has a manageable enumeration of digit combinations and often produces a unique-combinations elimination.

The technique generalises across any number of crossings. Splitting a large cage along its boxes, then along its rows, then along its columns produces increasingly small sub-cages, each of which contributes to narrowing the original cage's possible digit assignments.

When splitting is worth the effort

Most cages don't need splitting — small cages (2-4 cells) are tractable directly, and the 45 rule and innies-and-outies usually handle medium ones. Splitting earns its keep on cages of 5+ cells crossing 2+ units. The signature is a cage whose pencil marks haven't reduced from the standard generator-time set despite simpler killer techniques being applied.

A practical check: count the cage's cells. If it crosses a unit boundary and has more than 4 cells, run a 45-rule decomposition before looking for harder moves. Most of the time the split surfaces something useful within one or two arithmetic steps.

Where it sits in the killer technique hierarchy

Cage splitting is the bridge between basic 45-rule reasoning and more advanced patterns like cage overlap, sum chain, and killer fish. Once you're fluent at decomposing large cages, the harder killer techniques become accessible because they're built on the same arithmetic primitives — applied across multiple cages rather than within a single one.

See also

  • CageIn Killer Sudoku, a contiguous group of cells outlined by a dotted line, with a printed sum the digits inside must add up to. Replaces the classic Sudoku given.
  • The 45 ruleIn Killer Sudoku, the fact that every row, column, and 3×3 box must sum to 45 — because 1+2+…+9 = 45. The foundational arithmetic identity behind most killer techniques.
  • Innies and outiesIn Killer Sudoku, deducing a cell's digit by applying the 45 rule to a unit whose cages partly overlap with — or partly spill out of — that unit.
  • Cage overlapKiller-Sudoku reasoning across cages that share cells with units. The shared cells must satisfy both the cage's sum and the unit's 45 rule, surfacing eliminations.

Read more

  • Meet Killer Sudoku

    An introduction to Killer Sudoku for someone who knows the classic version — what changes, how the experience differs, and where to start.