The statement $$\lim_{x\to -\infty}(2+3x^2)=\infty$$
certainly means that the limit doesn't exist at $-\infty$. To prove this by the definition of limit requires the use of its negation $$(\vert x-p\vert < \delta) \land\vert f(x)-L\vert\geq\epsilon$$
This function is real valued, so we can't construct any argument by $p=\infty$ and so on. Rather, I think it should be sufficient to show that no matter what $\delta$ is chosen, when $p\to \infty$, the distance $d(f(x),L)\to \infty$ and as such is greater than any $\epsilon>0$. What steps should I take to make this proof work?
In order to prove $$\lim_{x\to -\infty}(2+3x^2)=\infty$$ You need to show that given any $M>0$ there exists an $N<0$ such that if $x<N$ then $2+3x^2 >M$
Given an arbitrary large positive $M$, you want $3x^2>M-2$ or $x^2> \frac {M-2}{3}$
This will be satisfied if $|x|>\sqrt{ \frac {M-2}{3}}$ So let $ N=-\sqrt{ \frac {M-2}{3}}$
Now if $x<N$ we have $2+3x^2 >M$ which is what you wanted to prove.