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.

7 lines
582 B

5 months ago
  1. \item \self Given the formula $\phi$ with the variables $x_1, ..., x_n$. Tick all statements that are true.
  2. \begin{itemize}
  3. \item[$\square$] A \textit{literal} is a variables $x_i$ or its negation.
  4. \item[$\square$] A \textit{literal} forms a formula in conjunctive normal form.
  5. \item[$\square$] A \textit{literal} forms a formula in disjunctive normal form.
  6. \item[$\square$] A \textit{literal} is called \textit{positive}, if it is the negation of a variable.
  7. \item[$\square$] A \textit{literal} is called \textit{negative}, if it is the negation of a variable.
  8. \end{itemize}