LeanLTL: A unifying framework for linear temporal logics in Lean
By: Eric Vin, Kyle A. Miller, Daniel J. Fremont
Potential Business Impact:
Helps computers check if programs work correctly.
We propose LeanLTL, a unifying framework for linear temporal logics in Lean 4. LeanLTL supports reasoning about traces that represent either infinite or finite linear time. The library allows traditional LTL syntax to be combined with arbitrary Lean expressions, making it straightforward to define properties involving numerical or other types. We prove that standard flavors of LTL can be embedded in our framework. The library also provides automation for reasoning about LeanLTL formulas in a way that facilitates using Lean's existing tactics. Finally, we provide examples illustrating the utility of the library in reasoning about systems that come from applications.
Similar Papers
LTL$_f$ Learning Meets Boolean Set Cover
Artificial Intelligence
Finds computer rules much faster.
Formally Verified Neurosymbolic Trajectory Learning via Tensor-based Linear Temporal Logic on Finite Traces
Artificial Intelligence
Teaches computers to follow rules safely.
Zero-Shot Instruction Following in RL via Structured LTL Representations
Artificial Intelligence
Teaches robots to follow complex, multi-step instructions.