-
Notifications
You must be signed in to change notification settings - Fork 2
/
40-00-LimitOfNondecreasingSequence.tex
76 lines (61 loc) · 2.78 KB
/
40-00-LimitOfNondecreasingSequence.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
\documentclass[12pt]{article}
\usepackage{pmmeta}
\pmcanonicalname{LimitOfNondecreasingSequence}
\pmcreated{2013-03-22 17:40:31}
\pmmodified{2013-03-22 17:40:31}
\pmowner{pahio}{2872}
\pmmodifier{pahio}{2872}
\pmtitle{limit of nondecreasing sequence}
\pmrecord{13}{40114}
\pmprivacy{1}
\pmauthor{pahio}{2872}
\pmtype{Theorem}
\pmcomment{trigger rebuild}
\pmclassification{msc}{40-00}
\pmsynonym{nondecreasing sequence with upper bound}{LimitOfNondecreasingSequence}
\pmsynonym{limit of increasing sequence}{LimitOfNondecreasingSequence}
%\pmkeywords{nondecreasing}
%\pmkeywords{bounded from above}
%\pmkeywords{nonincreasing}
%\pmkeywords{bounded from below}
\pmrelated{MonotonicallyIncreasing}
\pmrelated{MonotoneIncreasing}
\pmrelated{Supremum}
\pmrelated{Infimum}
\pmrelated{ConvergenceOfTheSequence11nn}
\endmetadata
% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.
% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
\usepackage{amsthm}
% making logically defined graphics
%%%\usepackage{xypic}
% there are many more packages, add them here as you need them
% define commands here
\theoremstyle{definition}
\newtheorem*{thmplain}{Theorem}
\begin{document}
\PMlinkescapeword{nonincreasing}
\textbf{Theorem.}\, A monotonically nondecreasing sequence of real numbers with upper bound a number $M$ converges to a limit which does not exceed $M$.
{\em Proof.}\, Let\, $a_1 \leqq a_2 \leqq \ldots \leqq a_n \leqq \ldots \leqq M$.\, Therefore the set \,$\{a_1,\,a_2,\,\ldots\}$ has a finite supremum $s \leqq M$.\, We show that
\begin{align}
\lim_{n\to\infty}a_n \;=\; s.
\end{align}
Let $\varepsilon$ an arbitrary positive number.\, According to the definition of supremum we have\, $a_n \leqq s$\, for all $n$ and on the other hand, there exists a member $a_{n(\varepsilon)}$ of the sequence that is $> s-\varepsilon$.\, Then we have\, $s-\varepsilon < a_{n(\varepsilon)} \leqq s$,\, and since the sequence is nondecreasing,
$$0 \;\leqq\; s-a_n \;\leqq\; s\!-\!a_{n(\varepsilon)} \;<\; \varepsilon \quad \mbox{for all}\;\, n \geqq n(\varepsilon).$$
Thus the equation (1) and the whole theorem has been proven.\\
For the nonincreasing sequences there is the corresponding
\textbf{Theorem.}\, A monotonically nonincreasing sequence of real numbers with lower bound a number $L$ converges to a limit which is not less than $L$.\\
\textbf{Note.}\, A good application of the latter theorem is in the proof that Euler's constant exists.
%%%%%
%%%%%
\end{document}