Premise:
- ∀x(Q(x)→(R(x)∧S(x)))
- ∀x(P(x)∧Q(x))
Then show ∀x(P(x)∧S(x)) is true. I have been messing with this problem for well over an hour and I cannot find the rules of inference to prove this. I also cannot find too many examples online.
Any help is desperately needed.
Thanks
Hint
Use UI with 2nd premise to derive $Pa \land Qa$ and then use Simplification to derive $Pa$ and $Qa$.
Using again UI with 1st premise and then Modus Ponens, derive $Ra \land Sa$.
Use Simplification again and then Conjunction to derive $Pa \land Sa$.
The conclusion follows by Generalization.