Deciding the Common Fragment of CTL with Past and LTL
2026-06-29 • Logic in Computer Science
Logic in Computer ScienceFormal Languages and Automata Theory
AI summaryⓘ
The authors study how to compare different ways of expressing properties of systems, focusing on the overlap between two specific logical languages, LTL and PCTL (which is CTL with past time operators). They show that it is possible to decide which properties can be expressed in both languages by defining a new type of automaton that exactly captures PCTL’s expressiveness. This allows them to determine when an LTL formula can also be represented in PCTL, solving a key step toward understanding the common core of LTL and CTL. Their work uses automata theory to connect formulas describing sequences (words) and branching structures (trees).
LTL (Linear Temporal Logic)PCTL (CTL with Past Operators)CTL (Computation Tree Logic)automata theoryalternating parity tree automatacounter-free automatahesitant weak tree automatamembership problemexpressive powerdecidability
Authors
Massimo Benerecetti, Dario Della Monica, Angelo Matteo, Fabio Mogavero, Gabriele Puppis
Abstract
A central goal of language theory is to compare formalisms by understanding their relative expressive power. One challenging question in this direction is the problem of determining the \emph{common fragment} of two formalisms $F_1$ and $F_2$, that is, effectively characterise the class $F_1\cap F_2$ of properties that can be expressed in both formalisms. A question closely related to this is the \emph{membership problem}, denoted $F_1 \membership F_2$, which asks whether a property expressed in $F_1$ can be also expressed in $F_2$. These problems become particularly difficult when \emph{branching-time} formalisms are involved. In this work, we prove that $\LTL \cap \PCTL$ is decidable, where \PCTL denotes \CTL extended with \emph{past operators}. We do this by showing that both membership problems, $\LTL \membership \PCTL$ and $\PCTL \membership \LTL$, are decidable. The direction $\PCTL \membership \LTL$ follows from suitable combinations of known results. The converse direction, $\LTL \membership \PCTL$, requires an automata-theoretic characterisation of $\PCTL$. Specifically, we introduce a new class of automata, called \emph{counter-free hesitant weak tree automata} ($\HWTcf$) that capture precisely the expressiveness of $\PCTL$, and that are obtained by combining two orthogonal restrictions on alternating parity tree automata, namely, \emph{counter-free hesitancy} and \emph{weakness}. We prove that, for every word language $L$ defined by an \LTL formula, the associated tree language $\triangle[L]$ is recognisable by an \HWTcf if and only if $L$ is recognized by a \DBW. Since the latter recognisability problem is decidable, so is the former. This result advances the longstanding open problem of deciding $\LTL \cap \CTL$. Indeed, that problem can now be reduced to $\PCTL \membership \CTL$, that is, the question of when past operators can be eliminated.