Introduction to Real Sequences and Convergence
Keine KartenThis document introduces the fundamental concepts of real sequences, including their definition, notation, and basic properties. It covers the distinction between explicitly defined and recurrent sequences, and elaborates on the definition and examples of bounded sequences. Additionally, the document details the properties of monotonic sequences (increasing, decreasing, strictly, and constant), with methods for studying their variations. It thoroughly explains the definition of convergent sequences and provides an example of proving convergence using the epsilon-delta definition. Moreover, it touches upon divergent sequences, including those with infinite limits. The text also presents theorems on the uniqueness of limits and the relationship between convergence and boundedness. Finally, it explores properties of limits concerning arithmetic operations, infinite limits, inequalities, and introduces the Squeeze Theorem and adjacent sequences.
This document from the National Polytechnic School (Preparatory Cycle-ENP), Math Analysis 1, by F. Fellag, provides a cheatsheet on real sequences.
Real Sequences: Definitions & Properties
Definition of a Real Sequence
- A sequence of real numbers is a function defined on a set of the form , where is a non-negative integer.
- The sequence is denoted by .
- is denoted by , which is called the general term of the sequence.
Examples of Sequence Definitions
- Explicit Definition: .
- First three terms (for ): , , .
- Recurrent Definition:
- First terms: , .
Bounded Sequences
Let be a real sequence.
- Bounded above: .
- Example: is bounded above by since for all .
- Bounded below: .
- Example: is bounded below by since for all .
- Bounded: .
- Equivalent definition: .
- Example: is bounded since for all .
Monotonic Sequences
A sequence is called monotonic if it is either increasing or decreasing.
- Increasing: .
- Strictly Increasing: \forall n \in \mathbb{N}: u_n < u_{n+1}.
- Example: is strictly increasing because (n+1)^2 > n^2.
- Decreasing: .
- Strictly Decreasing: \forall n \in \mathbb{N}: u_n > u_{n+1}.
- Example: is strictly decreasing because \frac{1}{n+1} < \frac{1}{n}.
- Constant: .
How to Study Variations (Monotonicity)
- Difference Method: Study the sign of .
- If , increasing.
- If , decreasing.
- Ratio Method: If all terms are positive, compare to 1.
- If , decreasing.
- If , increasing.
Monotonicity of Recurrent Sequences with an Increasing Function
Let and with increasing.
- If , then is increasing.
- If , then is decreasing.
Example: , . Here is increasing. . Since , the sequence is decreasing.
Limits of Real Sequences
Definition of Convergence
A sequence converges to (denoted by ) if:
\forall \varepsilon > 0, \exists n_0 \in \mathbb{N}, \forall n \in \mathbb{N}: n \geq n_0 \Rightarrow |u_n - l| \leq \varepsilon
- This means that for any small , all terms from onwards are within the interval .
Example: To show , we need to find such that for any \varepsilon > 0, . This simplifies to , which gives . So, we can choose (or similar). Given the source context example, it was and , then and .
Divergent Sequences
- A sequence is divergent if it is not convergent.
- Divergence occurs if:
- has no finite or infinite limit (e.g., ).
Definition of Infinite Limits
- : \forall A > 0, \exists n_0 \in \mathbb{N}, \forall n \in \mathbb{N}: n \geq n_0 \Rightarrow u_n \geq A.
- : \forall A > 0, \exists n_0 \in \mathbb{N}, \forall n \in \mathbb{N}: n \geq n_0 \Rightarrow u_n \leq -A.
Example: To show , we need to find such that for any A > 0, . This gives . So, we can set or as in the source.
Properties of Limits
- Uniqueness of Limit: If a sequence converges, its limit is unique. (Proof by contradiction: assuming two different limits leads to , which implies ).
- Boundedness of Convergent Sequences: If a sequence converges, then it is bounded.
- Proof sketch: For , terms for are in . The finite number of initial terms are also bounded, so the entire sequence is bounded.
Arithmetic Operations with Limits (for and )
- Scalar Multiplication: (for ).
- Sum: .
- Product: .
- Reciprocal: If and , then .
- Quotient: If and , then .
Limits and Absolute Values
- If , then .
- Proof uses triangle inequality: . Applying this to and : . Since tends to 0, also tends to 0.
- A sequence is a null sequence if .
- is a null sequence if and only if is a null sequence. This means .
Monotone Convergence Theorem
- If a sequence is increasing and bounded above, then it converges to its supremum.
- If a sequence is decreasing and bounded below, then it converges to its infimum.
Corollary: Every monotone and bounded sequence is convergent.
Example: The sequence is increasing and bounded above by 1, so it converges.
Limits and Inequalities
Theorems on Limits and Weak Inequalities
- If converges and for sufficiently large , then .
- If converges and for sufficiently large , then .
- Limits Preserve Weak Inequalities: If and and for sufficiently large , then .
Remark: Limits DO NOT preserve strict inequalities. E.g., \frac{1}{n^2} < \frac{1}{n} but . So holds, not l < l'.
Theorems on Infinite Limits and Inequalities
- If and for sufficiently large , then .
- If and for sufficiently large , then .
Example: To determine . We have . Since , the original limit is also .
Squeeze Theorem (Sandwich Theorem)
Let be three sequences. If for all sufficiently large , and , then is convergent and .
Example 1: To determine .
- We know .
- So, .
- Since .
- By the Squeeze Theorem, , which implies .
Example 2: To determine .
- Using the property x-1 < E(x) \leq x, we have \sqrt{n}-1 < E(\sqrt{n}) \leq \sqrt{n}.
- Adding 1: \sqrt{n} < E(\sqrt{n}) + 1 \leq \sqrt{n} + 1.
- Dividing by : \frac{\sqrt{n}}{n^2} < \frac{E(\sqrt{n}) + 1}{n^2} \leq \frac{\sqrt{n} + 1}{n^2}.
- Since and .
- By the Squeeze Theorem, .
Subsequences
- A subsequence of is formed by taking selected terms from the original sequence in their original order.
- If is a sequence, and is a strictly increasing function, then is a subsequence.
- Example: , , are common subsequences.
- Property: If , then any subsequence also converges to .
- This is because , so if , then .
Divergence Criteria using Subsequences
A sequence is divergent if:
- It has two convergent subsequences with different limits.
- Example: . and . Since , is divergent.
- It is unbounded and monotonic (e.g., an increasing sequence unbounded from above diverges to ).
- It has a divergent subsequence.
Bolzano-Weierstrass Theorem (Implicit)
Every bounded sequence has a convergent subsequence.
Example: is bounded but divergent. However, is a convergent subsequence.
Continuity and Limits of Sequences
If is a convergent sequence with and is a function continuous at , then .
Adjacent Sequences
Definition
Two sequences and are adjacent if:
- is increasing.
- is decreasing.
- .
Example: and are adjacent.
- is strictly increasing: u_{n+1} - u_n = \frac{1}{n(n+1)} > 0.
- is strictly decreasing: v_{n+1} - v_n = \frac{-2n-1}{n^2(n+1)^2} < 0.
- .
Theorems on Adjacent Sequences
- If and are adjacent with increasing and decreasing, then .
- Proof sketch: Let . Since is increasing and is decreasing, is decreasing (). Since , all must be . Thus .
- Adjacent sequences are convergent and converge to the same limit . Additionally, .
- Proof sketch: is increasing and bounded above by (since ), so it converges to its supremum. is decreasing and bounded below by (since ), so it converges to its infimum. Since , their limits must be identical.
Mathematical Analysis: Real Sequences Cheatsheet
This cheatsheet provides a concise overview of real sequences, including definitions, properties, and important theorems for understanding their behavior.
1. Definition of a Real Sequence
Definition: A sequence of real numbers is a function defined on a set of the form where is a non-negative integer.
Notation:
denotes a sequence defined on .
is denoted by , which is called the general term.
Types of Definitions:
Explicit: General term is defined directly.
Example: with .
, , .
Recurrent: Next term defined by previous terms.
Example: with , .
.
.
2. Bounded Sequences
Definition: Let be a real sequence.
Bounded Above: .
Example: is bounded above by )
Bounded Below: .
Example: is bounded below by )
Bounded: .
Alternative Definition: .
Example: is bounded since .
3. Monotonic Sequences (Variations)
Definitions:
Increasing: .
Strictly Increasing: .
Example: ()
Decreasing: .
Strictly Decreasing: .
Example: ()
Constant: .
Monotonic: A sequence is monotonic if it is either increasing or decreasing.
Studying Variations:
Difference: Analyze the sign of .
If strictly increasing
If strictly decreasing
Ratio (for positive terms): Compare .
If increasing
If decreasing
- Theorem for Recurrent Sequences:
Let where is an increasing function.
- If is increasing.
- If is decreasing.
- Example: , . Here (increasing).
- .
- .
- Therefore, is decreasing.
4. Limits of Real Sequences
- Convergence (Finite Limit ):
converges to if: .
- Interpretation: All terms for fall within the interval .
- Notation: .
- Example: To show : . Choose .
- Divergence: A sequence is divergent if it is not convergent.
- This includes cases where or the limit does not exist (e.g., ).
- Infinite Limit ():
if: .
- Example: . To show : . Choose .
- Infinite Limit ():
if: .
- Example: . To show : . Choose .
5. Properties of Limits
- Uniqueness of Limit: If a sequence converges, its limit is unique.
- Boundedness of Convergent Sequences: If converges, then is bounded.
- Proof Idea: For sufficiently large , is close to , so it's bounded within . The finite number of initial terms are also bounded, making the entire sequence bounded.
- Arithmetic of Limits: If and .
- for .
- .
- .
- If for and , then .
- If for and , then .
- Absolute Value and Limit: If .
- Key Inequality: .
- Null Sequence: A sequence is a null sequence if .
- .
- Example: .
6. Monotone Convergence Theorem
- Theorem:
- If is increasing and bounded above, it converges to its supremum.
- If is decreasing and bounded below, it converges to its infimum.
- Corollary: Every monotonic and bounded sequence is convergent.
- Example Proof: .
- is strictly increasing.
- is bounded above by 1.
- Thus, converges.
- Example Proof: .
- Application Example: , .
- Boundedness: for all . (Proof by induction)
- Monotonicity: is increasing.
- Convergence: Since is increasing and bounded above, it converges.
- Limit: If , then .
7. Limits and Inequalities
- Theorem 1: If and for sufficiently large , then .
- Theorem 2: If and for sufficiently large , then .
- Theorem 3 (Limits preserve weak inequalities): If and , and for sufficiently large , then .
- Remark: Limits do not preserve strict inequalities. E.g., , but .
- Theorem 4 (Infinite limits and inequalities):
- If and for sufficiently large , then .
- Example: .
- If and for sufficiently large , then .
- If and for sufficiently large , then .
- Squeeze Theorem (Sandwich Theorem):
If for sufficiently large , and , then is convergent and .
- Example 1: .
- Use bounds: .
- Since , the limit is .
- Example 2: .
- Use property: .
- This implies .
- Since and , the limit is .
- Example 1: .
8. Subsequences
- Definition: A subsequence of is formed by selecting terms where is a strictly increasing sequence of natural numbers.
- Example: , , are subsequences of .
- Important Property: If converges to , then any subsequence also converges to .
- Divergence Criteria: A sequence is divergent if:
- It has two convergent subsequences with different limits.
- Example: . , . Since , is divergent.
- It is unbounded.
- Theorem: An increasing sequence that is unbounded above diverges to .
- It admits a divergent subsequence.
- It has two convergent subsequences with different limits.
- Bolzano-Weierstrass Theorem: Every bounded sequence has a convergent subsequence.
- Example: is bounded and divergent, but converges to 1.
9. Continuous Functions and Limits
- Theorem: If converges to and is continuous at , then .
10. Adjacent Sequences
- Definition: Two sequences and are adjacent if:
- is increasing.
- is decreasing.
- .
- Property: If and are adjacent, then for all , .
- Theorem: If and are adjacent, then:
- They are both convergent and converge to the same limit .
- For all , .
Quiz starten
Teste dein Wissen mit interaktiven Fragen