English

The Complexity of Simulation and Matrix Multiplication

Computational Complexity 2016-08-31 v2 Data Structures and Algorithms

Abstract

Computing the simulation preorder of a given Kripke structure (i.e., a directed graph with nn labeled vertices) has crucial applications in model checking of temporal logic. It amounts to solving a specific two-players reachability game, called simulation game. We offer the first conditional lower bounds for this problem, and we relate its complexity (for computation, verification, and certification) to some variants of n×nn\times n matrix multiplication. We show that any O(nα)O(n^{\alpha})-time algorithm for simulation games, even restricting to acyclic games/structures, can be used to compute n×nn\times n boolean matrix multiplication (BMM) in O(nα)O(n^{\alpha}) time. This is the first evidence that improving the existing O(n3)O(n^{3})-time solutions may be difficult, without resorting to fast matrix multiplication. In the acyclic case, we match this lower bound presenting the first subcubic algorithm, based on fast BMM, and running in nω+o(1)n^{\omega+o(1)} time (where ω<2.376\omega<2.376 is the exponent of matrix multiplication). For both acyclic and cyclic structures, we point out the existence of natural and canonical O(n2)O(n^{2})-size certificates, that can be verified in truly subcubic time. In the acyclic case, O(n2)O(n^{2}) time is sufficient, employing standard matrix product verification. In the cyclic case, a max\max-semi-boolean matrix multiplication (MSBMM) is used, i.e., a matrix multiplication on the semi-ring (max,×)(\max,\times) where one matrix contains only 00's and 11's. This MSBMM is computable (hence verifiable) in truly subcubic n(3+ω)/2+o(1)n^{(3+\omega)/2+o(1)} time by reduction to (max,min)(\max,\min)-multiplication. Finally, we show a reduction from MSBMM to cyclic simulation games which implies a separation between the cyclic and the acyclic cases, unless MSBMM can be verified in nω+o(1)n^{\omega+o(1)} time.

Keywords

Cite

@article{arxiv.1605.02156,
  title  = {The Complexity of Simulation and Matrix Multiplication},
  author = {Massimo Cairo and Romeo Rizzi},
  journal= {arXiv preprint arXiv:1605.02156},
  year   = {2016}
}

Comments

Submitted. Changed in v2: This is a major rewrite of the paper. The introduction has been expanded considerably, some notation has been simplified, proofs of general results on reachability games have been moved to the appendix, more intuitive arguments for proofs have been provided, moving the formal arguments to the appendix, more references have been added

R2 v1 2026-06-22T13:55:23.938Z