Given that $$\lim_{x\to0^+}\frac{1}{x}=\infty$$Is it possible to prove that $$\lim_{x\to0}\frac{1}{x^2}=\infty$$ using only the basic limit laws (such as the "limit of a sum is the sum of limits", and the analogous for subtraction, multiplication, division) and, if necessary, the fact that $\lim_{x\to a}f(g(x))=f(\lim_{x\to a}g(x))$ if $f(x)$ is continuous at $x=\lim_{x\to a}g(x)$?
I'm trying to explain this to a friend, by my reasoning depends on saying that $$\lim_{x\to0^+}\frac{1}{x^2} =\left(\lim_{x\to 0+ }\frac{1}{x}\right)^2$$ which I can't say if its a legal step, since $x^2$ isn't "continuous at infinity".
If you agree that
$$\lim_{x\to0^+}{1\over x}=\lim_{x\to0}{1\over |x|}$$
then, using an appropriate "multiplication" theorem for limits of the form $\lim_{x\to a}(f(x)g(x))=\lim_{x\to a}(f(x))\lim_{x\to a}(g(x))$, we have
$$\lim_{x\to0}{1\over x^2}=\lim_{x\to0}{1\over|x|^2}=\left(\lim_{x\to0}{1\over|x|} \right)^2=\left(\lim_{x\to0^+}{1\over x} \right)^2=\infty$$
Added later (at OP's request): All you really need here is a theorem that says
$$\lim_{x\to a}f(x)=\lim_{x\to a}g(x)=\infty\implies \lim_{x\to a}(f(x)g(x))=\infty$$
But this follows easily from the definition of $\infty$ as a limit: $\lim_{x\to a}f(x)=\infty$ if for all $M\gt0$ (no matter how large) there exists a $\delta\gt0$ such that $|x-a|\lt\delta\implies f(x)\gt M$. Here's the proof: Let $M\gt0$, and let $M=M_1M_2$ with $M_1,M_2\gt0$. Since $\lim_{x\to a}f(x)=\infty$, there is a $\delta_1\gt0$ such that $|x-a|\lt\delta_1\implies f(x)\gt M_1$. Likewise, since $\lim_{x\to a}g(x)=\infty$, there is a $\delta_2\gt0$ such that $|x-a|\lt\delta_2\implies g(x)\gt M_2$. Now let $\delta=\min(\delta_1,\delta_2)$. Then $|x-a|\lt\delta$ implies $f(x)\gt M_1$ and $g(x)\gt M_2$, hence $f(x)g(x)\gt M_1M_2=M$, and thus $\lim_{x\to a}(f(x)g(x))=\infty$.
Note: These basic "arithmetic" theorems for limits do require the formal (epsilon-delta) definitions for their proofs. But once you have the theorems at your disposal, you can cut way back on the need for the formal definitions. You just have to make sure you're applying the theorems correctly.