Sequence
Definition 1. A sequence is a function whose domain is N.
고등학교에서는 수열을 '수의 나열'이라고 정의하곤 하는데, 정의에 의하면 꼭 '수'를 나열한 것만이 수열이 될 필요는 없다. 수가 아닌 함수나 다른 대상도 가능하다.
Bounded Sequence
Definition 2. A sequence {an} is said to be bounded if its range is bounded. That is, there exists a number M>0 such that |an|≥M for all n∈N.
Monotonic Sequence
Definition 3. A sequence {an}⊂R is said to be
(1) monotonically increasing if an≤an+1 for all n∈N;
(2) monotonically decreasing if an≥an+1 for all n∈N.
A sequence is said to be monotone if it is either monotonically increasing or decreasing.
The Monotonic Sequence Theorem
Theorem 1. Suppose {an} is monotonic. Then {an} converges if and only if it is bounded.
Proof. (⟹) Let {an} converge to L. Take any ϵ>0. Then there is N∈N such that ∀n≥N⟹|an−L|<ϵ. This means that if n≥N, then L−ϵ<an<L+ϵ. Let x=max{a1,...,aN−1,L+ϵ} and y=min{a1,...,aN−1,L−ϵ}. Then ∀n∈N, y≤an≤x. Thus {an} is bounded above.
(⟸) By the least upper bound property, there exists a supremum L of {an}. Then an≤L,∀n∈N. For any ϵ>0, there always exists N∈N such that if n≥N, then L−ϵ<an≤L<L+ϵ. Therefore |an−L|<ϵ,∀n≤N. This means that an converges to L. ◼