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
11 lines
498 B
\begin{enumerate}
|
|
\item $f:$ \quad Today it will be foggy.\\
|
|
$r:$ \quad Today it will be rainy.
|
|
$$ (f \land \neg r) \lor (\neg f \land r) $$
|
|
\item $P:$ \quad For any program we can prove that the program halts.
|
|
$$ P $$
|
|
\item $s:$ \quad The system will never crash. \\
|
|
$v:$ \quad The system has been verified during design time.\\
|
|
$m:$ \quad The system is being monitored during runtime.
|
|
$$ v \land m \imp s $$
|
|
\end{enumerate}
|