edited by
357 views
6 votes
6 votes

Select the proposition that is a contradiction.

  1. $\neg(p \vee q) \wedge p$
  2. $(p \vee q) \wedge p$
  3. $(\neg p \wedge q) \leftrightarrow p$
  4. $(\neg p \wedge q) \rightarrow p$
edited by

1 Answer

4 votes
4 votes

Such questions can be solved by either of the methods.

(i) Truth table 

(ii) By Case method

(iii) Simplification method (viz applying properties or laws that we already know)

(iv) By trying to make as True and as False (where a → b). If it is possible, then its invalid/not a tautology.

 

(A) : By (iii),

                    ( ~p ^  ~q ) ^ p = (~p ^ p) ^ ~q = F ^ anything = F

                    Hence, it is a contradiction.

 

(B) : By (iii),

                (p ^ p) V (q ^ p) = p V q ^ p = p V q

                  Now this will depend on the values of p and q thus it will be a contingency. Hence, not a contradiction.

 

(C) : By (ii),

                 Biimplication can be tautology only in 2 cases – T ↔ T and F ↔ F. 

                     If we take P = T as case 1,

                                                            F ^ anything = F ↔ T = F

                     If we take P = F as case 1,

                                                            T ^ q = q ↔ F

                 We can stop here and not continue as  can take any values thus it will be a contingency. Hence, not a contradiction.                 

 

(D) : By (iii),

                    p V  ~q V p = p V ~q

                    Now this will depend on the values of p and q thus it will be a contingency. Hence, not a contradiction.

 

Correct answer to this question would be (A)

                 

 

Answer:

Related questions

4 votes
4 votes
3 answers
1
7 votes
7 votes
3 answers
2