Given: $\forall x \in \mathbb R$ $g(x)\gt 0 $ and $\displaystyle \lim_{x \to + \infty} \frac{f(x)}{g(x)}=L \gt0$, prove that:
$\exists N \in \mathbb R$ such that $\forall x\gt N$ $f(x) \gt0$
So starting with the definition of the limit when $x$ approaches $+\infty$ we get
$ \forall \epsilon \gt 0, N \in \mathbb R$
$$x\gt N \Rightarrow \left| \frac{f(x)}{g(x)}-L \right| \lt \epsilon $$
if I pick $\epsilon=1$ I'm left with an inequality for $f(x)$ that leaves me worse off, forcing me to pick $L=1$ to make the inequality true, whereas I'm sure I want to prove this for every $L.$
If you take $\varepsilon = \dfrac{L}{2}$, then you have the existence of $N\in\mathbb R$ such that $$x> N \Rightarrow \frac{f(x)}{g(x)}>L-\frac{L}{2} = \frac{L}{2}>0$$ thus $$x> N \Rightarrow f(x) > \frac{L}{2}g(x)>0.$$