I have doubts on big-o $O$.
Considering two function $f$ and $g$ , if
$\lim_{x\to c} \frac{f(x)}{g(x)}=l \in \mathbb{R}$
Then we say that $f=O(g)$ as $x \to c$
Is it true in general that $f=O(g) \iff g=O(f)$?
I don't see why it shouldn't be, since, following the definition,
$\lim_{x\to c} \frac{f(x)}{g(x)}=l \in \mathbb{R} \iff \lim_{x\to c} \frac{g(x)}{f(x)}=m \in \mathbb{R} $
If this is not true, in this particular case is the following implication correct?
$f\sim g \implies f=O(g) \wedge g=O(f)$
Thanks a lot for your help
No.
The usual definition of $f=O(g)$ is that there exist $a,b>0$ such that $|f(x)|<a\cdot |g(x)|$ whenever $|x-c|<b$ (or for the exceptional case $c=+\infty$: whenever $x>b$). Then limit $\lim_{x\to c}\frac{f(x)}{g(x)}$ need not even exist; for example $\sin x = O(1)$ as $x\to +\infty$ (or in fact for any other $c$ as well).