I am having difficulty understanding the definition of convergence. I've been rereading and looking at examples during this past week and I haven't made any progress.
Definition: We say that {${a_{n}}$} converges to a point $a \in \mathbb{R}$ if for any $\epsilon$, there exists a positive integer $N$ such that for any $n \in \mathbb{N}$ with $n\geq N$, one has $|a_{n}-a|< \epsilon$.
My questions:
(1) What role does $\epsilon$ play? Is that the actual limit? I thought that $a$ is what we are "assuming" is the limit?
(2) Why does $n \geq N$? I'm asking this because we were just given the definition of what it means to be convergent (in Real Analysis, not the Calculus sequence), no formal proof.
(3) In various examples they are trying to set $N$ to be less than or equal to $\epsilon$. Why?
My main issue is that I don't understand how the components of this definition work. I can follow the examples, but I'd rather understand why it works then just take it on blind faith.
Thank you for any input/suggestions.
The limit is $a$, not $\varepsilon$.
The point is that one can make $a_n$ as close to $a$ as desired by making $n$ big enough. The absolute value $|a_n-a|$ is the distance between $a_n$ and $a$.
How big is big enough depends on how close you want to make $a_n$ to $a$.
So $\varepsilon$ is how close you want to make $a_n$ to $a$, and $N$ is how big you need to make $n$, i.e. as long as $n$ is $N$ or bigger, then $a_n$ is close enough to $a$.
The definition says that no matter how small $\varepsilon$ gets (as long as it's positive), $N$ can still be made big enough.
The suggestion that $N$ would be made equal to $\varepsilon$ is silly and makes me wonder if you were reading something about the limit of a function of a real variable rather than about the limit of a sequence. Generally $N$ will be something that depends on $\varepsilon$ and will get bigger as $\varepsilon$ gets smaller.