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.

41 lines
1.7 KiB

1 month ago
  1. \item \self Consider the following set operations and relations between
  2. two sets $X$ and $Y$, and an element $a$:
  3. \begin{enumerate}
  4. \item Union: $X \cup Y$
  5. \item Intersection: $X \cap Y$
  6. \item Set Difference: $X \setminus Y$
  7. \item Containment: $a \in X$?
  8. \item Subset: $X \subseteq Y$?
  9. \item Strict Subset: $X \subset Y$?
  10. \item Emptiness: $X=\emptyset$?
  11. \item Equality: $X=Y$?
  12. \end{enumerate}
  13. Let $x$ and $y$ be the symbolic representations of $X$ and $Y$
  14. respectively, and let $\alpha$ be the symbolic encoding of element
  15. $a$. For each of the following items, state which of the above
  16. operations is performed, or which of the above questions is answered.
  17. Write the letters of the corresponding operation/question into the
  18. boxes of the items below. Note that some of the items below do not
  19. perform any of the above operations or answer any of the above
  20. questions. Put a ``--'' in the box of these items. Also note that
  21. some of the items below might do the same computation or answer the
  22. same question.
  23. \begin{itemize}
  24. \item[\Huge{$\square$}] $\neg x \vee y$
  25. \item[\Huge{$\square$}] $x \wedge y$
  26. \item[\Huge{$\square$}] $x\equiv \top$?
  27. \item[\Huge{$\square$}] $x\equiv y$?
  28. \item[\Huge{$\square$}] $(x \rightarrow y) \wedge (y \rightarrow
  29. x)$?
  30. \item[\Huge{$\square$}] $x\equiv \bot$?
  31. \item[\Huge{$\square$}] $y \wedge \neg x$
  32. \item[\Huge{$\square$}] $x \rightarrow \bot$?
  33. \item[\Huge{$\square$}] $\alpha \models x$?
  34. \item[\Huge{$\square$}] $\alpha \models \neg x$?
  35. \item[\Huge{$\square$}] $\neg \alpha \models x$?
  36. \item[\Huge{$\square$}] $x \rightarrow \alpha$?
  37. \item[\Huge{$\square$}] $y \rightarrow x$?
  38. \item[\Huge{$\square$}] $x \rightarrow y$?
  39. \item[\Huge{$\square$}] $(x \rightarrow y) \wedge (x\not \equiv
  40. y)$?
  41. \end{itemize}