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.

32 lines
1.2 KiB

4 months ago
  1. \item \self Let $x$ and $y$ be the symbolic representations of the sets $X$ and
  2. $Y$ respectively, and let $\alpha$ be the symbolic encoding of an
  3. element $a$. Consider the following operations and relations
  4. between $x$, $y$, and $\alpha$:
  5. \begin{enumerate}[A.]
  6. \item $x \rightarrow y$
  7. \item $\alpha \models x$ ?
  8. \item $x \wedge \neg y$
  9. \item $\alpha \nvDash y$ ?
  10. \item $x \equiv \bot$ ?
  11. \item $x \vee y$
  12. \end{enumerate}
  13. For each of the following items, state which of the above operations
  14. symbolically performs the respective set operation or answers the
  15. respective set-specific question. Write the letters of the
  16. corresponding operation/question into the boxes of the items below.
  17. Note that some of the items below do not correspond to any of the
  18. above operations or questions. Put a ``--'' in the box of these
  19. items.
  20. \begin{itemize}
  21. \item[\Huge{$\square$}] Union: $X \cup Y$
  22. \item[\Huge{$\square$}] Intersection: $X \cap Y$
  23. \item[\Huge{$\square$}] Set Difference: $X \setminus Y$
  24. \item[\Huge{$\square$}] Containment: $a \in X$?
  25. \item[\Huge{$\square$}] Subset: $X \subseteq Y$?
  26. \item[\Huge{$\square$}] Strict Subset: $X \subset Y$?
  27. \item[\Huge{$\square$}] Emptiness: $X=\emptyset$?
  28. \item[\Huge{$\square$}] Equality: $X=Y$?
  29. \end{itemize}