Using any of the rules of inference and Rules of Replacement, prove
$$P \to A\tag{premise} $$
$$ Q \to B \tag{premise}$$
$$(P \land Q) \to (A\land B)\tag{conclusion)}$$
I was able to solve it to the conclusion of $(P\lor Q) \to (A\lor B)$, but I can't seem to figure out how to use the Rules of Replacement and Implication to get to the conclusion in the title.
We can start with: $(P \to A) \equiv (\lnot P \lor A)$ by Material Implication.
The same with: $(Q \to B) \equiv (\lnot Q \lor B)$.
By Addition we get:
and:
Now we apply Conjunction to get:
So far we have:
The next step is to apply Distributivity to get:
Then use De Morgan's laws:
followed by Material Implication to conclude with: