Intervention-Solution Spaces · Minimal Specimens
The ISS Specimen Zoo
A field guide to the smallest argumentation frameworks exhibiting each ISS phenomenon — every specimen found by exhaustive search, every labeling independently re-derived in ASP. Companion to github.com/idaks/ISS.
Chain (3,2)
catena reinstaurans — the reinstatement chain
The star witness. The smallest AF where merging equal-solution states breaks reachability queries (Prop. “unsound”), with Shadow and re-entrant acceptance in the same 4-state lattice.
Mirror (2,2)
speculum mutuum — mutual attack
One suspension flips every argument’s grounded label — maximal amplification in the smallest symmetric package.
Domino (3,3)
ordo cadens — the falling cycle
Cutting one attack of the 3-cycle decides all three arguments at once: total amplification, plus re-entrant acceptance for every argument.
Hydra (3,3)
hydra excrescens — cut one head, grow two
Suspending an attack increases the number of preferred extensions — solution spaces can grow under intervention.
Shadow (3,2)
umbra divergens — equal now, different futures
Two states with identical solution sets whose one-step futures diverge — the congruence failure behind the sound-quotient story.
Shadow, minimal (2,2)
umbra minima — with self-attack
The lexicographically smallest Shadow witness of all — exhaustively confirmed over every digraph up to isomorphism.
Hydra, minimal (2,3)
hydra minima — three creatures, one graph
The smallest AF (self-loops allowed) exhibiting Hydra, Phoenix, and skeptical Chameleon — all at (2,3).
Specimen detail: inside the Hydra
The full intervention-solution space of the Hydra specimen — all 2³ = 8 suspension states, bottom = nothing suspended. Each state shows the framework in force (suspended attacks in red), its preferred extensions, and the grounded labeling; pastel fills group equal-solution plateaus, dashed borders mark three-valued states. The red cover edge is the Hydra move: suspending a→b takes one preferred extension to two — cut one head, grow two.
Pilot detail view — Shadow, Phoenix, and Chameleon path overlays for the other specimens follow the same recipe (asp/make_iss_gv.py, clingo-verified).
Provenance: verified twice, independently
Every plate above shows the grounded labeling and S/F/B/U attack types
computed by the clingo ASP kernels (asp/grounded.lp,
asp/preferred.lp — admissible guess + subset-maximal enumeration
via domain heuristics, the ASPARTIX-V technique). The same lattice sweeps and
specimen searches run on the pure-Python kernels of
iss_explore.py / synthesize.py.
Result: kernel parity on every lattice state; identical
atlases; identical minimal specimens.