in GATE edited by
804 views
1 vote
1 vote

State whether the following statements are true or false?

  1. $(P\to Q) \rightarrow (Q\to P)$ always holds, for all propositions $P, Q$.
  2. $\left ( \left ( P\vee Q \right )\rightarrow Q \right )$ $\rightarrow$ $\left ( Q\to \left ( P\vee Q \right ) \right )$ always holds, for all propositions $P, Q$.
  1.    $a$ is true, $b$ is false
  2.    Both $a$ and $b$ are true
  3.    $a$ is false, $b$ is true.
  4.    Both $a$ and $b$ are false.
in GATE edited by
by
804 views

4 Comments

>= should be made --> it just create confusion
0
0
Is $\geq$ a typo?
0
0
it doesn't look like a typo, it's intentional.
0
0

2 Answers

3 votes
3 votes
Best answer
The statement a becomes false when P is 0 & Q is 1.

The statement b is true because

= (( P v Q) => Q) => (Q => (P v Q))

= 1
selected by

2 Comments

1st statement is false for P=1 and Q=0 not P=0 and Q=1.
0
0
1) (P≥Q)→(Q≥P)

(P ->Q) -> (Q->P) = ~(~PVQ)V(~QVP)=(P/\~Q)V(~QVP)

if P =0, Q=1

(1.(~1))+((~1)+0) = 0+0 = 0(False)

2)  ((P∨Q)→Q) → (Q≥(P∨Q)) => True   ( P= 0, Q=1)
0
0
0 votes
0 votes

  Here >= is Implication

1) (P≥Q)→(Q≥P)

(P ->Q) -> (Q->P) = ~(~PVQ)V(~QVP)=(P/\~Q)V(~QVP)

if P =0, Q=1

(1.(~1))+((~1)+0) = 0+0 = 0(False)

2)  ((P∨Q)→Q) → (Q≥(P∨Q)) => alwaysTrue   ( P= 0, Q=1

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

64.3k questions

77.9k answers

244k comments

80.0k users