Given the implication $[(p\vee (q\wedge r) \wedge (p\to s)] \to (r\vee s)$, establish the validity of the argument using resolution.
This is the answer my textbook gave:
$$\begin{array}{rll}1&p\vee(q\wedge r)&\textrm{Premise}\\ 2&(p\vee q)\wedge(p\vee r)&\textrm{Step 1 and Distributive Law}\\ 3&p\vee r&\textrm{Step 2 Rule of Conjunctive Simplification}\\ 4&p\to s&\textrm{Premise}\\ 5&!p\vee s&\textrm{Step 4, }p\to s\Leftrightarrow\,!p\vee s\\ 6&r\vee s&\textrm{Steps 3 and 5, Rule of the Conjunction and Resolution}\end{array}$$
Why is $p\vee q$ not used in step 6, with the resolvent as $r\vee s\vee q$?