You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
498 B

5 months ago
  1. \begin{enumerate}
  2. \item $f:$ \quad Today it will be foggy.\\
  3. $r:$ \quad Today it will be rainy.
  4. $$ (f \land \neg r) \lor (\neg f \land r) $$
  5. \item $P:$ \quad For any program we can prove that the program halts.
  6. $$ P $$
  7. \item $s:$ \quad The system will never crash. \\
  8. $v:$ \quad The system has been verified during design time.\\
  9. $m:$ \quad The system is being monitored during runtime.
  10. $$ v \land m \imp s $$
  11. \end{enumerate}