edited by
6,520 views
29 votes
29 votes

Let $a(x, y), b(x, y,)$ and $c(x, y)$ be three statements with variables $x$ and $y$ chosen from some universe. Consider the following statement:

$\qquad(\exists x)(\forall y)[(a(x, y) \wedge b(x, y)) \wedge \neg c(x, y)]$

Which one of the following is its equivalent?

  1. $(\forall x)(\exists y)[(a(x, y) \vee b(x, y)) \to c(x, y)]$
  2. $(\exists x)(\forall y)[(a(x, y) \vee b(x, y)) \wedge\neg c(x, y)]$
  3. $\neg (\forall x)(\exists y)[(a(x, y) \wedge b(x, y)) \to c(x, y)]$
  4. $\neg (\forall x)(\exists y)[(a(x, y) \vee b(x, y)) \to c(x, y)]$
edited by

2 Answers

Best answer
63 votes
63 votes

$(\exists x)(\forall y)[(a(x, y) \wedge b(x, y)) \wedge ¬c(x, y)]$

$\quad \equiv ¬(\forall x)¬(\forall y)[(a(x, y) \wedge b(x, y)) \wedge ¬c(x, y)]$
$\quad (\because (\exists x) F(x) = \neg \forall x \neg F(x))$

$\quad \equiv ¬(\forall x)(\exists y)¬[(a(x, y) \wedge b(x, y)) \wedge ¬c(x, y)]$
$\quad (\because (\forall x) F(x) = \neg \exists x \neg F(x)), \neg \neg F(x) = F(x))$

$\quad \equiv ¬(\forall x)(\exists y)[¬(a(x, y) \wedge b(x, y)) \vee c(x, y)]$

$\quad \equiv ¬(\forall x)(\exists y)[(a(x, y) \wedge b(x, y)) → c(x, y)]$

(C) choice.

edited by
Answer:

Related questions

12.3k
views
9 answers
42 votes
Ishrat Jahan asked Nov 2, 2014
12,303 views
Let $p, q, r$ and $s$ be four primitive statements. Consider the following arguments:$P: [(¬p\vee q) ∧ (r → s) ∧ (p \vee r)] → (¬s → q)$Q: [(¬p ∧q) ∧ [q → (p ... valid?$P$ and $Q$ only$P$ and $R$ only$P$ and $S$ only$P, Q, R$ and $S$
3.4k
views
1 answers
3 votes
Ishrat Jahan asked Nov 2, 2014
3,403 views
Given below are several usages of the anchor tag in HTML.<A HREF = "http://www.gate.ac.in/HTML/BASIC/testpage.html">Test Me</A><A HREF = "/BASIC/testpage.html"> ... are valid?I and II onlyI and III onlyI, II and III onlyI, II, III and IV
2.1k
views
1 answers
1 votes
Ishrat Jahan asked Nov 2, 2014
2,122 views
Consider an XML file called intro.xml and a document type defintion (DTD) file intro.dtd as follows:intro.xml<?xml version = "1.0"? ... and validatedWell-formed but not validatedValidated but not well-formedNeither validated nor well-formed
24.9k
views
10 answers
62 votes
Ishrat Jahan asked Nov 2, 2014
24,925 views
Suppose that the maximum transmit window size for a TCP connection is $12000$ $\text{bytes}$. Each packet consists of $2000$ $\text{bytes}$. At some point in time, ... {bytes}$8000$ $\text{bytes}$10000$ $\text{bytes}$12000$ $\text{bytes}$