Is there a difference between $(fg)(x)$ and $f(g(x))$? From my lecture slides
$\lim\limits_{x\to a} (f(x)+g(x)) = \lim\limits_{x\to a} f(x) + \lim\limits_{x\to a} g(x)$
Then in the next slide, it shows
$\lim\limits_{x\to a} g(f(x)) = g(\lim\limits_{x\to a} f(x))$
It seem to contradict. Shouldn't it be
$\lim\limits_{x\to a} g(f(x)) = \lim\limits_{x\to a} (gf)(x) = \lim\limits_{x\to a} g(x) \times \lim\limits_{x\to a} f(x)$
Or does $(gf)(x)$ mean $g(x)\cdot f(x)$ not $g(f(x))$? I thought it meant the later.
\lim_{x \to a}command (rather than\underset{x \to a} lim). This has multiple benefits: (1) This is simpler than what you wrote. (2) Thelimsymbol is now upright, and not in italics. (3) It automatically takes care of some spacing issues (I believe). – Srivatsan Jan 29 '12 at 8:37