Theorem 4.3.4.(iv) says that $f(x)/g(x)$ is continuous at $c$ if both $f$ and $g$ are, provided that the quotient is defined. Show that if $g$ is continuous at $c$ and $g(c)\neq 0$, then there exists an open interval containing $c$ on which $f(x)/g(x)$ is always defined.
Solutions to Homework 6 Let $A$ be the domain of $f$. Define $e =\displaystyle \frac{1}{2}|g(c)|$.
1. How can we presage this choice of e? I don't understand the modus operandi of this proof.
2. Intuition please?
Then $e >0$. $g$ is posited as continuous at $c$, so choose $\delta>0$ such that for all $x\in A$ with $|x-c|<\delta$, we have $|g(x)-g(c)|< e$. For $x\in(c-\delta,\ c+\delta)\cap A$, use the triangle inequality at the first step:
3. Don't we write $|x -c | <\delta $ for delta-epsilon proofs? Why $x\in(c-\delta,\ c+\delta)\cap A$?
4. The reverse triangle inequality is $|g(x) - g(c)| \ge \color{red}{|} \, |g(x)| - |g(c)| \, \color{red}{|}$. How does this invoke:
$ \begin{align} |g(x)| & \geq |g(c)|-|g(x)-g(c)| \\ & >|g(c)|-\xi \\ & =|g(c)|-\frac{1}{2}|g(c)| \\ & >0. \end{align} $
There is no reason to pick $e=\frac12|g(c)|$. Apparently this choice is just based on the intuition that "$\frac\epsilon2$ always works, and if it doesn't, try $\frac\epsilon3$". Picking $e=|g(c)|$ suffices (try it with the rest of the proof!)
The intuition behind picking $e=|g(c)|$? After all, $|g(c)|$ is about the only number we know from the probem statement that is positve ...
$x\in(c-\delta,c+\delta)\cap A$ is equivalent to $|x-c|<\delta$ and $x\in A$.
Note that $|a|\ge a$. Also, you can use the usual triangle inequality $|g(c)|=|g(x)+(g(c)-g(x))|\ge |g(x)|+|g(c)-g(x)|=|g(x)|+|g(x)-g(c)|$.