I read that it is appreciated to include the context and motivation of a question. I may have overdone this a little bit in this question. To summarize, my question is: Are the two blockquoted definitions equivalent ?
I have a little obsession with the following definition in real analysis:
A sequences $(s_n)$ of real numbers is said to converge to the real number $L$ provided that
$$\text{for each } \epsilon>0 \text{ there exists a number $N$ such that $n>N$ implies }|s_n-L|<\epsilon.$$
I'm not sure why. Maybe this is because, this is the first mathematical definition that I've learned at university. Maybe it is because I always thought that there is nothing that I couldn't understand, and reading this defintion made me doubt my own abilities.
Or maybe it is because, that allthough it is more than 1 years ago since I first read this definition, and I can write it down for you at any moment, I can apply it for you at any moment, but it always takes me some minutes to recapture why this definition makes sense. In other words, why this definition is equivalent with the intuive idea of a convergent sequence.
So every now and then, I try to go to this thought process. I pretend that I've never seen this definition before, and I try to indepedenlty come to conclussion that this sequence does correspond with the intuive idea of convergent sequence.
The very first time I did this thought process, it took me hours, honestly. But even after a year, it takes me several minutes. This fact frustrated me a little bit, and I began to analyse why it takes my brain so long, before he gets it. This is my conclussion:
- The number epsilon get introdcued as a postive number right in the beginnning, but it gets only some real meaning at the very last.
- The part $\forall n>N$. For some reason, it takes me time before I get to uderstand that this just means, let's restrict the domain of $s_n$ to $n>N$.
- The phrase $|s_n-L|<\epsilon$. It takes me some time before I see that this means $s_n \in (L-\epsilon,L+\epsilon)$.
- The nature of this logical expression is just complicated: $\forall ... \exists ... \forall ... : $
So, as I've analysed this so intensly now, I don't think it will ever cost me more than one minute to go through my thought process (of indepedenlty understanding that the definition corresponds with the intuive idea of a convergent sequence).
But I am also thinking, could I rephrase this definition so that it is more intuive ? Well, it hard to judge that, but at least I've tried, and I am especially curious if this definition is equivalent with the standard one:
A sequence $(s_n)$ converges to $L$ if there exists a function $f:\mathbb{R}_{>0}\to\mathbb{R}$ such that
$$\forall x >0: (L-x,L+x)\supset \{s_n : n>f(x)\}$$
or using more common notation:
A sequence $(s_n)$ converges to $L$ if there exists a function $N:\mathbb{R}_{>0}\to\mathbb{R}:\epsilon \mapsto N(\epsilon)$ such that
$$\forall \epsilon >0:(L-\epsilon,L+\epsilon)\supset \{s_n : n>N(\epsilon)\}$$