The implication sign $\implies$ is right associative as I read in multiple sources. (e.g. this answer)
Here $A \implies B \implies C$ means: $$A \implies (B \implies C)$$
But I also see common practices in proof where we chain each step via $\implies$.
(e.g. an excerpt here)
Here $A \implies B \implies C$ means:
$$(A \implies B) \wedge (B \implies C)$$
Questions
- How do we distinguish between these two cases?
- What's the alternative to $\implies$ (if it's ambiguous to use)? E.g.
thus
,∴
, are they interchangeable?