LaTeX tells me there are 12 errors in there :
Code: Select all
\begin{aligned}
$|a_n| \sim |b_n| &\iff |a_n| - |b_n| = o(|a_n|) \\
&\iff \forall \varepsilon > 0, \exists N \in \mathbb{N}, \forall n \ge N, |a_n| - |b_n| \le \varepsilon |a_n|$
\end{aligned}
aligned
environment, since it is the first time I use it. Could someone explain how to use it so that LaTeX does not detect errors ? (surprisingly LaTeX displays exactly what I want to make, but I like documents without errors :D)Thank you ! :)