4

Let (an) be a sequence with an>0 for all natural numbers n. Assume that lim(an)=0. Show that the set of all numbers an has a maximum. That is, show that there is some number p, such that an <=ap.

My idea: after a certain point all elements will tend toward 0 since lim(an)=0. At that point, take the maximum of the elements of (an) before that point. That is all I have so far. I need help with writing out the details...

1---011
  • 133

1 Answers1

1

Convergence dictates that there is a value $N$ such that $\forall n > N \ : \ a_n < \frac{a_1}{2}$, i.e. we chose $\epsilon = \frac{a_1}{2}$. Now the set $\{a_n | n \leq N\}$ is finite, thus has a maximum which is obviously also the maximum of the entire sequence.

GDumphart
  • 2,250