So I encountered this definition in Salas Hille Etgen's One and Several Variables Calculus:
(This definition is for single variable case)
Definition: Let $g:\Bbb R \to \Bbb R$ be a function defined at least in some neighbourhood of $0$. We say that $g(h)$ is $o(h)$ and write $g(h)=o(h)$ to indicate that $\lim_{h\to 0}\frac{g(h)}{h}=0$.
So, after this definition, our class soon introduced a theorem:
Theorem: The following are equivalent:
$1. f(x+h)-f(x)-f'(x)h=o(h)$
$2. f(x+h)-f(x)=f'(x)h+o(h)$
And my professor gave us such proof:
$f(x+h)-f(x)=[f(x+h)-f(x)-f'(x)h]+f'(x)h=o(h)+f'(x)h$
So I began to doubt: What makes it legal to operate $o(h)$ as a normal function? Although it seems so natural, we still added something wasn't in the original definition. It is not an equation, it is a sentence, isn't it? Since the original definition write $g(h)=o(h)$ for merely implying $\lim_{h\to 0}\frac{g(h)}{h}=0$, is it okay to treat $o(h)$ like another number or function(e.g. replace $g(h)$ with $o(h)$ in the proof)?
Just like the definition of the notation of limit, it doesn't imply that it is a number. It is a sentence(description) replaced by abbreviations through the definition.
Hence, my question are summed up in 2:
- Is it legal to operate $o(h)$ in such manner?
- If not, is there another way to go through this proof?
Thanks in advance.
2.
, did you mean to writef'(x)
orf'(x)h
? – Calvin Khor Aug 19 '18 at 09:27