Difference between revisions of "Sequences:Limits"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Archimedes pi.svg|350px|right|thumb|alt=diagram of a hexagon and pentagon circumscribed outside a circle|The sequence given by the perimeters of regular ''n''-sided [[polygon]]s that circumscribe the [[unit circle]] has a limit equal to the perimeter of the circle, i.e. <math>2\pi r.</math> The corresponding sequence for inscribed polygons has the same limit.]]
+
[[File:Archimedes pi.svg|350px|right|thumb|alt=diagram of a hexagon and pentagon circumscribed outside a circle|The sequence given by the perimeters of regular ''n''-sided polygons that circumscribe the unit circle has a limit equal to the perimeter of the circle, i.e. <math>2\pi r.</math> The corresponding sequence for inscribed polygons has the same limit.]]
 
<div class="thumb tright">
 
<div class="thumb tright">
 
<div class="thumbinner" style="width:252px;">
 
<div class="thumbinner" style="width:252px;">
Line 21: Line 21:
 
</div>
 
</div>
 
<div class="thumbcaption">
 
<div class="thumbcaption">
As the positive [[integer]] <math>n</math> becomes larger and larger, the value <math>n\cdot \sin\left(\tfrac1{n}\right)</math> becomes arbitrarily close to <math>1.</math> We say that "the limit of the sequence <math>n\cdot \sin\left(\tfrac1{n}\right)</math> equals <math>1.</math>"
+
As the positive integer <math>n</math> becomes larger and larger, the value <math>n\cdot \sin\left(\tfrac1{n}\right)</math> becomes arbitrarily close to <math>1.</math> We say that "the limit of the sequence <math>n\cdot \sin\left(\tfrac1{n}\right)</math> equals <math>1.</math>"
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
  
