If I have multiple statements and have to prove that they are all equivalent, which proof strategy should I use?
E.g. let's say I have statements A, B, C and D and need to show that they are all equivalent.
I know that I can prove equivalence by proving: $A\implies B\implies C\implies D\implies A$.
My question is do I have to use a circular pattern or can I e.g., if $A\implies C$ is easier to prove than $B\implies C$, simply prove $A\implies B$, $A\implies C$, $C\implies D$, $D\implies A$ or any other random pattern?
