Linear Temporal Logic Visualizer

Atomic PropositionS0S1S2S3..∞
A
B
FormulaS0S1S2S3..∞
and(implies(not(next(not(A))), B), implies(B, not(next(not(A)))))

Syntax Cheatsheet
ConceptDescriptionExamples
Atomic propositionsSymbolic names (uppercase letters) that are either true or false in a state.
  • A
  • B
Logical connectivesOperators from propositional logic.
  • not(A)
  • and(A, B)
  • or(A, B, C)
  • implies(A, B)
Temporal operatorsOperators that deal with time.
  • next(A)
  • eventually(B)
  • always(C)
  • until(A, B)