What is the reason for the logical equivalence between the predicates?
1. (p->r) AND(q->r)= (p OR q)->r
2. (p->r) OR (q->r)=(p AND q)->r
In these expressions ,I am unable to get out the reason why while doing AND operation ,we get OR of the two propositions p and q,so plz explain the reason for both expressions.