Paper 1 — Staged Reduction

Landing page for the Staged Reduction paper. Abstract, status, figures, and related material.


On this page
  1. Status
  2. Abstract
  3. Figures
  4. Related

Paper 1 — Staged Reduction

Staged reduction for durable workflow execution over fixed DAG topology. The paper argues that incremental persistence is structurally safe because recovery normalizes partially persisted state and reapplies failure closure before lifecycle classification.

Status

Draft manuscript. See manuscript.md for the full text.

The fixed-topology kernel is mechanized in Lean 4 under theory/Cortex/Pulse/, including the structural recovery theorem (persistence_safety), frontier antichain, disjoint-key accumulation commutativity, fold permutation invariance, classification exhaustiveness, and the extensiveness, monotonicity, and idempotence closure laws. The Lean-Haskell modeling boundary is documented in lean-haskell-boundary.md.

Abstract

The manuscript presents a durable workflow runtime organized as a staged pure reduction over fixed algebraic graph topology. Its central claim is deliberately narrow: crash recovery after partial persistence remains structurally safe because normalization and failure closure restore a valid schedulable state before classification resumes.

Figures