This is a bit old question but I would like to fix some formula deformation.
According to $\neg(A\wedge B)=\neg A\vee\neg B$ and its dual the left part of expression $(1)$ is equivalent to
$$\neg(\neg P\vee Q)\vee\neg(\neg Q\vee R)=(P\wedge\neg Q)\vee(Q\wedge\neg R)=P\vee\neg R\ .$$
This might be wrong.
You can check this easily by drawing Venn-diagram.
I think the easiest way to "prove" this question is using truth table....but,
of course,
There is no proposed equivalence in your proposition that you can prove through symbolic manipulation of one or both sides using logical equivalencies. You can use a truth-table to show that your proposed implication is a tautology.
Anyway, give it a try.
First, as you can see in the question, you can deform the given formula like this.
$(P \rightarrow Q) \wedge (Q \rightarrow R) \rightarrow (P \rightarrow R) $
$ \equiv (P \wedge \neg Q) \vee (Q \wedge \neg R) \vee (\neg P \vee R) $
used $\neg$ and $\vee$ instead of implication and used de Morgan's law.
$ \equiv ((( P \wedge \neg Q) \vee Q) \wedge ((P \wedge \neg Q) \vee \neg R)) ) \vee (\neg P \vee R)$
applied distributive law to $(P \wedge \neg Q) \vee (Q \wedge \neg R)$ .
$ \equiv ((( P \vee Q ) \wedge (\neg Q \vee Q)) \wedge ((P \vee \neg R) \wedge (\neg Q \vee \neg R)) ) \vee (\neg P \vee R)$
dist. law to the each of $(P \wedge \neg Q) \vee Q $ and $(P \wedge \neg Q) \vee \neg R$.
$ \equiv ((( P \vee Q ) \wedge T)) \wedge ((P \vee \neg R) \wedge (\neg Q \vee \neg R)) ) \vee (\neg P \vee R)$
used $ T \equiv A \vee \neg A$ for simplicity.
$ \equiv (( P \vee Q ) \wedge (P \vee \neg R) \wedge (\neg Q \vee \neg R ) )\vee (\neg P \vee R)$
used $A \wedge T \equiv A$
and, use dist. law to ($(.....) \vee (\neg P \vee R))$).
$ \equiv (( P \vee Q )\vee (\neg P \vee R)) \wedge ((P \vee \neg R)\vee (\neg P \vee R)) \wedge ((\neg Q \vee \neg R )\vee (\neg P \vee R))$
use associative law.
$ \equiv (P \vee Q \vee \neg P \vee R) \wedge (P \vee \neg R\vee \neg P \vee R) \wedge (\neg Q \vee \neg R \vee \neg P \vee R)$
use $ T \equiv A \vee \neg A$ and use $T \vee X \equiv T $
$ \equiv (P \vee \neg P \vee Q \vee R) \wedge (P \vee \neg P \vee \neg R \vee R) \wedge (R \vee \neg R \vee \neg Q \vee \neg P )$
$ \equiv (T \vee Q \vee R) \wedge (T \vee \neg R \vee R) \wedge (T \vee \neg Q \vee \neg P )$
$ \equiv T \wedge T \wedge T$
finally,
$ \equiv T$
Just use dist. law several times and you will get the answer.
Sorry for my poor English and thanks for your reading.
HAVE A NICE DAY!