I tried to prove the theorem myself, that if for every $x$ in the domain $f'(x)$ is positive, then the function $f$ is strictly increasing. This is how it went:
$$f(x_1) < f(x_2)$$
$$f(x) < f(x+h), h>0 $$
$$f(x) < f(x) + f'(x)\cdot h + O(h), \lim_{h \rightarrow 0} \frac{O(h)}{h} = 0$$
$$0 < f'(x) \cdot h + O(h) $$ $$0 < f'(x) + \frac{O(h)}{h}$$
Now here is where I am not sure about the correctness of what I am about to do next...to take the limit of both sides and then:
$$ 0 < f'(x) + 0$$
Is the proof correct ?