diff options
Diffstat (limited to 'Assignment1')
-rw-r--r-- | Assignment1/intro.tex | 5 | ||||
-rwxr-xr-x | Assignment1/library.bib | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/Assignment1/intro.tex b/Assignment1/intro.tex index 0d359f3..6df3700 100644 --- a/Assignment1/intro.tex +++ b/Assignment1/intro.tex @@ -9,8 +9,9 @@ The combination of LTL and Past Modalities is often called \enquote{LTL-Past} or For the sake of brevity we will use the second (PLTL) to denote this combination. When temporal logic was first introduced by Arthur N. Prior in his 1957 book~\cite{Prior1957}, the logic consisted of both past and future modalities. -Only later, when it was shown that past modalities do not increase the expressive power of LTL~\cite{Gabbay1980}, -computing scientists stopped considering past modalities for reasons of minimality. +The complexity of the model problem does not increase with this extension~\citep{Sistla1985}, + but neither does the expressiveness of the system compared to LTL~\citep{Gabbay1980}. +Eventually, formal computing scientists stopped using past modalities for reasons of minimality. \erin In 2003, Nicolas Markey showed that while past modalities do not increase expressive power, diff --git a/Assignment1/library.bib b/Assignment1/library.bib index ade5101..23f73b8 100755 --- a/Assignment1/library.bib +++ b/Assignment1/library.bib @@ -87,3 +87,13 @@ year = 2002, pages = {279--295} } + +@article{Sistla1985, + author = {Sistla, A. P. and Clarke, E. M.}, + title = {The Complexity of Propositional Linear Temporal Logics}, + journal = {Journal of the ACM}, + volume = 32, + issue = 3, + year = 1985, + pages = {733--749} +} |