Digit Forcing Net

A Digit Forcing Net is the Digit Forcing Chain augmented with at least one pigeonhole AND-merge inference.

The setup

Pick a candidate — a specific digit in a specific cell. Hypothesise it both ways:

Exactly one of those two must be true. Any conclusion reached by both branches must therefore be true regardless of which way the candidate falls.

If both branches reach the same target through pure chain edges, you have a Digit Forcing Chain. If at least one branch needs an AND-merge step to reach the target, you have a Digit Forcing Net.

What the AND-merge buys you

The ON branch and the OFF branch can fail in different ways. A common failure is the OFF branch — saying "this candidate is gone from this cell" rarely cascades far on its own, because removing one candidate doesn't usually trigger a strong link directly. But once the OFF branch has forced most of a unit's positions for some digit OFF, the pigeonhole AND-merge can fire on that last position and unstick the proof.

The pattern

A Digit Forcing Net renders like this in the visualiser:

  1. Premise candidate — one cell, one digit, highlighted.
  2. Two branches — the ON chain in one colour, the OFF chain in another, fanning out from the premise.
  3. At least one merge node — appears on whichever branch needs it, drawn as dashed parent-to-derived edges with an AND-gate glyph at the midpoint and the host unit outlined.
  4. Convergence target — the cell-digit pair both branches reach, with the elimination or placement drawn.

How it's different from a Digit Forcing Chain

Aspect Digit Forcing Chain Digit Forcing Net
Branches Exactly two: ON + OFF Exactly two: ON + OFF
Allowed edge types bi-location, bi-value bi-location, bi-value, AND-merge
Proof shape Two chains Two DAGs
When it fires Both chains reach the target At least one chain requires a merge

Why expert-tier

Same difficulty drivers as the rest of the Forcing Net family: wider search space, heavier proof shape. The Digit shape tends to be the most readable of the four because there are only two branches — easier to keep straight in your head than a four-branch Cell or Unit net.

Tips

Related Techniques