==Contiinuation 29b 18:10==
Overview:
Is a form of logic that takes the situation in consideration. That means that a formula can be True in one situation and false in another situation. It takes the context into consideration. In temporal logic a formula is either True or False, it is globally valid.
-
$P,Q$ Propositional letters$AP$ -
$\neg,\land$ Porpositional connectives -
$X$ : Next,$U$ : until temporal connective-
$X$ : what does the Next operator mean?$X(p)[t]$ (i.e.$X(p)$ at time$t$ )is true depending on the state of$p$ in the next time step : If$p[t+1]=False$ ->$X(p)[t]=False$ . If$p[t+1]=True$ ->$X(p)[t]=False$ .$X(p)$ does only depend on the value of$p$ in the future state, it does not depend on the state of$p$ at timepoint$t$ i.e.$p[t]$ . -
$U$ : what does the until operator mean?$U$ has two arguments we write it like this$(p)U(q)$ .$(p)U(q)$ is only true if$p$ is true until$q$ is true. If$p$ ever goes False before$q$ becomes true, the statement is false. The statement is also only true if$q$ ever becomes true in the future. If$q$ stays$False$ until infinity$(p)U(q)[t]$ also stays False.
-
- Formulae:
$P,p\land q, \neg p, Xp,pUq$
Below one sees the relation of
Lets do an ==Example:==
We want to define a operator that is only true if
Another example:
We want to denote a operator that is true if a variable
Das kann gelesen werden als:
-
$F(\neg p)$ :$p$ wird irgendwann in der zukunft negativ -
$\neg F(\neg p)$ :$p$ wird irgendwann in der zukunft nicht negativ i.e. p wird positiv i.e. bleibt positiv
This means that we can also express
Note
We can define