in Mathematical Logic edited by
858 views
3 votes
3 votes

Show that (p ∨ q) ∧ (¬p ∨ r) → (q ∨ r) is a tautology. Prove it without Truth tables.

in Mathematical Logic edited by
858 views

2 Answers

5 votes
5 votes
Best answer

    (p v q) ∧ (~p v r) -> (q v r)

= (p + q)(~p + r ) - > (q + r)

= ~((p +q)(~p + r)) + (q + r)

= (p + q)' + (p' + r)' + (q + r)

= p'q' + pr' + q + r

= (p'q' + q ) + ( pr' + r )

= (p' + q ) + ( p+ r)

= (p' + p ) + q + r

= T + q + r

= T

selected by
0 votes
0 votes

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