Kate2010
- 134
- 0
Homework Statement
Assume:
1) f(x) \rightarrow yo as x \rightarrow x0
2) g(y)\rightarrow l as y \rightarrow y0
3) g(y0) = l
Prove that g(f(x)) \rightarrow l as x \rightarrow x0
Homework Equations
Definition of function tending to limit - E is a subset of R, f:E->R, f tends to l as x tends to p if for all e>0 there exists a d>0 such that |f(x) - l | < e for all x in E such that 0 < |x-p|< d.
Theorem: f: E \rightarrow R where E \subseteq R, p is a limit point of E and l \in R. The following are equivalent:
a) f(x) \rightarrow l as x \rightarrow p
b) for every sequence {pn} in E such that pn \neq p and lim_{n\rightarrow\infty} pn = p we have that f(pn) \rightarrow l as n\rightarrow \infty
The Attempt at a Solution
I thought I could use the above theorem with (1) to say that every sequence {xn} such that xn\neq x0 and lim_{n\rightarrow\infty} xn = x0, we have that f(xn) \rightarrow y0 as n \rightarrow \infty
Similarly from (2) every sequence {yn} such that yn\neq y0 and lim_{n\rightarrow\infty} yn = y0, we have that g(yn) \rightarrow l as n \rightarrow \infty
So, can I let yn = f(x) ( or maybe f(xn)?
Would this help show that g(f(x)) \rightarrow l? I haven't used (3) or really shown this happens as x \rightarrow x0.