One of the ways is presented below
a). ∃xP(x) can be rewritten as: P(−2)∨P(−1)∨P(0)∨P(1)∨P(2)
b). ∀P(x) can be rewritten in the following form: P(−2)∧P(−1)∧P(0)∧P(1)∧P(2)
c). ∃x¬P(x) can be rewritten as: ¬(P(−2)∧P(−1)∧P(0)∧P(1)∧P(2))
d). ∀x((x=1)→¬P(x)) can be rewritten as: ¬((¬(−2=−1)∨P(−2))∧(¬(−1=−1)∨P(−1))∧(¬(0=−1)∨P(0))∧(¬(1=−1)∨P(1))∧(¬(2=−1)∨P(2)))
Comments