edited by
3,124 views
6 votes
6 votes

Which of the following is a tautology?

  1. $P \rightarrow P \wedge Q$
  2. $P \rightarrow Q \wedge V$
  3. $(P \rightarrow Q) \wedge (Q \rightarrow R) \rightarrow P \rightarrow R$
  4. $(P \rightarrow Q) \leftrightarrow (\sim Q \rightarrow \sim P)$

edited by

3 Answers

Best answer
12 votes
12 votes

$P\to Q = \neg P \vee Q$
$\neg Q \to \neg P = Q \vee \neg P$

Hence, D is correct.

C choice is also correct as $\to$ is usually taken as right associative (See here: http://math.stackexchange.com/questions/12223/associativity-of-logical-connectives ). It'll be interpreted as

$\left(\left(P\to Q\right) \wedge \left(Q\to R\right)\right) \to \left(P \to R\right)$

This is a tautology.

selected by
2 votes
2 votes

actually both (c) and (d) are correct.

d is called the contrapostive.

as for the third option

now let's say that the third option is incorrect then we can have (p -> r) false even when the left hand side is true.

but p -> r false means p = True and R = False. Now for the left hand side to be true Q has to be false and true at the same time. Since (p -> q) demands q to be false whereas (q -> r) demands q to be true. which is never possible hence that is also a tutology.

Related questions

1 votes
1 votes
1 answer
2
2 votes
2 votes
2 answers
3
One asked May 3, 2016
3,991 views
1.$ [(p\to q)\wedge (q\to r)]\to (p\to r)$2. $[(p \vee q) \wedge (p \to r) \wedge (q \to r)] \to r$
0 votes
0 votes
0 answers
4
shekhar chauhan asked Apr 22, 2016
1,255 views
“All hummingbirds are richly colored.”“No large birds live on honey.”“Birds that do not live on honey are dull in color.”“Hummin...