428 views

3 Answers

0 votes
0 votes

$(p\rightarrow r)\vee(q\rightarrow r)\equiv(\sim p\vee r)\vee(\sim q\vee r)$

Now we can change propositional operator into boolean operator for easy calculation

$\wedge\equiv\cdot,\vee\equiv +$

$(p\rightarrow r)\vee(q\rightarrow r)\equiv(\bar p+ r)+(\bar q+ r)$

$(p\rightarrow r)\vee(q\rightarrow r)\equiv(\bar p+\bar q)+ r$

we can write like this

$(p\rightarrow r)\vee(q\rightarrow r)\equiv(\sim p\vee \sim q)+ r$

$(p\rightarrow r)\vee(q\rightarrow r)\equiv\sim(p\wedge q)\vee r$

Hence

${\color{Magenta}{(p\rightarrow r)\vee(q\rightarrow r)\equiv(p\wedge q)\rightarrow r} }$

Related questions

3 votes
3 votes
2 answers
2
Pooja Khatri asked Mar 16, 2019
1,280 views
Why are the duals of two equivalent compound propositions also equivalent, where these compound propositions contain only the operators $\wedge, \vee, \sim ?$
2 votes
2 votes
3 answers
3
0 votes
0 votes
2 answers
4