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
409 B

5 months ago
  1. \begin{enumerate}
  2. \item $b:$ \quad Bob wins the lottery. \\
  3. $n:$ \quad Bob gets all the numbers right.
  4. $$ b \biimp n$$
  5. \item $S:$ \quad Mozart was born in Salzburg. \\
  6. $I:$ \quad Mozart was born in Innsbruck
  7. $$ S \land \neg I $$
  8. \item $l:$ \quad The year is a leap-year. \\
  9. $f:$ \quad Februar has 29 days.
  10. $$ l \imp f $$
  11. \end{enumerate}