Research
Reduction for Structured Concurrent Programs
January 2026
Abstract.
Commutativity reasoning based on Lipton's movers is a powerful technique for verification of concurrent programs.
The idea is to define a program transformation that preserves a subset of the initial set of interleavings,
which is sound modulo reorderings of commutative actions.
Scaling commutativity reasoning to routinely-used features in software systems,
such as procedures and parallel composition, remains a significant challenge.
In this work, we introduce a novel reduction technique for structured concurrent programs that unifies two key advances:
- We present a reduction strategy that soundly replaces parallel composition with sequential composition.
- We generalize Lipton’s reduction to support atomic sections containing (potentially recursive) procedure calls.