A Finned X-Wing is an X-Wing that almost works. One of the two base lines carries an extra candidate or two — the fin — and as long as every fin cell sits in a single box, you can still eliminate, just from fewer cells than a clean X-Wing would give you.
Start with the usual shape: one digit, two base rows, and two cover columns holding the digit in both rows. In a clean X-Wing every candidate in those two rows lies in the two cover columns, and the digit leaves both columns everywhere else.
Now allow one base row to have extra positions outside the cover columns. Those extras are the fin. The reasoning splits in two:
Only the eliminations that are true in both cases survive. That means a target cell must lie on a cover column and see every fin cell — in practice, the cover-column cells inside the fin's box. This is why the fin has to be confined to one box: spread the fin over two boxes and nothing sees all of it.
Look whenever an X-Wing search fails by one or two candidates. If you keep noticing "this would be an X-Wing except for that cell", check whether the offending cells share a box with one of the four corners. That is a Finned X-Wing.
| X-Wing | Finned X-Wing | |
|---|---|---|
| Extra candidates in the base lines | none | 1-2, all in one box |
| Eliminations | whole cover lines | cover line inside the fin's box |
| Typical yield | 1-4 cells | 1-2 cells |
digit 3
r2: c4 c7 clean base line
r5: c4 c5 c7 c5 is the fin
cover columns: c4 and c7
fin cell r5c5 sits in box 5 (rows 4-6, columns 4-6)
box 5 also holds the corner r5c4
=> 3 leaves r4c4 and r6c4
Test both branches. If r5c5 is not 3, rows 2 and 5 form a plain X-Wing on columns 4 and 7, so 3 leaves both columns outside those rows — including r4c4 and r6c4. If r5c5 is 3, then r4c4 and r6c4 are in the same box as a placed 3 and lose the candidate anyway. Either way, both cells give up their 3. Note that r4c7 and r6c7 are not eliminated: they do not see the fin.
Sashimi is the same pattern with a hole. Suppose r5 held 3 only in c5 and c7 — the corner r5c4 is missing entirely. If r5c7 is 3, then r2c7 is not, so r2c4 is, and column 4 clears out. If r5c5 is 3, box 5 clears out. Same two eliminations, from a pattern that no longer looks like a rectangle at all.
The Finned X-Wing is an extreme-tier pattern. It first becomes necessary in Master puzzles, where clean fish have usually been mined out and the near-misses are all that remain. On Hard and Expert grids, look for the unfinned version first.