edited by
5,597 views
28 votes
28 votes

Consider the following well-formed formulae:

  1. $\neg \forall x(P(x))$
  2. $\neg \exists x(P(x))$
  3. $\neg \exists x(\neg P(x))$
  4. $\exists x(\neg P(x))$


Which of the above are equivalent?

  1. $\text{I}$ and $\text{III}$
  2. $\text{I}$ and $\text{IV}$
  3. $\text{II}$ and $\text{III}$
  4. $\text{II}$ and $\text{IV}$
edited by

7 Answers

Best answer
24 votes
24 votes

Option (B) is correct.  I and IV are equivalent. 

$¬∀x(P(x)) \equiv ∃x(¬P(x))$    [De morgan's Law]

Alternate approach:

Let's take an example.

Let $P(x)\implies$  Student $x$ is pass

  • $\text{I}\;\; \implies$ Not all students are pass. (which means "Some students are fail")
  • $\text{II}\;\implies$There does not exist a student who is pass. (which means "Every student is fail")
  • $\text{III} \implies$There does not exist a student who is not pass  (which means "Every student is pass")
  • $\text{IV} \implies$Some students are not pass. (which means "Some students are fail")

I and IV are equivalent.

edited by
5 votes
5 votes

Using De Morgan's Law

  1. $\neg \forall x\big(P(x)\big) \equiv \exists x\big(\neg P(x) \big) $
  2. $ \neg \exists x\big( P(x) \big) \equiv \forall x\big(\neg P(x) \big)$
  3. $ \neg \exists x\big( \neg P(x) \big) \equiv \forall x\big(P(x) \big)$
  4. $ \exists x\big( \neg P(x) \big) \equiv \neg \forall x\big(P(x) \big)$

$I$ and $IV$ are equivalents.

So, the correct answer is $(B).$

edited by
Answer:

Related questions

40 votes
40 votes
8 answers
1
34 votes
34 votes
8 answers
2
gatecse asked Sep 15, 2014
8,569 views
The binary operation $\Box$ is defined as follows$$\begin{array}{|c|c|c|} \hline \textbf{P} & \textbf{Q} & \textbf{P} \Box \textbf{Q}\\\hline \text{T} & \text{T}& \text{T...
54 votes
54 votes
6 answers
3
Rucha Shelke asked Sep 18, 2014
9,248 views
Which one of the first order predicate calculus statements given below correctly expresses the following English statement? Tigers and lions attack if they are hungry or ...