edited by
712 views
7 votes
7 votes

Let $F$ and $G$ be two propositional formula.

Which of the following is/are True?

  1. $F \vee G$ is a tautology iff at least one of them is a tautology
  2. If $F \rightarrow G$ is a tautology and $F$ is a tautology, then $G$ is a tautology.
  3. $(F \rightarrow G) \vee (F \rightarrow \neg G)$ is a tautology.
  4. $(F \rightarrow G) \wedge (F \rightarrow \neg G)$ is a tautology iff $F$ is a contradiction.
edited by

2 Answers

2 votes
2 votes
here answer should be ABCD but given is BCD

A because FVQ so if atleast one of them is true then output is true ..
1 votes
1 votes

Option A : F V G can be a tautology when F and G both are tautologies so the iff case is not valid : incorrect

Option B : F -> G is a tautology and F is a tautology which means T -> G = True only when G is a tautology : correct ans

Option C : (F -> G) or (F -> ~G) is a tautology : use By Case method, assume F = True then equation becomes G V ~G which will always be True : correct ans

Option D : (F -> G) and (F -> ~G) : use By Case method, assume F = True then equation becomes G ^ ~G which can never be True [unless in question given F is a contradiction] 

Hence F = False :: T V T will always be True : correct ans

 

Answers : B, C, D

Answer:

Related questions

7 votes
7 votes
2 answers
2