I'm learning to write mathematical proofs. When the statement to be proven is in the form "$p$ if and only if $q$", the proof is often broken into two parts: necessity and sufficiency. I wonder whether I should organize my proof like:
Necessity: $p \Rightarrow q$
Sufficiency: $ q \Rightarrow p$
... or vice versa?
Since $p \Leftrightarrow q$ is is equivalent to $q \Leftrightarrow p$, does it really matter? Is there any accepted practise to put $p \Rightarrow q$ in necessity or sufficiency, depending on the order in which the statements are presented?