retagged by
3,961 views
19 votes
19 votes

Which of the following well-formed formulas are equivalent?

  1. $P \rightarrow Q$
  2. $\neg Q \rightarrow \neg P$
  3. $\neg P \vee Q$
  4. $\neg Q \rightarrow P$
retagged by

7 Answers

Best answer
24 votes
24 votes
  1. $P→Q   \equiv \neg P\vee Q$
  2. $¬Q→¬P\equiv Q\vee \neg P$
  3. $¬P\vee Q   \equiv \neg P \vee Q$

So, $A,B,C$ are equivalent .

selected by
8 votes
8 votes
  1. $P\rightarrow Q \equiv \neg P \vee Q$
  2. $\neg Q\rightarrow \neg P\equiv \neg(\neg Q)\vee \neg P \equiv \neg P \vee Q$
  3. $\neg P\vee Q$
  4. $\neg Q \rightarrow P\equiv \neg (\neg Q) \vee P \equiv P \vee Q$


So,  $A,B$ and $C$ are equivalent.

edited by
7 votes
7 votes
A,B,C are equavelent i.e. $P\rightarrow Q \equiv \sim P \vee Q$

A and C are equal because if $\rightarrow$ is true then Contradiction always true.
edited by
2 votes
2 votes

Let P and Q be statements.

1. (PQ)⇔(¬P V Q),

2. (PQ)⇔(¬Q→¬P), that is, the implication PQ is logically equivalent to the contrapositive ¬Q→¬P.

Hence 1 2 and 3 are equivalent.

Answer:

Related questions

4.2k
views
3 answers
14 votes
makhdoom ghaya asked Nov 27, 2016
4,226 views
Which one of the following statements (s) is/are FALSE?Overlaying is used to run a program, which is longer than the address space of the computer. ... and postfix walls over a binary tree, the binary tree can be uniquely constructed.
10.3k
views
2 answers
26 votes
makhdoom ghaya asked Nov 27, 2016
10,308 views
Which of the following problems are undecidable?Membership problem in context-free languages.Whether a given context-free language is regular.Whether a finite state automation halts on all inputs.Membership problem for type $0$ languages.
6.2k
views
5 answers
31 votes
makhdoom ghaya asked Dec 15, 2016
6,248 views
Symbolize the expression "Every mother loves her children" in predicate logic.
1.9k
views
2 answers
5 votes
makhdoom ghaya asked Nov 29, 2016
1,931 views
Is the following code template for the if-then-else statement correct? if not, correct it.$\text{if} \text{ expression then statement } 1$ ... E > O$ to $L1$Code for statement $1$L1$: Code for statement $2$