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.

16 lines
858 B

2 months ago
  1. Variables in $\mathcal{T}_{LIA}$ are of integer sort ($\mathbb{Z}$).
  2. The functions of $\mathcal{T}_{LIA}$ are $+$ and $-$ and the predicates are
  3. $=, \neq, <, >, \leq,$ and $\geq$. The axioms withing $\mathcal{T}_{LIA}$
  4. define the meaning for these functions and predicates.
  5. Therefore, for the theory of Linear Integer Arithmetic $\mathcal{T}_{LIA}$ we have:
  6. \begin{itemize}
  7. \item $\Sigma = \Z \union \{+,-\} \union \{=, \neq, <, \leq,>,\geq\} $
  8. \item $\mathcal{A}$ defines the usual meaning to all symbols:
  9. \begin{itemize}
  10. \item Constant symbols are mapped to the corresponding value in $\Z$.
  11. \item $+$ is interpreted as the function $0+0 \rightarrow 0, 0+1 \rightarrow 1, \ldots$. $-$ follows it analogous interpretation.
  12. \item The predicate symbols are interpreted as their respective comparison operator.
  13. \end{itemize}
  14. \end{itemize}