Bounded Rewriting Induction for LCSTRSs
By: Kasper Hagens, Cynthia Kop
Potential Business Impact:
Helps prove computer programs are correct.
Rewriting Induction (RI) is a method to prove inductive theorems, originating from equational reasoning. By using Logically Constrained Simply-typed Term Rewriting Systems (LCSTRSs) as an intermediate language, rewriting induction becomes a tool for program verification, with inductive theorems taking the role of equivalence predicates. Soundness of RI depends on well-founded induction, and one of the core obstacles for obtaining a practically useful proof system is to find suitable well-founded orderings automatically. Using naive approaches, all induction hypotheses must be oriented within the well-founded ordering, which leads to very strong termination requirements. This, in turn, severely limits the proof capacity of RI. Here, we introduce Bounded RI: an adaption of RI for LCSTRSs where such termination requirements are minimized.
Similar Papers
Recovering Commutation of Logically Constrained Rewriting and Equivalence Transformations (Full Version)
Logic in Computer Science
Makes computer programs run faster and use less memory.
Formalizing Representation Theorems for a Logical Framework with Rewriting
Logic in Computer Science
Makes computer code translations easier to check.
Strong Normalization for the Safe Fragment of a Minimal Rewrite System: A Triple-Lexicographic Proof and a Conjecture on the Unprovability of Full Termination for Any Relational Operator-Only TRS
Logic in Computer Science
Proves computer programs always finish correctly.