I am trying to prove, using logical equivalences, that $$[(p \to q) \land (q \to r)] \to (p \to r)$$ is a tautology. My attempt:
$$\sim[(p\to q) \land (p\to r) ] \lor(\sim p \lor r) \\ \equiv [\sim (p\to q) \lor \sim (q\to r) ]\lor (\sim p \lor r) \\ \equiv [(p\land \sim q)\lor (q \land \sim r ) ]\lor (\sim p \lor r).$$
Let $p$, $q$, and $r$ be given propositions. Assume that $p$ implies $q$ and $q$ implies $r$ are true statements. If $p$ is false, then the statement $p$ implies $r$ is true. Suppose from now on that $p$ is true. By assumption, $q$ is true and then $r$ is true. We have proved that $p$ implies $r$ is true. Now can you translate this into symbols?