Consider the statement
“Not all that glitters is gold”
Predicate glitters(x) is true if x glitters and predicate gold(x) is true if x is gold. Which one of the following logical formulae represents the above statement?

(A) A
(B) B
(C) C
(D) D
Answer: (D)
Explanation:
The statement “Not all that glitters is gold” can be expressed as follows :
¬(∀x(glitters(x)⇒gold(x)) … (1)
Where ∀x(glitters(x)⇒gold(x) refers that all glitters is gold. Now ,
∃x¬(glitters(x)⇒gold(x)) … (2) , Since we know ¬∀x() = ∃x¬()
(Where ∀ refers to -> All and ∃x refers to -> There exists some).
As we know, A⇒B is true only in the case that either A is false or B is true. It can also defined in the other way :
A⇒B=¬A∨B (negationA or B ) … (3)
From equation (2) and (3) , we have
∃x(¬(¬glitters(x)∨gold(x))
⇒∃x(glitters(x)∧¬gold(x)) … (4) , Negation cancellation ¬(¬) = () : and ¬(()∨()) = (¬()∧¬()) .
So Answer is (D) .
This solution is contributed by Nirmal Bharadwaj.
Quiz of this Question
Level Up Your GATE Prep!
Embark on a transformative journey towards GATE success by choosing
Data Science & AI as your second paper choice with our specialized course. If you find yourself lost in the vast landscape of the GATE syllabus, our program is the compass you need.
Last Updated :
28 Jun, 2021
Like Article
Save Article