in Mathematical Logic
778 views
0 votes
0 votes

in Mathematical Logic
by
778 views

3 Comments

Always true
0
0
It is always true...in order to solve these question, best method to apply like solving digital logic problems....you will get tautology here...as it is the easy way to solve these kind of questions.
0
0
is there any other way to approach this apart from truth table?
0
0

2 Answers

3 votes
3 votes
$P\leftrightarrow(Q\vee\neg Q)$

$P\leftrightarrow True$

means,the P has to be true i.e. P=1.

$Q\leftrightarrow R$ holds means $Q=R$.

now the expression $(P\wedge Q) \implies ((P\wedge R)\vee S) $ $\equiv$ $(P.Q)\implies((P.R)+S)$

put P=1,  in above expression

$1.Q\implies((1.R)+S)$

$Q\implies R+S$

$Q'+R+S$ $\equiv$$R'+R+S$ $\equiv$$1+S$ $\equiv$ $1$

$\text{So the above expression is true}$

2 Comments

Q⟹R+SQ⟹R+S

Q′+R+S  how?
0
0
@manisha

$P\implies Q$  $\equiv $   $\neg P \vee Q$ and in

Digital logic we can write it as $P'+Q$
2
2
1 vote
1 vote

 u can take it as:

(P*Q)-->(PQ)+S (TAKE UNION AS + AND INTERSECTION AS *)

=(PQ)'+(PQ)+S (AS A-->B <==> A'+B)

=P'+Q'+PQ+S 

=P'+PQ+Q'+S (AS A+BC <==> (A+B)(A+C)

=(P'+P)(P'+Q)+Q'+S

=P'+Q+Q'+S

=1+P'+S====>1

IF THIS VALUE COMES OUT TO BE

@1 ITS TAUTOLOGY(TRUE)

@0 ITS CONTRADICTION(FALSE)

@ANY VARIABLE (CONTINGENCY)

and here value is 1 so its a Tautology or True(A)

by

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