tylerc1991
- 158
- 0
Homework Statement
Given two functions f and g, if f and g are continuous at a point x, then the function h = fg is continuous at x.
Homework Equations
Lemma 1
If a function f is continuous at a point x, then f is bounded on some interval centered at x. That is, there exists an M \geq 0 and a \delta > 0 such that for all y,
|x - y| < \delta \implies |f(y)| \leq M.
The Attempt at a Solution
Let f and g be functions that are continuous at a point x.Define a new function h as h = fg.
Let \varepsilon > 0 and \delta_1 > 0.
If f(x) = 0, then it is trivially true that for all y,
\displaystyle |x - y| < \delta_1 \implies |f(x)||g(x) - g(y)| < \varepsilon,
so assume f(x) \neq 0.
Now, suppose \displaystyle \mu = \frac{\varepsilon}{|f(x)|}.
Clearly \mu is a positive real number.
Since g is continuous at x, for all \varepsilon, there exists a \delta_1 such that
|x - y| < \delta_1 \implies |g(x) - g(y)| < \mu. \quad \quad (1)
Let M = 0. Lemma 1 states that, since g is continuous, there exists a \delta_2 > 0 such that |x - y| < \delta_2 \implies |g(y)| \leq M = 0. So,
|x - y| < \delta_2 \implies |g(y)| = 0. \quad \quad (2)
Let \delta = \text{min}( \delta_1, \delta_2 ). Then |x - y| < \delta implies
|h(x) - h(y)| = |f(x)g(x) - f(y)g(y)|
= |f(x)g(x) - f(x)g(y) + f(x)g(y) - f(y)g(y)|
\leq |f(x)g(x) - f(x)g(y)| + |f(x)g(y) - f(y)g(y)|
= |f(x)||g(x) - g(y)| + |g(y)||f(x) - f(y)|
< |f(x)| \mu + 0 = \varepsilon. QED
Pointing out any mistakes / giving constructive criticism is welcome. Thank you very much!