I'm new to this site
I'm starting to learn how to write proofs correctly and I will be very grateful if you help me find and correct the places where I write the syntax in the wrong way.
Here's a basic theorem of limits, how correct is the writing, are there any needs to write more explanation of how I came to some conclusions?
$$\forall\alpha,x\in \mathbb{R}\left((\lim \alpha = 0,\lim x = \pm\infty) \Rightarrow \lim \frac{1}{x} = 0,\lim \frac {1}{\alpha} = \pm \infty, \lim \frac {\alpha}{x} = 0 \right)$$ $\large\forall \varepsilon,M\in \mathbb{R^+}\exists\alpha,x\in \mathbb{R}\Big((\lim \alpha = 0,\lim x = \pm\infty) \Rightarrow |\alpha| < \varepsilon, |x| > M \Big) \\ \large\Rightarrow |\frac {1}{\alpha}|> \frac {1}{\varepsilon}, |\frac {1}{x}| < \frac {1}{M} \\ \large\Rightarrow \forall \varepsilon,M,N,\epsilon\in \mathbb{R^+}\exists\alpha,x\in \mathbb{R} \left((|\frac {1}{\alpha}|>\varepsilon > N, |\frac {1}{x}| < M < \epsilon) \Rightarrow \lim {\frac {1}{\alpha}} = \pm\infty, \lim {\frac {1}{x}} = 0\right)\ (1.a) \\ \large\Rightarrow \left(\lim {\alpha} = 0, \lim {\frac{1}{x}} = 0 \right) \Rightarrow \left( |\alpha| < \sqrt{\varepsilon}, |\frac {1}{x}| < \sqrt{\varepsilon} \right) \Rightarrow \left( |\frac {\alpha}{x}| < \varepsilon \right) \\ \large\Rightarrow \lim {\frac {\alpha}{x}} = 0 \ (2.a) \\ \large \Rightarrow (1.a),(2.a) \hspace{1cm} \blacksquare$
First of all I'm not quite sure in what places should I write the "for all" and "there exists" at the start of each line, and is this a correct way to write marks (like (1.a)) at some lines so I can link them later as implications that support the explanation.
In general how strict is the writing of proofs, like should I include "for all" in all the lines?