edited by
683 views
4 votes
4 votes

Let $p,q$ be two atomic propositional assertions. Then which of the following is/are false?

  1. $(p \rightarrow q) \vee (p \rightarrow \neg q)$ is a tautology.
  2. $(p \rightarrow q) \vee (q \rightarrow p)$ is a tautology.
  3. $(p \rightarrow q) \vee (q \rightarrow \neg p)$ is a tautology.
  4. $(p \rightarrow q) \vee (\neg q \rightarrow \neg p)$ is a tautology.
edited by

2 Answers

Best answer
6 votes
6 votes

Solving them By Case Method, Case 1 : p = true, Case 2 : p = false

(A) : Case 1 : (T→ q) V (T → q’) = q V q’ = T Hence a tautology.

        Case 2 : (F → q) V (F → q’) = T V T = T Hence a tautology.

 

(B) : Case 1 : (T → q) V (q → T) = q V T = T. Hence a tautology.

        Case 2 : (F → q) V (q → F) = T V q’ = T. Hence a tautology.

 

(C) : Case 1 : (T → q) V (q → F) = q V q’ = T. Hence a tautology.

        Case 2 : (F → q) V (q → T) = T V T = T. Hence a tautology.

 

(D) : Case 1 : (T → q) V (p → q) = (T → q) V (T → q) = q V q = q. We can stop here as q can either be True or False hence a contingency and not a tautology.

 

Hence, Answer to this question would be option d.

selected by
1 votes
1 votes

Detailed Video Solution: https://youtu.be/4BVgmepG3Lk 

A very good answer is provided by @chokostar already HERE.

For Option A,
$\begin{array}{|c|c||c|c|c|c|} \hline p & q & p\rightarrow q & \neg q & p\rightarrow \neg q &(p\rightarrow q)\vee (p\rightarrow \neg q)\\\hline T & T & T & F& F & T\\\hline T & F & F& T & T & T \\\hline F & T & T & F & T & T\\\hline F & F & T & T & T & T   \\ \hline\end{array}$
The formula is valid since it is satisfied by every interpretation. Similarly, we can check for other options.

edited by
Answer:

Related questions

298
views
2 answers
6 votes
GO Classes asked Mar 29
298 views
Which of the following compound propositions is/are a tautology?$[p \land (p \rightarrow q)] \rightarrow q$$[q \land (p \rightarrow q)] \rightarrow p$$[(p \lor q) \land (...
743
views
3 answers
9 votes
GO Classes asked Apr 5, 2023
743 views
Let’s consider the interpretation $v$ where $v(p) = F, v(q) = T, v(r) = T.$ Which of the following propositional formulas are satisfied by $v$?$(p \rightarrow \neg q) \...
913
views
6 answers
10 votes
GO Classes asked Apr 5, 2023
913 views
Consider the following atomic propositions:$\text{R}$: It is Raining$\text{S}$: Sonu is SickWhich of the following is/are correct English Translation of the following log...
1.0k
views
2 answers
7 votes
GO Classes asked Apr 5, 2023
1,011 views
Let $F$ and $G$ be two propositional formula.Which of the following is/are True?$F \vee G$ is a tautology iff at least one of them is a tautologyIf $F \rightarrow G$ is a...