I have the following logic statement:
If (P OR Q) and
(P => Q) and
(Q => P)
Then
(P AND Q)
I'm told to use Dorothy's Law, which is:
If (A => B)
Then (A OR B => B)
I can't figure out the exact rules of inference and/or laws needed to solve this. Thanks.