This is one of my first proofs about fields. Please feed back and criticise in every way (including style and details).
Let $(F, +, \cdot)$ be a field. Non-trivially, $\textit{associativity}$ implies that any parentheses are meaningless. Therefore, we will not use parentheses. Therefore, we will not use $\textit{associativity}$ explicitly.
By $\textit{identity element}$, $F \ne \emptyset$. Now, let $a \in F$. It remains to prove that $0a = 0$. \begin{equation*} \begin{split} 0a &= 0a + 0 && \quad \text{by }\textit{identity element }(+ ) \\ &= 0a + a + -a && \quad \text{by }\textit{inverse element }(+ ) \\ &= 0a + 1a + -a && \quad \text{by }\textit{identity element }(\cdot) \\ &= (0 + 1)a + -a && \quad \text{by }\textit{distributivity } \\ &= (1 + 0)a + -a && \quad \text{by }\textit{commutativity }(+ ) \\ &= 1 a + -a && \quad \text{by }\textit{identity element }(+ ) \\ &= a + -a && \quad \text{by }\textit{identity element }(\cdot) \\ &= 0 && \quad \text{by }\textit{inverse element }(+ ) \end{split} \end{equation*} QED
PS: Is "Let $(F, +, \cdot)$ be a field." ok? Besides, I would not want to call $F$ a field, because $F$ is just a set. Also, what do you think about using adverbs like "Now"? How would you have said the associativity-thing?