551 views

3 Answers

0 votes
0 votes

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

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

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

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

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

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

we can write like this

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

Hence

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

Related questions

3 votes
3 votes
2 answers
2
Pooja Khatri asked Mar 16, 2019
1,251 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