Let Graph(x) be a predicate which denotes that x is a graph. Let Connected(x) be a predicate which denotes that x is connected. Which of the following first order logic sentences DOES NOT represent the statement: “Not every graph is connected”.?
(A) ¬∀(x)(Graph(x) ⇒ Connected(x))
(B) ∃x(Graph(x) ∧¬ Connected(x))
(C) ¬∀(¬Graph(x) v Connected(x))
(D) ∀x(Graph(x) ⇒ ¬Connected(x))
soln:- Every graph is connected ...
i.e. predicate formula
∀(x)(Graph(x) ⇒ Connected(x))
Now taking negation of above statement, it will give "Not every graph is connected"
i.e. ¬∀(x)(Graph(x) ⇒ Connected(x))
after solving getting answer ... (B). ∃x(Graph(x) ∧¬Connected(x)) But in answer booklet answer is D how ????
Yes, the logical expressions in A, B and C each say that "Not every graph is connected", whereas the expression in D says that every graph is disconnected. So D is the only expression not representing the given statement. The statement "not every graph is connected" means that there exists at least one disconnected graph, which is not the same as saying every graph is disconnected.