I want to use a $\epsilon,\delta$-proof for the existence and value for the limit of $$f(x)=\frac{1}{\cosh{(x)}}+\log{\left ( \frac{\cosh{(x)}}{1+\cosh{(x)}} \right )}$$ for $x \rightarrow \pm\infty$.
Now, I know the definition for such proof to be:
1. Limit as $x \to +\infty$
$$\lim_{x \ \to \ +\infty} f(x) = L \Leftrightarrow \forall \ \epsilon>0\; (\exists \ \delta : (\;x>\delta\implies |f(x) - L|\leq\epsilon)) $$
2. Limit as $x \to -\infty$
$$\lim_{x \ \to \ -\infty} f(x) = L \Leftrightarrow \forall \ \epsilon>0\; (\exists \ \delta : (\;x<\delta\implies |f(x) - L|\leq\epsilon)) $$
3. Limit evaluating to +$\infty$
$$\lim_{x \ \to \ a} f(x) = +\infty \Leftrightarrow \forall M > 0 \ (\exists \ \delta > 0 \ : \ (0<|x-a|<\delta \implies f(x) >M)$$
4. Limit evaluating to -$\infty$
$$\lim_{x \ \to \ a} f(x) = -\infty \Leftrightarrow \forall N < 0 \ (\exists \ \delta > 0 \ : \ (0<|x-a|<\delta \implies f(x) < N)$$
I am struggeling to approach this problem as;
- Wouldn't I need to know what the limit is before doing the actual proof and thus not being able to know which method to use?
This one seems rather complex and I am completly lost. Can someone explain to me how to identify and "attack" such a problem?
HINTS:
Note that the hyperbolic cosine function is even and so we need only examine the case $x\to +\infty$.
Then, apply the inequalities
$$\frac{y}{1+y}\le \log(y)\le y-1$$
and
$$0<\frac1{\cosh(x)}\le 2e^{-x}$$