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
13 lines
606 B
\begin{itemize}
|
|
\item $\Theory$-terms: A \emph{$\Theory$-term} is either a constant or variables $x,y,\ldots$.
|
|
An application of a function symbol in $\Sigma$ where all inputs are $\Theory$-terms is a $\Theory$-term.
|
|
|
|
Examples for $\Theory$-terms in $\LIA$ are: $x+2$, $5$, $x-y$.
|
|
|
|
\item $\Theory$-atom: A \emph{$\Theory$-atom} is the application of a predicate symbol in $\Sigma$ where all inputs are $\Theory$-terms.
|
|
|
|
Examples for $\Theory$-atoms in $\LIA$ are: $x+2>0$, $5\leq 2$, $x-y>10$.
|
|
|
|
\item $\Theory$-literal: A \emph{$\Theory$-literal} is a $\Theory$-atoms or its negation.
|
|
|
|
\end{itemize}
|