Prove Convergence of Sequence Defined by f(an) in R

Click For Summary
SUMMARY

The discussion centers on proving the convergence of a recursively defined sequence {an} in R, where an+1 = f(an). It is established that if there exists a limit L in R and a constant 0 ≤ c < 1 such that |(a_{n+1} - L)/(a_n - L)| < c for all n in N, then it follows that lim(n→∞) an = L. The proof utilizes the definition of convergence in a metric space, demonstrating that |an - L| forms a strictly decreasing sequence bounded below by zero, leading to the conclusion that it converges to L.

PREREQUISITES
  • Understanding of recursive sequences and their properties.
  • Familiarity with the definition of convergence in metric spaces.
  • Knowledge of limits and their implications in real analysis.
  • Basic proficiency in mathematical notation and inequalities.
NEXT STEPS
  • Study the properties of recursive sequences in real analysis.
  • Learn about the Banach fixed-point theorem and its applications.
  • Explore the concept of contraction mappings and their role in convergence.
  • Investigate the implications of bounded monotonic sequences in analysis.
USEFUL FOR

Mathematics students, particularly those studying real analysis, educators teaching convergence concepts, and researchers interested in recursive functions and their convergence properties.

analysis001
Messages
21
Reaction score
0

Homework Statement


Consider the sequence {an}[itex]\subset[/itex]R which is recursively defined by an+1=f(an). Prove that if there is some L[itex]\in[/itex]R and a 0≤c<1 such that |[itex]\frac{a_{n+1}-L}{a_{n}-L}[/itex]|<c for all n[itex]\in[/itex]N then limn[itex]\rightarrow[/itex]∞an=L.


Homework Equations


Definition of convergence: Suppose (X,d) is a metric space and let {a_{n}}[itex]\subseteq[/itex]R denote a sequence in R. We will say {a[itex]_{n}[/itex]} converges in R if there is an L[itex]\in[/itex]R such that for every ε>0 there is an N'[itex]\in[/itex]N so that n'≥N' implies that d(a[itex]_{n}[/itex],L)<ε [itex]\Rightarrow[/itex] limn[itex]\rightarrow[/itex]∞an=L.


The Attempt at a Solution


Take ε>0. Since |an+1-L|< |an-L| [itex]\Rightarrow[/itex] |[itex]\frac{a_{n+1}-L}{a_{n}-L}[/itex]|<c. If n'=n+1 then N'=n. If 0<ε<|an+1-L| then d(an,L)=|an-L|<ε which by definition implies limn[itex]\rightarrow[/itex]∞an=L.

I'm not really sure if this is right. If anyone could tell me if anything is wrong with it that would be great! Thanks.
 
Physics news on Phys.org
analysis001 said:

Homework Statement


Consider the sequence {an}[itex]\subset[/itex]R which is recursively defined by an+1=f(an). Prove that if there is some L[itex]\in[/itex]R and a 0≤c<1 such that |[itex]\frac{a_{n+1}-L}{a_{n}-L}[/itex]|<c for all n[itex]\in[/itex]N then limn[itex]\rightarrow[/itex]∞an=L.


Homework Equations


Definition of convergence: Suppose (X,d) is a metric space and let {a_{n}}[itex]\subseteq[/itex]R denote a sequence in R. We will say {a[itex]_{n}[/itex]} converges in R if there is an L[itex]\in[/itex]R such that for every ε>0 there is an N'[itex]\in[/itex]N so that n'≥N' implies that d(a[itex]_{n}[/itex],L)<ε [itex]\Rightarrow[/itex] limn[itex]\rightarrow[/itex]∞an=L.

You can give the definition of convergence of a sequence in a general metric space (X,d) and then immediately tell us that [itex]X = \mathbb{R}[/itex] and [itex]d: (x,y) \mapsto |x - y|[/itex], or you could just give the definition of convergence of a real sequence:

A real sequence [itex](a_n)[/itex] converges to [itex]L \in \mathbb{R}[/itex] if and only if for all [itex]\epsilon > 0[/itex] there exists an [itex]N \in \mathbb{N}[/itex] such that for all [itex]n \in \mathbb{N}[/itex] if [itex]n \geq N[/itex] then [itex]|a_n -L| < \epsilon[/itex] (or, equivalently, [itex]L - \epsilon < a_n < L + \epsilon[/itex]).

The Attempt at a Solution


Take ε>0. Since |an+1-L|< |an-L| [itex]\Rightarrow[/itex] |[itex]\frac{a_{n+1}-L}{a_{n}-L}[/itex]|<c.

You are given [itex]\left|\dfrac{a_{n+1}-L}{a_{n}-L}\right| < c < 1[/itex] for all [itex]n \in \mathbb{N}[/itex]. You conclude that [itex]|a_{n+1} - L| < |a_n - L|[/itex] for all [itex]n \in \mathbb{N}[/itex].

This tells you that [itex]|a_n - L|[/itex] is a strictly decreasing sequence bounded below by zero, and that it therefore converges to some [itex]S \geq 0[/itex].

You now need to show that [itex]S > 0[/itex] is impossible.
 
analysis001 said:

Homework Statement


Consider the sequence {an}[itex]\subset[/itex]R which is recursively defined by an+1=f(an). Prove that if there is some L[itex]\in[/itex]R and a 0≤c<1 such that |[itex]\frac{a_{n+1}-L}{a_{n}-L}[/itex]|<c for all n[itex]\in[/itex]N then limn[itex]\rightarrow[/itex]∞an=L.


Homework Equations


Definition of convergence: Suppose (X,d) is a metric space and let {a_{n}}[itex]\subseteq[/itex]R denote a sequence in R. We will say {a[itex]_{n}[/itex]} converges in R if there is an L[itex]\in[/itex]R such that for every ε>0 there is an N'[itex]\in[/itex]N so that n'≥N' implies that d(a[itex]_{n}[/itex],L)<ε [itex]\Rightarrow[/itex] limn[itex]\rightarrow[/itex]∞an=L.


The Attempt at a Solution


Take ε>0. Since |an+1-L|< |an-L| [itex]\Rightarrow[/itex] |[itex]\frac{a_{n+1}-L}{a_{n}-L}[/itex]|<c. If n'=n+1 then N'=n. If 0<ε<|an+1-L| then d(an,L)=|an-L|<ε which by definition implies limn[itex]\rightarrow[/itex]∞an=L.

I'm not really sure if this is right. If anyone could tell me if anything is wrong with it that would be great! Thanks.

Look at the new sequence ##r_n = a_n - L##.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
5
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
4
Views
2K