Skip to main content

Section 6.14 前束范式

Exercises Exercises

1.

求下面公式的前束范式:

\begin{equation*} \forall x F(x) \wedge \neg \exists x G(x) \end{equation*}
Hint 1 换名规则
\begin{equation*} \forall x F(x) \wedge \neg \exists y G(y) \end{equation*}
Hint 2 量词否定等值式
\begin{equation*} \forall x F(x) \wedge \forall y \neg G(y) \end{equation*}
Hint 3 x辖域的扩张
\begin{equation*} \forall x (F(x) \wedge \forall y \neg G(y)) \end{equation*}
Hint 4 y辖域的扩张
\begin{equation*} \forall x \forall y(F(x) \wedge \neg G(y)) \end{equation*}
Solution
\begin{equation*} \forall x \forall y(F(x) \wedge \neg G(y)) \end{equation*}