in Mathematical Logic retagged by
2,399 views
1 vote
1 vote
The proposition {[p → (q ∨ r)] ∧ (~q)} → (p → r) is
in Mathematical Logic retagged by
by
2.4k views

1 comment

the answer given is  Tautology, but m' unable to proove?
0
0

2 Answers

4 votes
4 votes
Best answer

[p → (q ∨ r)] ∧ (~q)} → (p → r)
= ((p' + q + r)q')' + p' + r
= (p'q' + rq')' + p' + r
= (p + q)(r' + q) + p' + r
= pr' + pq + qr' + q + p' + r
=pr' + (pq + qr' +q) + p' + r = (pr' + p') + q(p + r' +1) + r
= p' +r' + q + r
=p' + q + (r + r')
= p' +
 q + T
= TAUTOLOGY

 

selected by

1 comment

4th '=' from top   ---- in middle it shud be q instead of qq'
0
0
5 votes
5 votes
implication is false when lhs is true and rhs is false

so rhs p->r is false if p is true and r is false (we assume RHS is false)

coming to lhs it is conjunction of two terms

-q is true  that means q is false

p->(q or r)    p is true q and r are false  so T->F is false

so lhs is false and false that gives false

F->F is true

so it is tautology(bcoz if rhs is false lhs is also false )

4 Comments

Good method. You have gone inside the formula- so all GATE questions on this topic will be very easy :)
2
2
by considering this, how can we say its true for all combinations of p q r boolean values, thus forming tautology, thus a single case enough?
0
0
In case of Implication(=>), When LHS is true and RHS is false is the only case that the overall result becomes false. That's why he has checked for that case only. In all the other cases its undoubtedly a Tautology.
1
1
thanks
0
0
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