The problem is as follows:
Let c be a cluster point of A subset R and suppose that f: A -> R and g: A -> R are functions such that the limits of f(x) and g(x) exist as x goes to c. Prove that:
$$lim(f(x)g(x)) = (limf(x))(lim(g(x))$$
as x goes to c.
I just solved a problem which is apparently easier than this one:
Prove that:
$$ lim(f(x)+g(x)) = lim(f(x)) + lim(g(x)$$
as x goes to c
proof:
Take sequence {$x_n$} -> c with $x_n \ne$ c for all n then:
{f($x_n$)} -> lim(f(x)) = $L_1$
{g($x_n$)} -> lim(g(x)) = $L_2$
then lim(f($x_n$) + g($x_n$)) = lim f($x_n$) + lim g($x_n$) = lim f(x) + lim g(x)
since {(f+g)($x_n$)} -> $L_1$ + $L_2$ for every {$x_n$} -> c
then the original statement holds by the sequential criterion.
I was wondering if the same logic can be applied to the original problem I asked. So if I were to replace the + signs with * would it be prove the first problem?