I"m wondering whether it's valid to carry logical operations across false statements, same as as you would across true statements.
Compare:
$$\begin{alignat*}{3} & \ 1 < 2 \\ \Rightarrow & \ 1 + 1 < 2 + 1 \\ \Rightarrow & \ \frac{1}{3} < \frac{1}{2}\\ \end{alignat*}$$
With:
$$\begin{alignat*}{3} & \ 2 < 1 &&\hspace{2cm} \text{is false} \\ \Rightarrow & \ 2 + 1 < 1 + 1 &&\hspace{2cm} \text{is false} \\ \Rightarrow & \ \frac{1}{2} < \frac {1}{3} &&\hspace{2cm} \text{is false} \\ \end{alignat*}$$
$(2<1) → (3<2)$ is True, because the antecedent is False (see Material conditional).
Logical operations are carried on statements, either true or false.
But valid logical operations license the truth of the conclusion only when applied to true premises.