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.

37 lines
1.3 KiB

4 months ago
  1. \item \self Consider the set $\mathbb{N}_{16} = \{0,1,2,3,\dots,14,15\}$.
  2. Let $x_0$, $x_1$, $x_2$, and $x_3$ be propositional variables,
  3. used for symbolic encoding of the elements of $\mathbb{N}_{16}$,
  4. using standard binary encoding, with $x_0$ being the least
  5. significant ($2^0$) bit, and $x_3$ being the most significant
  6. ($2^3$) bit.
  7. Now, consider the following subsets of $\mathbb{N}_{16}$.
  8. \begin{itemize}
  9. \item $A = \{0, 1, 2, 3\}$
  10. \item $B = \{0, 1, 2, 3, 4, 5, 6, 7\}$
  11. \item $C = \{0, 2, 4, 6, 8, 10, 12, 14\}$
  12. \item $D = \{8, 10, 12, 14\}$
  13. \item $E = \{3, 10\}$
  14. \item $F = \{ \}$
  15. \end{itemize}
  16. In the following list of formulas, write the letter of the set that
  17. the formula encodes into the adjacent box. Note that some sets might
  18. be encoded by more than one formula. Also note that some formulas
  19. might not encode any of the above sets; write a ``--'' in the box of
  20. such formulas.
  21. \begin{itemize}
  22. \item[\Huge{$\square$}] $\bot$
  23. \item[\Huge{$\square$}] $\top$
  24. \item[\Huge{$\square$}] $(\neg x_3 \wedge \neg x_2 \wedge x_1
  25. \wedge x_0) \vee (x_3 \wedge \neg x_2 \wedge x_1 \wedge \neg
  26. x_0)$
  27. \item[\Huge{$\square$}] $x_0$
  28. \item[\Huge{$\square$}] $\neg x_0$
  29. \item[\Huge{$\square$}] $x_3$
  30. \item[\Huge{$\square$}] $\neg x_3$
  31. \item[\Huge{$\square$}] $\neg x_3 \vee \neg x_2$
  32. \item[\Huge{$\square$}] $\neg x_3 \wedge \neg x_2$
  33. \end{itemize}