Definition of $\mathcal O, o, \mathcal {\Omega}, \omega , \mathcal \Theta$ interms of limit
can any 1 please tell me is following correct?
$f(n)=\mathcal {O}(g(n)) \iff \lim_{n \to \infty} \frac{f(n)}{g(n)} = c > 0 $, c is a constant
$f(n)=\mathcal {o}(g(n)) \iff \lim_{n \to \infty} \frac{f(n)}{g(n)} = 0 $
$f(n)=\mathcal {\Omega}(g(n)) \iff \lim_{n \to \infty} \frac{g(n)}{f(n)} = c > 0 $, c is a constant
$f(n)=\mathcal {\omega}(g(n)) \iff \lim_{n \to \infty} \frac{g(n)}{f(n)} = 0 $
can you enlighten me definition of $\Theta$ in terms of limit definition. Also please correct me if i am going wrong in above
Also in Using Limits to Determine Big-O, Big-Omega, and Big-Theta and http://web.mit.edu/broder/Public/asymptotics-cheatsheet.pdf it is given that $lim_{n \to \infty} f/g \neq 0, \infty \iff f=\Theta(g)$ (How??)
Also please elaborate on how they got
$lim_{n \to \infty} f/g \neq \infty \iff f=\mathcal O(g)$ (How??)
$lim_{n \to \infty} f/g \neq 0 \iff f=\Omega(g)$ (How??)