Math for Non-Geeks/Subsequences

From testwiki
Revision as of 06:55, 18 February 2025 by imported>MathXplore (Added {{BookCat}} using BookCat.js)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{#invoke:Math for Non-Geeks/Seite|oben}}

Introductory Example

File:Teilfolgen - Einführendes Beispiel.webm Sometimes its necessary to speak about the "subsequence" of a sequence. Much like a subset is a "part" of a set, a subsequence is some part of a sequence -- all elements of a subsequence are also elements of the original sequence. A subsequence is in end effect constructed by removing some chosen terms of the original sequence. Regardless of how many terms are stripped from the original sequence, the resulting subsequence still has an infinite number of terms. For example, let's take the sequence an=(1)n:

Template:Math

We are interested in a subsequence composed of every other term of the original sequencean. This subsequence arises from either removing all terms with an even index or removing all terms with an odd index. If, for example, we remove all terms with odd index, we get the following schematic:

Template:Math

This gives rise to a subsequence that is constant 1.

Mathematical Description

File:Teilfolgen – Erklärung der mathematischen Schreibweise.webm How can subsequences be denoted? First let's look at the indices of the sequence terms that we want to keep in the subsequence:

Template:Math

Now we want to find a sequence (nk)k that describes these indices. In the above example we consider even indices. So the sequence can be written as nk=2k:

Template:Math

We substitute this sequence into (an)n. From there we get the subsequence (ank)k:

Template:Math

First we will build the sequence (nk)k of relevant indices of the subsequence. We will set this subsequence into the original sequence (an)n for n so that we get the sequence (ank)k.

In our example we have nk=2k. So we substitute 2k for n in an=(1)n. Then we obtain the subsequence a2k=(1)2k=1.

Definition

File:Definition von Teilfolgen.webm

Math for Non-Geeks: Template:Definition

This concept is important for analysis since it is used to characterize so-called "limit points." However, these will not be properly defined and discussed until the next chapter.

Math for Non-Geeks: Template:Hinweis

Math for Non-Geeks: Template:Aufgabe

Convergence of Subsequences

For subsequences we have the following important theorem:

Math for Non-Geeks: Template:Satz

Math for Non-Geeks: Template:Beispiel

Math for Non-Geeks: Template:Hinweis

The above theorem directly implies:

Math for Non-Geeks: Template:Satz

Math for Non-Geeks: Template:Frage

Math for Non-Geeks: Template:Beispiel

Application: convergence of mixed sequences

In the chapter „Beispiele und Eigenschaften von Folgen“ we have seen how to compose to sequences (bn)n and (cn)n to a "mixed sequence" (an)n . This mixture is defined as Template:Math That means, the sequence (an)n is composed out of the two subsequences (a2n1)n=(bn)n and (a2n)n=(cn)n .

We may now ask how the convergence of the mixture (an)n relates to the convergences of its two constituents (bn)n and (cn)n . In order for (an)n to converge, two conditions must be satisfied:

  • First, both subsequences (bn)n and (cn)n have to converge, as we know that for convergent sequences, all subsequences converge.
  • Second, the limits of (bn)n and (cn)n must be identical. This is because if (an)n converges, then all of its subsequences must tend to the same limit.

If one of these two conditions is not satisfied, the mixed sequence (an)n must diverge. But are the two conditions also sufficient for convergence of the mixed sequence? Indeed, they are! We will now proof this. The limit of the mixed sequence must the coincide with the two limits of the subsequences.

Math for Non-Geeks: Template:Satz

Math for Non-Geeks: Template:Frage

Math for Non-Geeks: Template:Beispiel

{{#invoke:Math for Non-Geeks/Seite|unten}}

Template:BookCat