If $c \in (a,b)$ we can say that $f$ is strictly increasing at c if there exists $\delta \gt 0$ such that if $c-\delta \lt x \lt c$, then $f(x) \lt f(c)$ and if $c \lt x \lt c + \delta$, then $f(c) \lt f(x)$.
We say that $f$ is strictly increasing on (a,b) if whenever $x,y \in (a,b)$ with $x \lt y$, we have $f(x) \lt f(y)$
Prove that if $f$ is strictly increasing at each point of (a,b), then $f$ is strictly increasing on (a,b).
Hint: Argue by contradiction. Then there exists $c,d \in (a,b)$ with $c \lt d$ and $f(c) \ge f(d)$. Now consider $$\text{lub} \{x|a\lt x \lt d \; \text{and} \; f(x) \ge f(d)$$ I know that we have an IF,THEN type of proof so I can assume it is continuous at each point, but I am unsure as how to begin proving it using delta (or by contradiction using least upper bound hint). Any help with how to begin this problem would be appreciated.