Does the Weierstrass M-Test work for all spaces?

  • Context: Graduate 
  • Thread starter Thread starter lugita15
  • Start date Start date
  • Tags Tags
    Work
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
7 replies · 3K views
lugita15
Messages
1,553
Reaction score
15
The http://en.wikipedia.org/wiki/Weierstrass_M-test" states roughly that if you have an infinite series of bounded functions, and the sum of the bounds of all those functions is finite, then your infinite series is a uniformly convergent series.

My question is, can those functions, which are of course real- or complex- valued, be defined on any kind of space? Specifically, instead of the functions being defined on R or R^n, can they be defined on the natural numbers, so that instead of functions you have sequences? Would the theorem still hold in this case? My guess is that it would work, because I don't see anywhere in the proof where assumptions are made about the domain of the functions.

Any help would be greatly appreciated.

Thank You in Advance.
 
Last edited by a moderator:
Physics news on Phys.org
I think the codomain must be a complete metric space for the series to converge pointwise (otherwise the convergence wouldn't make sense).
 
Eynstone said:
I think the codomain must be a complete metric space for the series to converge pointwise (otherwise the convergence wouldn't make sense).
But I don't want to change the domain of the functions, not the codomain. They would still be real-valued, I just want them defined on the natural numbers rather than the real numbers. In other words, I want to talk about sequences, which are of course functions of natural numbers, instead of ordinary functions.
 
I should add that I'm not interested in the Weierstrauss M-test as such, I just want to use it in order to interchange a limit and an infinite sum.
 
micromass said:
The Weierstrass M-test works for any domain. It also works for any codomain, provided that the codomain is a Banach space.
Thank you, micromass. And does the theorem still hold that if you have a uniformly convergent sum, you can interchange the sum with a pointwise limit of functions, even if the domain of the functions are the natural numbers rather than the real numbers?
 
lugita15 said:
Thank you, micromass. And does the theorem still hold that if you have a uniformly convergent sum, you can interchange the sum with a pointwise limit of functions, even if the domain of the functions are the natural numbers rather than the real numbers?

Yes, uniform convergence always allows you to switch limits. You might still want to prove that though, it's not that difficult.
 
micromass said:
Yes, uniform convergence always allows you to switch limits. You might still want to prove that though, it's not that difficult.
OK, that's what I wanted. And yes, perhaps I will try proving that uniform convergence implies interchange.

I should also probably give the context where I'm dealing with this: proving the bounded convergence theorem for the Lebesgue integral. I am dealing with the expression [itex]lim_{k→\infty}\sum_{i}\int_{F_{i}} f_{k}[/itex] (where the [itex]F_{i}[/itex] are disjoint measurable sets and the [itex]f_{k}[/itex] are real-valued measurable functions defined on [itex]ℝ^{n}[/itex]). I have shown that [itex]\left|\int_{F_{i}} f_{k}\right| < M_{i}[/itex] and that [itex]\sum_{i}M_{i} < \infty[/itex]. So what I want to do is apply the Weierstrauss M-test and say that the infinite sum is uniformly convergent, and after that I want to interchange limits and get [itex]\sum_{i}lim_{k→\infty}\int_{F_{i}} f_{k}[/itex]. Is that mathematically valid?

(You can see why I was asking about the domain being the natural numbers, because my functions are [itex]\int_{F_{i}} f_{k}[/itex] and my variable is [itex]i[/itex].)