In [[mathematics]], the '''limit of a sequence''' is the value that the terms of a [[sequence]] "tend to", and is often denoted using the <math>\lim</math> symbol (e.g., <math>\lim_{n \to \infty}a_n</math>).<ref name="Courant (1961), p. 29">Courant (1961), p. 29.</ref> If such a limit exists, the sequence is called '''convergent'''.<ref>{{Cite web|last=Weisstein|first=Eric W.|title=Convergent Sequence|url=https://mathworld.wolfram.com/ConvergentSequence.html|access-date=2020-08-18|website=mathworld.wolfram.com|language=en}}</ref> A sequence that does not converge is said to be '''divergent'''.<ref>Courant (1961), p. 39.</ref> The limit of a sequence is said to be the fundamental notion on which the whole of [[mathematical analysis]] ultimately rests.<ref name="Courant (1961), p. 29"/>
+
In mathematics, the '''limit of a sequence''' is the value that the terms of a sequence "tend to", and is often denoted using the <math>\lim</math> symbol (e.g., <math>\lim_{n \to \infty}a_n</math>). If such a limit exists, the sequence is called '''convergent'''. A sequence that does not converge is said to be '''divergent'''. The limit of a sequence is said to be the fundamental notion on which the whole of mathematical analysis ultimately rests.
  
Limits can be defined in any [[metric space|metric]] or [[topological space]], but are usually first encountered in the [[real number]]s.
+
Limits can be defined in any metric or topological space, but are usually first encountered in the real numbers.
  
 
==Real numbers==
 
==Real numbers==
 
[[File:Converging Sequence example.svg|320px|thumb|The plot of a convergent sequence {''a<sub>n</sub>''} is shown in blue. Here, one can see that the sequence is converging to the limit 0 as ''n'' increases.]]
 
[[File:Converging Sequence example.svg|320px|thumb|The plot of a convergent sequence {''a<sub>n</sub>''} is shown in blue. Here, one can see that the sequence is converging to the limit 0 as ''n'' increases.]]
  
In the [[real numbers]], a number <math>L</math> is the '''limit''' of the [[sequence]] <math>(x_n),</math> if the numbers in the sequence become closer and closer to <math>L</math>—and not to any other number.
+
In the real numbers, a number <math>L</math> is the '''limit''' of the sequence <math>(x_n),</math> if the numbers in the sequence become closer and closer to <math>L</math>—and not to any other number.
  
 
===Examples===
 
===Examples===
{{see also|List of limits}}
+
 
*If <math>x_n = c</math> for constant ''c'', then <math>x_n \to c.</math><ref group="proof">''Proof'': choose <math>N = 1.</math> For every <math>n \geq N,</math> <math>|x_n - c| = 0 < \varepsilon</math></ref><ref name=":0">{{Cite web|title=Limits of Sequences {{!}} Brilliant Math & Science Wiki|url=https://brilliant.org/wiki/limits-of-sequences/|access-date=2020-08-18|website=brilliant.org|language=en-us}}</ref>
+
*If <math>x_n = c</math> for constant ''c'', then <math>x_n \to c.</math>
*If <math>x_n = \frac{1}{n},</math> then <math>x_n \to 0.</math><ref group="proof">''Proof'': choose <math>N = \left\lfloor\frac{1}{\varepsilon}\right\rfloor + 1</math> (the [[Floor and ceiling functions|floor function]]). For every <math>n \geq N,</math> <math>|x_n - 0| \le x_N = \frac{1}{\lfloor 1/\varepsilon \rfloor + 1} < \varepsilon.</math></ref><ref name=":0" />
+
 
 +
*If <math>x_n = \frac{1}{n},</math> then <math>x_n \to 0.</math>
 +
 
 
*If <math>x_n = 1/n</math> when <math>n</math> is even, and <math>x_n = \frac{1}{n^2}</math> when <math>n</math> is odd, then <math>x_n \to 0.</math> (The fact that <math>x_{n+1} > x_n</math> whenever <math>n</math> is odd is irrelevant.)
 
*If <math>x_n = 1/n</math> when <math>n</math> is even, and <math>x_n = \frac{1}{n^2}</math> when <math>n</math> is odd, then <math>x_n \to 0.</math> (The fact that <math>x_{n+1} > x_n</math> whenever <math>n</math> is odd is irrelevant.)
*Given any real number, one may easily construct a sequence that converges to that number by taking decimal approximations. For example, the sequence <math>0.3, 0.33, 0.333, 0.3333, \dots</math> converges to <math>1/3.</math> Note that the [[decimal representation]] <math>0.3333...</math> is the ''limit'' of the previous sequence, defined by <math display="block"> 0.3333... : = \lim_{n\to\infty} \sum_{i=1}^n \frac{3}{10^i}.</math>
+
 
*Finding the limit of a sequence is not always obvious. Two examples are <math>\lim_{n\to\infty} \left(1 + \tfrac{1}{n}\right)^n</math> (the limit of which is the [[e (mathematical constant)|number ''e'']]) and the [[Arithmetic–geometric mean]]. The [[squeeze theorem]] is often useful in the establishment of such limits.
+
*Given any real number, one may easily construct a sequence that converges to that number by taking decimal approximations. For example, the sequence <math>0.3, 0.33, 0.333, 0.3333, \dots</math> converges to <math>1/3.</math> Note that the decimal representation <math>0.3333...</math> is the ''limit'' of the previous sequence, defined by <math display="block"> 0.3333... : = \lim_{n\to\infty} \sum_{i=1}^n \frac{3}{10^i}.</math>
 +
*Finding the limit of a sequence is not always obvious. Two examples are <math>\lim_{n\to\infty} \left(1 + \tfrac{1}{n}\right)^n</math> (the limit of which is the number ''e'') and the Arithmetic–geometric mean. The squeeze theorem is often useful in the establishment of such limits.
  
 
===Formal definition===
 
===Formal definition===
We call <math>x</math> the '''limit''' of the [[sequence]] <math>(x_n)</math> if the following condition holds:
+
We call <math>x</math> the '''limit''' of the sequence <math>(x_n)</math> if the following condition holds:
*For each [[real number]] <math>\varepsilon > 0,</math> there exists a [[natural number]] <math>N</math> such that, for every natural number <math>n \geq N,</math> we have <math>|x_n - x| < \varepsilon.</math><ref>{{Cite web| last=Weisstein|first=Eric W.| title=Limit|url=https://mathworld.wolfram.com/Limit.html|access-date=2020-08-18| website=mathworld.wolfram.com|language=en}}</ref>
+
*For each real number <math>\varepsilon > 0,</math> there exists a natural number <math>N</math> such that, for every natural number <math>n \geq N,</math> we have <math>|x_n - x| < \varepsilon.</math>
 
In other words, for every measure of closeness <math>\varepsilon,</math> the sequence's terms are eventually that close to the limit. The sequence <math>(x_n)</math> is said to '''converge to''' or '''tend to''' the limit <math>x,</math> written <math>x_n \to x</math> or <math>\lim_{n\to\infty} x_n = x.</math>
 
In other words, for every measure of closeness <math>\varepsilon,</math> the sequence's terms are eventually that close to the limit. The sequence <math>(x_n)</math> is said to '''converge to''' or '''tend to''' the limit <math>x,</math> written <math>x_n \to x</math> or <math>\lim_{n\to\infty} x_n = x.</math>
  
Line 51: Line 54:
 
<math display="block">\forall \varepsilon > 0 \left(\exists N \in \N \left(\forall n \in \N \left(n \geq N \implies |x_n - x| < \varepsilon \right)\right)\right). </math>
 
<math display="block">\forall \varepsilon > 0 \left(\exists N \in \N \left(\forall n \in \N \left(n \geq N \implies |x_n - x| < \varepsilon \right)\right)\right). </math>
  
{{anchor|null sequence}}
+
 
 
If a sequence <math>(x_n)</math> converges to some limit <math>x,</math> then it is '''convergent''' and <math>x</math> is the only limit; otherwise <math>(x_n)</math> is '''divergent'''. A sequence that has zero as its limit is sometimes called a '''null sequence'''.
 
If a sequence <math>(x_n)</math> converges to some limit <math>x,</math> then it is '''convergent''' and <math>x</math> is the only limit; otherwise <math>(x_n)</math> is '''divergent'''. A sequence that has zero as its limit is sometimes called a '''null sequence'''.
  
Line 63: Line 66:
  
 
===Properties===
 
===Properties===
Limits of sequences behave well with respect to the usual [[Arithmetic#Arithmetic operations|arithmetic operations]]. If <math>a_n \to a</math> and <math>b_n \to b,</math> then <math>a_n+b_n \to a+b,</math> <math>a_n\cdot b_n \to ab</math> and, if neither ''b'' nor any <math>b_n</math> is zero, <math>\frac{a_n}{b_n} \to \frac{a}{b}.</math><ref name=":0" />
+
Limits of sequences behave well with respect to the usual arithmetic operations. If <math>a_n \to a</math> and <math>b_n \to b,</math> then <math>a_n+b_n \to a+b,</math> <math>a_n\cdot b_n \to ab</math> and, if neither ''b'' nor any <math>b_n</math> is zero, <math>\frac{a_n}{b_n} \to \frac{a}{b}.</math>
  
For any [[continuous function]] ''f'', if <math>x_n \to x</math> then <math>f(x_n) \to f(x).</math> In fact, any real-valued [[function (mathematics)|function]] ''f'' is continuous if and only if it preserves the limits of sequences (though this is not necessarily true when using more general notions of continuity).
+
For any continuous function ''f'', if <math>x_n \to x</math> then <math>f(x_n) \to f(x).</math> In fact, any real-valued function ''f'' is continuous if and only if it preserves the limits of sequences (though this is not necessarily true when using more general notions of continuity).
  
 
Some other important properties of limits of real sequences include the following (provided, in each equation below, that the limits on the right exist).
 
Some other important properties of limits of real sequences include the following (provided, in each equation below, that the limits on the right exist).
  
*The limit of a sequence is unique.<ref name=":0" />
+
*The limit of a sequence is unique.
*<math>\lim_{n\to\infty} (a_n \pm b_n) =  \lim_{n\to\infty} a_n \pm \lim_{n\to\infty} b_n</math><ref name=":0" />
+
*<math>\lim_{n\to\infty} (a_n \pm b_n) =  \lim_{n\to\infty} a_n \pm \lim_{n\to\infty} b_n</math>
*<math>\lim_{n\to\infty} c a_n =  c \cdot \lim_{n\to\infty} a_n</math><ref name=":0" />
+
*<math>\lim_{n\to\infty} c a_n =  c \cdot \lim_{n\to\infty} a_n</math>
*<math>\lim_{n\to\infty} (a_n \cdot b_n) =  (\lim_{n\to\infty} a_n)\cdot( \lim_{n\to\infty} b_n)</math><ref name=":0" />
+
*<math>\lim_{n\to\infty} (a_n \cdot b_n) =  (\lim_{n\to\infty} a_n)\cdot( \lim_{n\to\infty} b_n)</math>
*<math>\lim_{n\to\infty} \left(\frac{a_n}{b_n}\right) = \frac{\lim\limits_{n\to\infty} a_n}{\lim\limits_{n\to\infty} b_n}</math> provided <math>\lim_{n\to\infty} b_n \ne 0</math><ref name=":0" />
+
*<math>\lim_{n\to\infty} \left(\frac{a_n}{b_n}\right) = \frac{\lim\limits_{n\to\infty} a_n}{\lim\limits_{n\to\infty} b_n}</math> provided <math>\lim_{n\to\infty} b_n \ne 0</math>
 
*<math>\lim_{n\to\infty} a_n^p =  \left[ \lim_{n\to\infty} a_n \right]^p</math>
 
*<math>\lim_{n\to\infty} a_n^p =  \left[ \lim_{n\to\infty} a_n \right]^p</math>
 
*If <math>a_n \leq b_n</math> for all <math>n</math> greater than some <math>N,</math> then <math>\lim_{n\to\infty} a_n \leq \lim_{n\to\infty} b_n .</math>
 
*If <math>a_n \leq b_n</math> for all <math>n</math> greater than some <math>N,</math> then <math>\lim_{n\to\infty} a_n \leq \lim_{n\to\infty} b_n .</math>
*([[Squeeze theorem]]) If <math>a_n \leq c_n \leq b_n</math> for all <math>n > N,</math> and <math>\lim_{n\to\infty} a_n = \lim_{n\to\infty} b_n = L,</math> then <math>\lim_{n\to\infty} c_n = L.</math>
+
*(Squeeze theorem) If <math>a_n \leq c_n \leq b_n</math> for all <math>n > N,</math> and <math>\lim_{n\to\infty} a_n = \lim_{n\to\infty} b_n = L,</math> then <math>\lim_{n\to\infty} c_n = L.</math>
*If a sequence is [[Sequence#Bounded|bounded]] and [[Sequence#Increasing and decreasing|monotonic]], then it is convergent.
+
*If a sequence is bounded and monotonic, then it is convergent.
 
*A sequence is convergent if and only if every subsequence is convergent.
 
*A sequence is convergent if and only if every subsequence is convergent.
 
*If every subsequence of a sequence has its own subsequence which converges to the same point, then the original sequence converges to that point.
 
*If every subsequence of a sequence has its own subsequence which converges to the same point, then the original sequence converges to that point.
Line 93: Line 96:
 
===Definition===
 
===Definition===
  
A point <math>x</math> of the [[metric space]] <math>(X, d)</math> is the '''limit''' of the [[sequence]] <math>(x_n)</math> if for all <math>\epsilon > 0,</math> there is an <math>N</math> such that, for every <math>n \geq N,</math> <math>d(x_n, x) < \epsilon.</math>  This coincides with the definition given for real numbers when <math>X = \R</math> and <math>d(x, y) = |x-y|.</math>
+
A point <math>x</math> of the metric space <math>(X, d)</math> is the '''limit''' of the sequence <math>(x_n)</math> if for all <math>\epsilon > 0,</math> there is an <math>N</math> such that, for every <math>n \geq N,</math> <math>d(x_n, x) < \epsilon.</math>  This coincides with the definition given for real numbers when <math>X = \R</math> and <math>d(x, y) = |x-y|.</math>
  
 
===Properties===
 
===Properties===
  
For any [[continuous function]] ''f'', if <math>x_n \to x</math> then <math>f(x_n) \to f(x).</math> In fact, a [[Function (mathematics)|function]] ''f'' is continuous if and only if it preserves the limits of sequences.
+
For any continuous function ''f'', if <math>x_n \to x</math> then <math>f(x_n) \to f(x).</math> In fact, a function ''f'' is continuous if and only if it preserves the limits of sequences.
  
 
Limits of sequences are unique when they exist, as distinct points are separated by some positive distance, so for <math>\epsilon</math> less than half this distance, sequence terms cannot be within a distance <math>\epsilon</math> of both points.
 
Limits of sequences are unique when they exist, as distinct points are separated by some positive distance, so for <math>\epsilon</math> less than half this distance, sequence terms cannot be within a distance <math>\epsilon</math> of both points.
Line 105: Line 108:
 
===Definition===
 
===Definition===
  
A point <math>x \in X</math> of the topological space <math>(X, \tau)</math> is a '''{{visible anchor|Limit of a sequence in a topological space|text=limit}}''' or '''{{visible anchor|Limit point of a sequence|text=limit point}}'''{{sfn|Dugundji|1966|pp=209-210}}{{sfn|Császár|1978|p=61}} of the [[sequence]] <math>\left(x_n\right)_{n \in \N}</math> if for every [[Topological neighbourhood|neighbourhood]] <math>U</math> of <math>x,</math> there exists some <math>N \in \N</math> such that for every <math>n \geq N,</math> <math>x_n \in U.</math><ref>{{cite book|last1=Zeidler|first1=Eberhard|title=Applied functional analysis : main principles and their applications|date=1995|publisher=Springer-Verlag|location=New York|isbn=978-0-387-94422-7|page=29|edition=1}}</ref> This coincides with the definition given for metric spaces, if <math>(X, d)</math> is a metric space and <math>\tau</math> is the topology generated by <math>d.</math>
+
A point <math>x \in X</math> of the topological space <math>(X, \tau)</math> is a '''limit''' or '''limit point''' of the sequence <math>\left(x_n\right)_{n \in \N}</math> if for every neighborhood <math>U</math> of <math>x,</math> there exists some <math>N \in \N</math> such that for every <math>n \geq N,</math> <math>x_n \in U.</math> This coincides with the definition given for metric spaces, if <math>(X, d)</math> is a metric space and <math>\tau</math> is the topology generated by <math>d.</math>
  
A limit of a sequence of points <math>\left(x_n\right)_{n \in \N}</math> in a topological space <math>T</math> is a special case of a [[Limit of a function#Functions on topological spaces|limit of a function]]: the [[Domain of a function|domain]] is <math>\N</math> in the space <math>\N \cup \lbrace + \infty \rbrace,</math> with the [[induced topology]] of the [[affinely extended real number system]], the [[Range of a function|range]] is <math>T,</math> and the function argument <math>n</math> tends to <math>+\infty,</math> which in this space is a [[limit point]] of <math>\N.</math>
+
A limit of a sequence of points <math>\left(x_n\right)_{n \in \N}</math> in a topological space <math>T</math> is a special case of a limit of a function: the domain is <math>\N</math> in the space <math>\N \cup \lbrace + \infty \rbrace,</math> with the induced topology of the affinely extended real number system, the range is <math>T,</math> and the function argument <math>n</math> tends to <math>+\infty,</math> which in this space is a limit point of <math>\N.</math>
  
 
===Properties===
 
===Properties===
  
In a [[Hausdorff space]], limits of sequences are unique whenever they exist. Note that this need not be the case in non-Hausdorff spaces; in particular, if two points <math>x</math> and <math>y</math> are [[topologically indistinguishable]], then any sequence that converges to <math>x</math> must converge to <math>y</math> and vice versa.
+
In a Hausdorff space, limits of sequences are unique whenever they exist. Note that this need not be the case in non-Hausdorff spaces; in particular, if two points <math>x</math> and <math>y</math> are topologically indistinguishable, then any sequence that converges to <math>x</math> must converge to <math>y</math> and vice versa.
 +
 
 +
== Licensing ==
 +
Content obtained and/or adapted from:
 +
* [https://en.wikipedia.org/wiki/Limit_of_a_sequence Limit of a sequence, Wikipedia] under a CC BY-SA license

Latest revision as of 15:31, 6 November 2021

File:Archimedes pi.svg
The sequence given by the perimeters of regular n-sided polygons that circumscribe the unit circle has a limit equal to the perimeter of the circle, 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 2\pi r.} The corresponding sequence for inscribed polygons has the same limit.
n n sin(1/n)
1 0.841471
2 0.958851
...
10 0.998334
...
100 0.999983

As the positive integer 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} becomes larger and larger, the value becomes arbitrarily close to We say that "the limit of the sequence equals 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.} "

In mathematics, the limit of a sequence is the value that the terms of a sequence "tend to", and is often denoted using the 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} symbol (e.g., 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}a_n} ). If such a limit exists, the sequence is called convergent. A sequence that does not converge is said to be divergent. The limit of a sequence is said to be the fundamental notion on which the whole of mathematical analysis ultimately rests.

Limits can be defined in any metric or topological space, but are usually first encountered in the real numbers.

Real numbers

File:Converging Sequence example.svg
The plot of a convergent sequence {an} is shown in blue. Here, one can see that the sequence is converging to the limit 0 as n increases.

In the real numbers, a number 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 L} is the limit of the 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 (x_n),} if the numbers in the sequence become closer and closer 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 L} —and not to any other number.

Examples

  • 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 = c} for constant c, 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 \to c.}
  • 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 = \frac{1}{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 x_n \to 0.}
  • 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 = 1/n} when 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} is even, 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 = \frac{1}{n^2}} when 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} is odd, 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 \to 0.} (The fact 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 x_{n+1} > x_n} whenever 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} is odd is irrelevant.)
  • Given any real number, one may easily construct a sequence that converges to that number by taking decimal approximations. For example, the 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 0.3, 0.33, 0.333, 0.3333, \dots} converges 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 1/3.} Note that the decimal representation 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 0.3333...} is the limit of the previous sequence, defined by 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 0.3333... : = \lim_{n\to\infty} \sum_{i=1}^n \frac{3}{10^i}.}
  • Finding the limit of a sequence is not always obvious. Two examples are 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} \left(1 + \tfrac{1}{n}\right)^n} (the limit of which is the number e) and the Arithmetic–geometric mean. The squeeze theorem is often useful in the establishment of such limits.

Formal definition

We call 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} the limit of the 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 (x_n)} if the following condition holds:

  • For each real number 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 \varepsilon > 0,} there exists a natural number 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} such that, for every natural number 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,} we have 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 - x| < \varepsilon.}

In other words, for every measure of closeness 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 \varepsilon,} the sequence's terms are eventually that close to the limit. The 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 (x_n)} is said to converge to or tend to the limit 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,} written 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 \to x} or 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 = x.}

Symbolically, this is: 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 \forall \varepsilon > 0 \left(\exists N \in \N \left(\forall n \in \N \left(n \geq N \implies |x_n - x| < \varepsilon \right)\right)\right). }


If a 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 (x_n)} converges to some limit 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,} then it is convergent 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} is the only limit; otherwise 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)} is divergent. A sequence that has zero as its limit is sometimes called a null sequence.

Illustration

Properties

Limits of sequences behave well with respect to the usual arithmetic operations. 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 a_n \to a} 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 b_n \to b,} 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 a_n+b_n \to a+b,} 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 a_n\cdot b_n \to ab} and, if neither b nor any 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_n} is zero, 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 \frac{a_n}{b_n} \to \frac{a}{b}.}

For any continuous function f, 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 \to x} 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 f(x_n) \to f(x).} In fact, any real-valued function f is continuous if and only if it preserves the limits of sequences (though this is not necessarily true when using more general notions of continuity).

Some other important properties of limits of real sequences include the following (provided, in each equation below, that the limits on the right exist).

  • The limit of a sequence is unique.
  • 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} (a_n \pm b_n) = \lim_{n\to\infty} a_n \pm \lim_{n\to\infty} b_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 \lim_{n\to\infty} c a_n = c \cdot \lim_{n\to\infty} a_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 \lim_{n\to\infty} (a_n \cdot b_n) = (\lim_{n\to\infty} a_n)\cdot( \lim_{n\to\infty} b_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 \lim_{n\to\infty} \left(\frac{a_n}{b_n}\right) = \frac{\lim\limits_{n\to\infty} a_n}{\lim\limits_{n\to\infty} b_n}} provided
  • 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} a_n^p = \left[ \lim_{n\to\infty} a_n \right]^p}
  • 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 a_n \leq b_n} 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} greater than some 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,} 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} a_n \leq \lim_{n\to\infty} b_n .}
  • (Squeeze theorem) 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 a_n \leq c_n \leq b_n} 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 > N,} 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 \lim_{n\to\infty} a_n = \lim_{n\to\infty} b_n = L,} 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} c_n = L.}
  • If a sequence is bounded and monotonic, then it is convergent.
  • A sequence is convergent if and only if every subsequence is convergent.
  • If every subsequence of a sequence has its own subsequence which converges to the same point, then the original sequence converges to that point.

These properties are extensively used to prove limits, without the need to directly use the cumbersome formal definition. For example. once it is proven 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 1/n \to 0,} it becomes easy to show—using the properties above—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 \frac{a}{b+\frac{c}{n}} \to \frac{a}{b}} (assuming 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 b \ne 0} ).

Infinite limits

A 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 (x_n)} is said to tend to infinity, written 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 \to \infty} or 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 = \infty,} if for every K, there is an N such that for every 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,} 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 > K} ; that is, the sequence terms are eventually larger than any fixed K.

Similarly, 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 \to -\infty} if for every K, there is an N such that for every 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,} 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 < K.} If a sequence tends to infinity or minus infinity, then it is divergent. However, a divergent sequence need not tend to plus or minus infinity, and the 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 x_n=(-1)^n} provides one such example.

Metric spaces

Definition

A point 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} of the metric space 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, d)} is the limit of the 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 (x_n)} if 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 is 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} such that, for every 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,} 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, x) < \epsilon.} This coincides with the definition given for real numbers when 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 = \R} 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 d(x, y) = |x-y|.}

Properties

For any continuous function f, 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 \to x} 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 f(x_n) \to f(x).} In fact, a function f is continuous if and only if it preserves the limits of sequences.

Limits of sequences are unique when they exist, as distinct points are separated by some positive distance, 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} less than half this distance, sequence terms cannot be within a distance 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} of both points.

Topological spaces

Definition

A point 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 \in X} of the topological space 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, \tau)} is a limit or limit point of the 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 \left(x_n\right)_{n \in \N}} if for every neighborhood of 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,} there exists some 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 \N} such that for every 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,} 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 U.} This coincides with the definition given for 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 (X, 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 \tau} is the topology generated by 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.}

A limit of a sequence of points 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 \left(x_n\right)_{n \in \N}} in a topological space 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 T} is a special case of a limit of a function: the domain is 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 the space 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 \cup \lbrace + \infty \rbrace,} with the induced topology of the affinely extended real number system, the range is 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 T,} and the function argument 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} tends 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 +\infty,} which in this space is a limit point of 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.}

Properties

In a Hausdorff space, limits of sequences are unique whenever they exist. Note that this need not be the case in non-Hausdorff spaces; in particular, if two points 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} 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 y} are topologically indistinguishable, then any sequence that converges 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 x} must converge 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 y} and vice versa.

Licensing

Content obtained and/or adapted from: