Propositional Linear Temporal Logic
Propositional Linear Time Logic, or PLTL for short, extends Classical Propositional Logic with Modal operators that allow one to reason about time. As the name suggests, PLTL is a Temporal Logic.
The grammar of PLTL is given by
Textual | Symbolic | Explanation |
---|---|---|
has to hold in the next state | ||
must hold at some point in the future, and must hold until that happens. | ||
must be true until is true; if is never true, then must be true forever |
We can construct additional modal operators and that correspond to Eventuality Modality and the Necessity Modality, resp.
Semantics
References
- Intuitionistic Linear Temporal Logics is a nice discussion of the semantics of a Constructive variant of PLTL.