Complexity Hierarchies and Higher-Order Cons-Free Rewriting
Cynthia Kop, Jakob Grue Simonsen

TL;DR
This paper explores how higher-order cons-free rewriting systems characterize exponential time complexity classes, revealing the impact of non-determinism and syntactic restrictions on computational power.
Contribution
It extends the characterization of complexity classes to higher-order, non-orthogonal rewriting systems, establishing a hierarchy of complexity classes based on type order.
Findings
Cons-free higher-order rewriting characterizes E^kTIME for each k ≥ 1.
Non-determinism via rule overlaps does not characterize non-deterministic classes like NE.
Minor syntactic changes significantly affect the complexity classes characterized.
Abstract
Constructor rewriting systems are said to be cons-free if, roughly, constructor terms in the right-hand sides of rules are subterms of constructor terms in the left-hand side; the computational intuition is that rules cannot build new data structures. It is well-known that cons-free programming languages can be used to characterize computational complexity classes, and that cons-free first-order term rewriting can be used to characterize the set of polynomial-time decidable sets. We investigate cons-free higher-order term rewriting systems, the complexity classes they characterize, and how these depend on the order of the types used in the systems. We prove that, for every k 1, left-linear cons-free systems with type order k characterize ETIME if arbitrary evaluation is used (i.e., the system does not have a fixed reduction strategy). The main difference with prior work…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsLogic, programming, and type systems · Software Engineering Research · semigroups and automata theory
