Difference between revisions of "Convergent Sequences in Metric Spaces"
| Line 22: | Line 22: | ||
<p>If <span class="math-inline"><math>(M, d)</math></span> is a metric space and <span class="math-inline"><math>(x_n)_{n=1}^{\infty}</math></span> is a sequence in <span class="math-inline"><math>M</math></span> that is convergent then the limit of this sequence <span class="math-inline"><math>p \in M</math></span> is unique.</p> | <p>If <span class="math-inline"><math>(M, d)</math></span> is a metric space and <span class="math-inline"><math>(x_n)_{n=1}^{\infty}</math></span> is a sequence in <span class="math-inline"><math>M</math></span> that is convergent then the limit of this sequence <span class="math-inline"><math>p \in M</math></span> is unique.</p> | ||
<p>We will now look at another rather nice theorem which states that if <span class="math-inline"><math>(x_n)_{n=1}^{\infty}</math></span> is convergent then it is also bounded.</p> | <p>We will now look at another rather nice theorem which states that if <span class="math-inline"><math>(x_n)_{n=1}^{\infty}</math></span> is convergent then it is also bounded.</p> | ||
| − | < | + | <blockquote style="background: white; border: 1px solid black; padding: 1em;"> |
| − | |||
<td><strong>Theorem 1:</strong> Let <span class="math-inline"><math>(M, d)</math></span> be a metric space and let <span class="math-inline"><math>(x_n)_{n=1}^{\infty}</math></span> be a sequence in <span class="math-inline"><math>M</math></span>. If <span class="math-inline"><math>(x_n)_{n=1}^{\infty}</math></span> is convergent then the set <span class="math-inline"><math>\{ x_1, x_2, ..., x_n, ... \}</math></span> is bounded.</td> | <td><strong>Theorem 1:</strong> Let <span class="math-inline"><math>(M, d)</math></span> be a metric space and let <span class="math-inline"><math>(x_n)_{n=1}^{\infty}</math></span> be a sequence in <span class="math-inline"><math>M</math></span>. If <span class="math-inline"><math>(x_n)_{n=1}^{\infty}</math></span> is convergent then the set <span class="math-inline"><math>\{ x_1, x_2, ..., x_n, ... \}</math></span> is bounded.</td> | ||
| − | </ | + | </blockquote> |
| − | |||
<ul> | <ul> | ||
<li><strong>Proof:</strong> Let <span class="math-inline"><math>(M, d)</math></span> be a metric space and let <span class="math-inline"><math>(x_n)_{n=1}^{\infty}</math></span> be a sequence in <span class="math-inline"><math>M</math></span> that converges to <span class="math-inline"><math>p \in M</math></span>, i.e., <span class="math-inline"><math>\lim_{n \to \infty} x_n = p</math></span>. Then <span class="math-inline"><math>\lim_{n \to \infty} d(x_n, p) = 0</math></span>. So for all <span class="math-inline"><math>\epsilon > 0</math></span> there exists an <span class="math-inline"><math>N \in \mathbb{N}</math></span> such that if <span class="math-inline"><math>n \geq N</math></span> then <span class="math-inline"><math>d(x_n, p) < \epsilon</math></span>. So for <span class="math-inline"><math>\epsilon_0 = 1 > 0</math></span> there exists an <span class="math-inline"><math>N(\epsilon_0) \in \mathbb{N}</math></span> such that if <span class="math-inline"><math>n \geq N(\epsilon_0)</math></span> then:</li> | <li><strong>Proof:</strong> Let <span class="math-inline"><math>(M, d)</math></span> be a metric space and let <span class="math-inline"><math>(x_n)_{n=1}^{\infty}</math></span> be a sequence in <span class="math-inline"><math>M</math></span> that converges to <span class="math-inline"><math>p \in M</math></span>, i.e., <span class="math-inline"><math>\lim_{n \to \infty} x_n = p</math></span>. Then <span class="math-inline"><math>\lim_{n \to \infty} d(x_n, p) = 0</math></span>. So for all <span class="math-inline"><math>\epsilon > 0</math></span> there exists an <span class="math-inline"><math>N \in \mathbb{N}</math></span> such that if <span class="math-inline"><math>n \geq N</math></span> then <span class="math-inline"><math>d(x_n, p) < \epsilon</math></span>. So for <span class="math-inline"><math>\epsilon_0 = 1 > 0</math></span> there exists an <span class="math-inline"><math>N(\epsilon_0) \in \mathbb{N}</math></span> such that if <span class="math-inline"><math>n \geq N(\epsilon_0)</math></span> then:</li> | ||
Revision as of 10:51, 8 November 2021
Limits of Sequences in Metric Spaces
Recall that if a sequence of real numbers Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_n)_{n=1}^{\infty} = (x_1, x_2, ..., x_n, ...)} is an infinite ordered list where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x_k \in \mathbb{R}} for every . We will now generalize the concept of a sequence to contain elements from a metric space .
Definition: Let be a metric space. An (infinite) Sequence in denoted is an infinite ordered list of elements for all .
Finite sequences in a metric space can be defined as a finite ordered list of elements in but their study is not that interesting to us.
We can also define whether a sequence of elements from a metric space converges or diverges.
Definition: Let be a metric space. A sequence in is said to be Convergent to the element written if and the element is said to be the Limit of the sequence . If no such exists, then is said to be Divergent.
There is a subtle but important point to make. In the definition above, represents the limit of a sequence of elements from the metric space to an element while represents the limit of a sequence of positive real numbers to - such limits we already have experience with.
For example, if is any nonempty set, is the discrete metric, and , then the sequence defined by for all , then the sequence:
Furthermore, it's not hard to see that this sequence converges to , i.e., , i.e., since for all we have that , so .
We will soon see that many of theorems regarding limits of sequences of real numbers are analogous to limits of sequences of elements from metric spaces.
The Boundedness of Convergent Sequences in Metric Spaces
If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (M, d)} is a metric space and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_n)_{n=1}^{\infty}} is a sequence in Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle M} that is convergent then the limit of this sequence Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle p \in M} is unique.
We will now look at another rather nice theorem which states that if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_n)_{n=1}^{\infty}} is convergent then it is also bounded.
Theorem 1: Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (M, d)} be a metric space and let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_n)_{n=1}^{\infty}} be a sequence in Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle M} . If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_n)_{n=1}^{\infty}} is convergent then the set Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \{ x_1, x_2, ..., x_n, ... \}} is bounded.
- Proof: Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (M, d)} be a metric space and let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_n)_{n=1}^{\infty}} be a sequence in Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle M} that converges to , i.e., Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lim_{n \to \infty} x_n = p} . Then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lim_{n \to \infty} d(x_n, p) = 0} . So for all Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \epsilon > 0} there exists an Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle N \in \mathbb{N}} such that if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n \geq N} then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d(x_n, p) < \epsilon} . So for Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \epsilon_0 = 1 > 0} there exists an Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle N(\epsilon_0) \in \mathbb{N}} such that if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n \geq N(\epsilon_0)} then:
- Now consider the elements Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x_1, x_2, ..., x_{N(\epsilon_0)}} . This is a finite set of elements and furthermore the set of distances from these elements to Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle p} is finite:
- Define Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle M ^*} to be the maximum of these distances:
- So if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1 \leq n < N(\epsilon_0)} we have that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d(x_n, p) \leq M^*} and if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n \geq N(\epsilon_0)} then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d(x_n, p) < 1} . Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle M = \max \{ M^*, 1 \}} . Then for all Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n \in \mathbb{N}} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d(x_n, p) \leq M} . So consider the open ball Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle B(p, M + 1)} . Then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x_n \in B(p, M + 1)} for all Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n \in \{1, 2, ... \}} so:
- Therefore Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \{ x_1, x_2, ..., x_n, ... \}} is a bounded set in Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle M} . Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \blacksquare}
Licensing
Content obtained and/or adapted from:
- Limits of Sequences in Metric Spaces, mathonline.wikidot.com under a CC BY-SA license
