Question:
Let $f :(a,b)\rightarrow \mathbb{R}$ be such that $\lim_{x\to c} f(x)> \alpha$, where $c\in(a,b)$ and $\alpha\in\mathbb{R}$. Prove that there exists some $\delta > 0$ such that $$f(c+h)>\alpha\quad \text{for all $0<|h|<\delta$}.$$
My approach: Consider $c+h=x$. Then, $|x-c|<\delta$. I took $\lim_{x\to c} f(x)=l$. I then considered $\epsilon$ such that $\alpha +\epsilon =l$.
Then, I took $|f(x)-l|<\epsilon$ so $$l- \epsilon <f(x)< l + \epsilon$$
Substituted $l- \epsilon = \alpha$ to get required proof.
Is my approach correct? Is there any better way to do this?
Implicitly, you assume that $f$ is continuous in $(\alpha,b)$, and hence considering an $\epsilon=l-\alpha>0$ you have the solution that you mentioned. The only crucial assumption to mention here it is the continuity of $f$ and I believe your proof is more than complete!