I know $P \implies Q,$ I need to prove that $(P\implies Q)$ implies that $(R\implies S)$
Should I assume $R$ is true? [And $R$ is not the same as $P,$ or $Q$]
I know $P \implies Q,$ I need to prove that $(P\implies Q)$ implies that $(R\implies S)$
Should I assume $R$ is true? [And $R$ is not the same as $P,$ or $Q$]
You first assume $P \implies Q$ is true. Now you want to show $R \implies S$ is true. For this, you further assume $R$ is true and use $P \implies Q$ to show that $S$ is true.
For example, let
$P: A$ is the mother of $B$
$Q: C$ is a sister of $B$
$R: B$ is a son of $A$
$S: A$ is the mother of $C$
We want to show $(P \implies Q)\implies(R \implies S)$
Suppose, $P\implies Q$ and $R$ is true. So, we have that $B$ is a son of $A.$ This means that $A$ is a mother of $B.$ Since, $P \implies Q$ this means that $C$ is a sister of $B.$ Hence, $A$ must be the mother of $C.$
In order to show that $R \implies S$, you assume $R$ is true and prove $S$ is true. In the process you may or may not use $P \implies Q$.