in Mathematical Logic edited by
9,714 views
24 votes
24 votes

Which of the following is/are a tautology?

  1. $a \vee b \to b \wedge c$
  2. $a \wedge b \to b \vee c$
  3. $a \vee b \to \left(b \to c \right)$
  4. $a \to b \to \left(b \to c \right)$
in Mathematical Logic edited by
9.7k views

3 Comments

@Psy Duck don’t you think...proper parenthesis should have been given for option 4 ?

 

0
0
Yes it should have but by default we take implication as right associative
0
0
quite easy!!
0
0

4 Answers

29 votes
29 votes
Best answer

Answer: (B)

$\left(a \wedge b \right) \to b \vee c$
$\implies \neg \left(a \wedge b \right) \vee b \vee c$
$\implies \neg a \vee \neg b \vee b \vee c$
$\implies T$

Option (A) is not TRUE when $c$ is FALSE.
Option (C) is not TRUE when $b$ is TRUE and  $c$ is FALSE.
Option (D) is not TRUE when $a$ and $b$ are TRUE and $c$ is FALSE.

edited by

4 Comments

Associativity like

Not>AND>OR>IMPLICATION 

  • AND,OR is left associative .
  • Implecation is right associative
6
6

Associativity like

Not>AND>OR>IMPLICATION 

You mean Precedence of the Operator rt? 

2
2
@arjun sir can you please telll me precedence of these operations
0
0
12 votes
12 votes

Option b is tautology.

3 Comments

@abhishekmehta4u

Nice approach

1
1

@abhishekmehta4u your approcah is good and all, but a minor mistake in the (A) part :

You accidentally wrote the R.H.S  of (A) as ($b \vee c$ )instead of ($b \wedge c$)

0
0

  Option A is $a \lor b\rightarrow b\land c$,

in option C) $\bar a \bar b+\bar b+c$ should be $\bar b+c$

0
0
0 votes
0 votes

Answer: (B).

Lets go over each of the options with case method where $b = True$.

A)     $a \vee b → b \wedge  c$

$=> (a \vee True) → (True \wedge  c)$

$=> (True) → (c)$

$=> c$

Option A will not be Tautology if $c=False$.

 

B)     $a \wedge  b → b \vee c$

$=> (a \wedge True) → (True \vee c)$

$=> (a) → True$

$=> True$ (Anything implies True is always True)

Option B is Tautology.

 

C)     $a \vee b → (b → c)$

$=> a \vee True → (True → c)$

$=> (True) → (c) $

$=> c $

Option C will not be Tautology if $c=False$.

 

C)     $a →  b → (b → c)$ 
$=> a →  (True → (True → c))$

$=> a →  (True → (c))$

$=> a →  c$

Option D will not be Tautology if $a=True$ and $c=False$

0 votes
0 votes

.

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