A Unifying Approach to Product Constructions for Quantitative Temporal Inference
Kazuki Watanabe, Sebastian Junges, Jurriaan Rot, Ichiro Hasuo
TL;DR
This work presents a general coalgebraic framework for temporal inference in probabilistic and weighted programs by introducing a product construction between systems and temporal properties. The core insight is that a distributive law induces a coalgebraic product, and a sufficient correctness criterion guarantees that inference on the product yields the intended query on the original components. The framework unifies a broad set of problems—ranging from partial rewards and cost-bounded reachability to conditional probabilities and optimization—through concrete case studies that instantiate the product for Markov chains, reward machines, and weighted systems. This approach enables efficient, exact or approximate inference by reducing temporal questions to product semantics that can be tackled with standard inference engines. The work also outlines avenues for extending to non-terminating systems, weighted regular properties, and continuous distributions, with an eye toward practical product-program implementations and tooling.
Abstract
Probabilistic programs are a powerful and convenient approach to formalise distributions over system executions. A classical verification problem for probabilistic programs is temporal inference: to compute the likelihood that the execution traces satisfy a given temporal property. This paper presents a general framework for temporal inference, which applies to a rich variety of quantitative models including those that arise in the operational semantics of probabilistic and weighted programs. The key idea underlying our framework is that in a variety of existing approaches, the main construction that enables temporal inference is that of a product between the system of interest and the temporal property. We provide a unifying mathematical definition of product constructions, enabled by the realisation that 1) both systems and temporal properties can be modelled as coalgebras and 2) product constructions are distributive laws in this context. Our categorical framework leads us to our main contribution: a sufficient condition for correctness, which is precisely what enables to use the product construction for temporal inference. We show that our framework can be instantiated to naturally recover a number of disparate approaches from the literature including, e.g., partial expected rewards in Markov reward models, resource-sensitive reachability analysis, and weighted optimization problems. Further, we demonstrate a product of weighted programs and weighted temporal properties as a new instance to show the scalability of our approach.
