Skip to content
Related Articles
Open in App
Not now

Related Articles

GATE | GATE-CS-2015 (Set 2) | Question 65

Improve Article
Save Article
Like Article
  • Difficulty Level : Hard
  • Last Updated : 11 Oct, 2021
Improve Article
Save Article
Like Article

Which one of the following well formed formulae is a tautology? \"Q64\"

(A)

A

(B)

B

(C)

C

(D)

D


Answer: (C)

Explanation:

In logic, a tautology is a formula that is true in every possible interpretation. 

All options here are based on order of application of quantifier. So, there are 2 rules:

  • The positions of the same type of quantifiers can be switched
  • The positions of different types of quantifiers cannot be switched.

Now, let\’s see the Choices of the question: 

Option (a) 

Sign <-> represents \”not equivalent\”.

∀x∃y R( x, y ) is not equivalent to ∃Y ∀X R( X, Y )

Let R( X, Y ) represent X < Y for the set of numbers as the universe, for example. Then ∀X ∃Y R( X, Y ) reads \”for every number x, there is a number y that is greater than x\”, which is true, while ∃Y ∀X R( X, Y ) reads \”there is a number that is greater than every (any) number\”, which is not true. So this option is rejected. 

Option (d) 

Sign -> represents \”euivalent\”

 ∀X ∀Y R( X, Y ) is equivalent to ∀X ∀Y R( Y, X )

Let R( X, Y ) represent X < Y for the set of numbers as the universe, for example. Then ∀X ∀Y R( X, Y ) reads \”for every number X, there is every Y that is greater than x\”, while ∀X ∀Y R( Y, X ) reads \”for every number Y, there is every X that is greater than Y\”. 

And both can’t be equivalent (because at one time, one will be true and other one will be false) So this option is rejected. 

Option (b) is clearly rejected as two predicate can’t be equivalent to one predicate only. So Option (c) is the correct one. 

Explanation for Option (c) – as position of the quantifier is not changed and since LHS P -> R = ⌐P ᴠ R which is equal to RHS. Option c is tautology and correct answer too. 

Note: For solving proposition logic question, always remember not to try with rules only. Just take an example and see if options are satisfying it or not. Because for a particular example, three options will give same result and one will be different. And different one is your answer. 

For basics to this question, you can refer to: http://www.cs.odu.edu/~cs381/cs381content/logic/pred_logic/quantification/quantification.html 

This explanation has been contributed by Nitika Bansal. 


Quiz of this Question
Please comment below if you find anything wrong in the above post

My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!