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.

10 lines
438 B

5 months ago
  1. \begin{enumerate}
  2. \item $a:$ \quad Alice is going to the conference. \\
  3. $b:$ \quad Bob is going to the conference.
  4. $$ a \land b \lor \neg a \land \neg b$$
  5. \item $S:$ \quad Mozart was born in Salzburg. \\
  6. $I:$ \quad Mozart was born in Innsbruck
  7. $$ S \land \neg I $$
  8. \item $m:$ \quad A model assigns truth values to variables of a propositional formula.
  9. $$ m $$
  10. \end{enumerate}