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.

14 lines
555 B

1 month ago
  1. \item \self Find a symbolic binary encoding for
  2. $X = \{ 0,1, \ldots, 31 \}$.
  3. Use it to compute formulas in propositional logic that symbolically represent the following sets.
  4. \begin{itemize}
  5. \item $B =\{x \in X \mid \text{x is even}\}$
  6. \item $C =\{x \in X \mid \text{x is odd}\}$
  7. \item $D =\{0,1,2,3,4,5,6,7\}$
  8. \end{itemize}
  9. Compute the characteristic functions of the following sets by symbolic operations, using your results from before.
  10. \begin{enumerate}
  11. \item $E = B \cup D$
  12. \item $F = C \cap E$
  13. \item $G = E \setminus F$
  14. \end{enumerate}