vault backup: 2025-05-05 08:52:04

This commit is contained in:
Marco Realacci 2025-05-05 08:52:04 +02:00
parent 13fbfd08ec
commit 7a900fd39b
3 changed files with 6 additions and 4 deletions

View file

@ -21,4 +21,7 @@ where I is any indexing set (possibility, also infinite). Satisfiability for thi
Of course, we can use the boolean constant FALSE (FF) and classical logical operators like disjunction $\lor$ and implication $=>$ (they can all be derived in the usual way from $TT, \lnot, \land$).
Another very useful logical operator is "box": let us define $\lnot \lozenge a p$
Another very useful logical operator is "box": let us define $\lnot \lozenge a p$ as $\square a \lnot \phi$
![](../../Pasted%20image%2020250505084741.png)
From the last condition, we have that $P $\models \square a \phi$ if and only if $$\forall P': P \xrightarrow{a} P' \implies P' \models \phi$$