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.

13 lines
606 B

2 months ago
  1. \begin{itemize}
  2. \item $\Theory$-terms: A \emph{$\Theory$-term} is either a constant or variables $x,y,\ldots$.
  3. An application of a function symbol in $\Sigma$ where all inputs are $\Theory$-terms is a $\Theory$-term.
  4. Examples for $\Theory$-terms in $\LIA$ are: $x+2$, $5$, $x-y$.
  5. \item $\Theory$-atom: A \emph{$\Theory$-atom} is the application of a predicate symbol in $\Sigma$ where all inputs are $\Theory$-terms.
  6. Examples for $\Theory$-atoms in $\LIA$ are: $x+2>0$, $5\leq 2$, $x-y>10$.
  7. \item $\Theory$-literal: A \emph{$\Theory$-literal} is a $\Theory$-atoms or its negation.
  8. \end{itemize}