Can multiple contrapositives be used to disprove statements?
Suppose we have $$x \implies y \implies z,$$ and that $z$ is false. Thus, by contrapositive, $y$ cannot be true; so, $x$ cannot be true either. Is this valid or logically incoherent?
Can multiple contrapositives be used to disprove statements?
Suppose we have $$x \implies y \implies z,$$ and that $z$ is false. Thus, by contrapositive, $y$ cannot be true; so, $x$ cannot be true either. Is this valid or logically incoherent?
Yes, you've validly argued that $$\Big((x \to y) \land(y \to z)\Big)\land\lnot z\quad\to\quad\lnot x$$ is a tautology.
In case the sentence $$x \implies y \implies z$$ is being read with right associativity: the assignment $(x,y,z)=(1,0,0)$ shows that $$\Big(x \to (y \to z)\Big)\land\lnot z$$ does not entail $$\lnot x.$$
This is an example of the transitive property of the material conditional:
$(a \implies b) \wedge (b \implies c) \implies (a \implies c)$
Proof
$$(a \implies b) \wedge (b \implies c) \implies (a \implies c) \equiv \neg [(\neg a \vee b) \wedge (\neg b \vee c)] \vee (\neg a \vee c)$$ by definition of material conditional.
Applying De Morgan's Rule to the antecedent, we get:
$$ (a \wedge \neg b) \vee (b \wedge \neg c) \vee \neg a \vee c$$
Looking at each disjunct, this formula will be true if $\neg a$ or $c$ is true.
If we set them to false, we must have $(a \wedge \neg b)$ or $(b \wedge \neg c)$ be true, but this must be true under our assumptions since $a$ will be true and $\neg c$ will be true and either $b$ or $\neg b$ will be true.
So the initial formula is a tautology (always true). In fact, it is truth-functionally independent of the value of $b$ and hence makes sense why we can bypass/shortcut it to get right to $a \implies c$.
Now that we've shown we can reduce $a \implies b \implies c$ to $a \implies c$, we can apply the usual Modus Tollens (as you have done) to get your conclusion: $\neg c \implies \neg a$