Fix typo in document

This commit is contained in:
Spencer Killen 2023-05-28 16:41:11 -06:00
parent 48e2bb8a20
commit 183f62a376
Signed by: sjkillen
GPG Key ID: 2FDD7376F031D45B
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ A program $\P$ is a set of (normal) rules. An ontology $\OO$ is a first-order fo
The lattice $\langle \L^2, \preceq_p \rangle$
\begin{align*}
\Gamma(T, P) &\define \{ \head(r) ~|~ r \in \P,~ T \subseteq \bodyp(r),~ \bodyn(r) \intersect P = \emptyset \}\\
\Gamma(T, P) &\define \{ \head(r) ~|~ r \in \P,~ \bodyp(r) \subseteq T,~ \bodyn(r) \intersect P = \emptyset \} \union \{ a \in \L ~|~ \OBO{T} \models a \}\\
extract(T) &\define \{ a \in \L ~|~ \OBO{T} \models \neg a \} \\
\Phi(T, P) &\define \Bigl( \Gamma(T, P), \Gamma(P, T) \setminus extract(T) \Bigr)
\end{align*}