Then I'd appreciate any criticism you may have of it.
We are given the relation 1-\frac{1}{x} \leq \log x \leq x-1, for x \gt 0. Moreover, the equality only holds for x=1 (this was proved in another question). Then we can substitute x by (x+1) and attain; 1-\frac{1}{x+1} \leq \log (x+1) \leq x \text{, }\ x \gt -1
Now we would have a strict equality for x = 0. Consider only those x>0. Then we have; \frac{\log(x+1)}{x} \lt 1
Since the expression on the left is positive for all values of x>0, we have |\frac{\log(x+1)}{x}| \lt 1
Now consider only those x such that -1<x<0. Then we have; \frac{\log(x+1)}{x} \lt \frac{1-\frac{1}{x+1}}{x}
This reduces to: \frac{\log(x+1)}{x} \lt \frac{1}{x+1}
Since both the expressions are positive for -1<x<0, we can state that |\frac{\log(x+1)}{x}| \lt |\frac{1}{x+1}|
Having found these results, we now turn to the proof of the limit. We must show that |\frac{\log(x+1)}{x} -1| \lt \epsilon \ \text{whenever }\ 0 \lt |x| \lt \delta
By the triangle inequality, we find that |\frac{\log(x+1)}{x} -1| \leq |\frac{\log(x+1)}{x}| + 1
We can complete the proof by taking x>0 first, and then -1<x<0, substituting the expression by the results we obtained from the given relation. For x>0; |\frac{\log(x+1)}{x}| + 1 \lt 1+1 = 2 \lt \frac{1}{|x|} = \epsilon
We let \epsilon = \frac{1}{|x|} since \frac{1}{|x|} \gt 2 \text{ if }\ |x| \lt \frac{1}{2}, hence this ensures \epsilon is always greater than the absolute value expression as x tends to 0. We then take delta as follows: 0 \lt |x| \lt \delta = |x| +1 =\frac{1}{\epsilon} -1 = \frac{1-\epsilon}{\epsilon}.
This completes the proof for x>0. The proof for -1<x<0 is analogous. From the results of the triangle inequality, using the results from the original relation, we obtain |\frac{\log(x+1)}{x}| + 1 \lt |\frac{1}{x+1}| + 1 = \epsilon
Now we obtain delta: 0 \lt |x| \lt \delta = |x+1| = \frac{1}{\epsilon -1}
This completes the proof.
And again, I should restate that I am not very comfortable with these types of proofs, so if my method is completely flawed in some way then please point it out. Thank you in advance for all comments on this!
Just as an aside, I can see that my method is most likely flawed, since it seems to be able to prove the limit for any solution, at least as far as I can see. I am simply unsure of what we can and cannot do/assume when actually creating the proof.
Edit* As far as I understand, the flaw in my "proof" is that I cannot choose the epsilon to be what I want it to be, but instead it must be based on any epsilon greater than zero. I apologize for wasting people's time with some of my work, and would like to ask if this is indeed the issue?