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.
9 lines
355 B
9 lines
355 B
The propositional skeleton $\skel$ of a formula $\varphi$ is obtained by replacing each occurance of a $\Theory$-literal with a propositional variable.
|
|
|
|
An example for a formula $\varphi$ in $\LIA$:
|
|
|
|
$$ \varphi \coloneqq (x > y) \lor (x > z),$$
|
|
and the corresponding skeleton $\skel$:
|
|
|
|
$$ e_1 \lor e_2, $$
|
|
where $e_1 \equiv x > y$ and $e_2 \equiv x > z$.
|