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.

8 lines
844 B

  1. \textbf{Definition - Model in Predicate Logic.} \textit{A model $\mathcal{M}$ consists of the following set of data:}
  2. \begin{itemize}
  3. \item \textit{A non-empty set $\mathcal{A}$, the universe/domain of concrete values;}
  4. \item \textit{for each nullary function symbol $f \in \mathcal{F}$, a concrete element $f^\mathcal{M} \in \mathcal{A}$;}
  5. \item \textit{for each nullary predicate symbol $P \in \mathcal{P}$, a truth value;}
  6. \item \textit{for each function symbol $f \in \mathcal{F}$ with arity $n > 0$ a concrete function $f^\mathcal{M}: \mathcal{A}^n \imp \mathcal{A}$;}
  7. \item \textit{for each predicate smybol $P \in \mathcal{P}$ with arity $n > 0$: subset $P^\mathcal{M} \subseteq \mathcal{A}^n$;}
  8. \item \textit{for any free variable} var: \textit{a lookup-table $t:$} var \textit{$\imp \mathcal{A}$.}
  9. \end{itemize}