English

Computing Least Fixed Points with Overwrite Semantics in Parallel and Distributed Systems

Distributed, Parallel, and Cluster Computing 2026-02-12 v1 Data Structures and Algorithms

Abstract

We present methods to compute least fixed points of multiple monotone inflationary functions in parallel and distributed settings. While the classic Knaster-Tarski theorem addresses a single function with sequential iteration, modern computing systems require parallel execution with overwrite semantics, non-atomic updates, and stale reads. We prove three convergence theorems under progressively relaxed synchronization: (1) Interleaving semantics with fair scheduling, (2) Parallel execution with update-only-on-change semantics (processes write only on those coordinates whose values change), and (3) Distributed execution with bounded staleness (updates propagate within TT rounds) and ii-locality (each process modifies only its own component). Our approach differs from prior work in fundamental ways: Cousot-Cousot's chaotic iteration uses join-based merges that preserve information. Instead, we use coordinate-wise overwriting. Bertsekas's asynchronous methods assume contractions. We use coordinate-wise overwriting with structural constraints (locality, bounded staleness) instead. Applications include parallel and distributed algorithms for the transitive closure, stable marriage, shortest paths, and fair division with subsidy problems. Our results provide the first exact least-fixed-point convergence guarantees for overwrite-based parallel updates without join operations or contraction assumptions.

Keywords

Cite

@article{arxiv.2602.10486,
  title  = {Computing Least Fixed Points with Overwrite Semantics in Parallel and Distributed Systems},
  author = {Vijay K. Garg and Rohan Garg},
  journal= {arXiv preprint arXiv:2602.10486},
  year   = {2026}
}
R2 v1 2026-07-01T10:31:09.167Z