There is N so that[tex] |S_n(x) - S_m(x)| \leq \epsilon [/tex] for

  • Thread starter Thread starter Pearce_09
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
Pearce_09
Messages
71
Reaction score
0
there is N so that
[tex]|S_n(x) - S_m(x)| \leq \epsilon[/tex] for ever x in I if n,m [tex]\geq[/tex] N

( prove by cauchy's criterion )

claim: [tex]lim S_n(x) = S(x)[/tex]

[tex]|S_n(x) - S(x)| < \epsilon /2[/tex] if n[tex]\geq N[/tex]
then,
[tex]|S_n(x) - S_m(x)| < |S_n(x) - S(x)| + |S(x) - S_m(x)|[/tex]
< [tex]\epsilon /2 + \epsilon /2[/tex]
< [tex]\epsilon[/tex]

therefor the series converges pointwise to a funtion S(x)
... and I am not sure how to show that this converging uniformly on I
 
Last edited:
on Phys.org
How did you define uniform convergence?

I have that a sequence of functions [itex]s_n \left( x \right)[/itex] converges uniformely to the function [itex]\ell :\left( {a,b} \right) \to \mathbb{R}[/itex] if:

[tex]\forall \varepsilon > 0,\exists n > N \Rightarrow \forall x \in \left( {a,b} \right):\left| {s_n \left( x \right) - \ell \left( x \right)} \right| < \varepsilon[/tex]

If I understand, you need to show that a sequence of functions [itex]s_n \left( x \right)[/itex] converges uniformely over that interval iff (I believe you only have to prove it one way, using this to prove uniform convergence) it satisfies Cauchy's criterion, being:

[tex]\forall \varepsilon > 0,\exists N:m,n > N \Rightarrow \forall x \in \left( {a,b} \right):\left| {s_n \left( x \right) - s_m \left( x \right)} \right| < \varepsilon[/tex] (*)

So assume that [itex]\left( {s_n } \right)[/itex] satisfies (*). Then for all x in I, the numerical sequence [itex]\left( {s_n \left( x \right)} \right)[/itex] is a Cauchy-sequence and is therefore convergent, call the limit l(x). So we already have pointwise convergence to l(x), the only thing you need to show now is that the convergence is uniform. Now use the assumption of Cauchy's criterion.