Hello, I need help to understand something in the context of proofs about sequences in real analysis. Maybe it's just a stupid question but I need to ask it xD.
We set for all epsilon > 0, exists N (natural number) such that n > N for all n (natural numbers). Then sometimes we get to inequalities that look like this:
| 1 / (n +1) | < epsilon
And we give explicit formulas to construct epsilon, like N = 1 / epsilon.
My question is, why is it ok to say N = 1 / epsilon?
For example, if epsilon = 32, then N = 1 / 32, but N is natural, so it can't be, because I assume I need to prove it for all epsilon and now I'm only proving it for epsilon <= 1, and ignoring epsilon > 1.
So I don't know if the author is being careless or abusing notation for something, but I don't know what something is.
Are we replacing N for a real number? Are we applying a function like ceil(N) = 1/epsilon? Am I misunderstanding something?
I'm not trying to be pedantic, I just want to make sure I understand the implications correctly since I study in a online uni, and my professor is a bit unavailable... xD
Thank you in advance!