in Mathematical Logic retagged by
8,121 views
14 votes
14 votes

Let $p$ and $q$ be two propositions. Consider the following two formulae in propositional logic.

  • $S_1: (\neg p\wedge(p\vee q))\rightarrow q$
  • $S_2: q\rightarrow(\neg p\wedge(p\vee q))$

Which one of the following choices is correct?

  1. Both $S_1$ and $S_2$ are tautologies.
  2. $S_1$ is a tautology but $S_2$ is not a tautology
  3. $S_1$ is not a tautology but $S_2$ is a tautology
  4. Neither $S_1$ nor $S_2$ is a tautology
in Mathematical Logic retagged by
by
8.1k views

2 Comments

B is the correct answer.
2
2

Fastest way is to try out $(p,q) = \{(0,1), (1,0)\}$ combinations.

Works for most GATE questions.

Here, it gives Ans (B.)

5
5

8 Answers

1 vote
1 vote
We can Use By Case Method .

Case 1 : P = True

S1 : ( ~T ∧ ( T V q ) ) → q = (F ∧ (q) ) → q = F → q = T

S2  : q → (~T∧(T∨q)) = q → F = ~q . S2 can be True / False

 

Case 2 : P = False

S1 :  ( ~F ∧ ( F V q ) ) → q = q→ q  = T .

S2 : q → (~F∧(F∨q)) = q → q = T

 

We can clearly see for any value of P :

S1 is Tautology

S2 is not Tautology

Hence , Option (B) is correct .
0 votes
0 votes
S1 : (p’ $\wedge$ (p V q)) → q  $\equiv$ (p’ $\wedge$ q) → q
Approach 1 (Intuition based) :- Given p is false and q is true, from this info we can infer that q is true. So, S1 is valid argument.
Approach 2 (Formula based) :- (p’ $\wedge$ q) → q $\equiv$ (p’ $\wedge$ q)’ V q $\equiv$ p V q’ V q $\equiv$ True. So, tautology.

S2 : q → (p’ $\wedge$ (p V q)) $\equiv$ q → (p’ $\wedge$ q)
Approach 1 (Intuition based) :- Given q is true, from this info we can not infer that p is false and q is true. So, S1 is invalid argument.
Approach 2 (Formula based) :- q → (p’ $\wedge$ q) $\equiv$ q’ V (p’ $\wedge$ q) $\equiv$ (q’ V p’) $\wedge$ (q’ V q) $\equiv$ (q’ V p’). So, not tautology.
by
0 votes
0 votes

S1 is direct definition of disjunctive syllogism, so it is a tautology.

But S2 is converse of disjunctive syllogism, and the converse of disjunctive syllogism is not true, so it is not a tautology. 

Hence, answer: B

0 votes
0 votes

Hope it helps!! By the help of case method it is solved

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true