Are Pointwise Convergent Functions Limited to Measurable Sets?

  • Context: Graduate 
  • Thread starter Thread starter tohauz
  • Start date Start date
  • Tags Tags
    Functions Limit
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
5 replies · 2K views
tohauz
Messages
20
Reaction score
0
Hi,
1)is this true? If f_n(x) -> f(x) pointwise, then
{x:f(x)<=a} = union{k=1^infty}intersection{n=k^infty}{x:f_n(x)<=a}.
2)if A is measurable set, subset of reals, then is A-const set measurable?
Thanks
 
Physics news on Phys.org
I'm not getting your question. Could you make it more clear.
 
For the first, you want to know if

[tex]\{f\leq a\}=\liminf\{f_n\leq a\}[/tex]

In other words, you want to know whether [itex]f\leq a[/itex] if and only if [itex]f_n\leq a[/itex] eventually.

This is false, take [itex]f_n(x)=\frac{1}{n}x^2[/itex], then f(x)=0 and take a=0.
Then [itex]\{f\leq 0\}=\mathbb{R}[/itex], but [itex]\liminf\{f_n\leq 0\}=\{0\}[/itex]

As you do notice, you do have the [itex]\supseteq[/itex] inclusion.

(b) is true. Let [itex]\mathbb{B}[/itex] be the Borel-sigma-algebra. Then we put

[itex]\mathcal{A}=\{B-k~\vert~B\in \mathcal{B}\}[/itex]

Try to prove that [itex]\mathcal{A}[/itex] is a sigma-algebra which contains the open intervals...
 
micromass said:
For the first, you want to know if

[tex]\{f\leq a\}=\liminf\{f_n\leq a\}[/tex]

In other words, you want to know whether [itex]f\leq a[/itex] if and only if [itex]f_n\leq a[/itex] eventually.

This is false, take [itex]f_n(x)=\frac{1}{n}x^2[/itex], then f(x)=0 and take a=0.
Then [itex]\{f\leq 0\}=\mathbb{R}[/itex], but [itex]\liminf\{f_n\leq 0\}=\{0\}[/itex]

As you do notice, you do have the [itex]\supseteq[/itex] inclusion.

(b) is true. Let [itex]\mathbb{B}[/itex] be the Borel-sigma-algebra. Then we put

[itex]\mathcal{A}=\{B-k~\vert~B\in \mathcal{B}\}[/itex]

Try to prove that [itex]\mathcal{A}[/itex] is a sigma-algebra which contains the open intervals...

Appreciate your help, you i "proved" my first claim. Could you help to find my error?
So, if for given x [itex]f(x) \leq a[/itex], then for [itex]\forall \varepsilon>0, \forall x[/itex] [itex]\exists k[/itex] such that [itex]\forall n\geq k[/itex]


[tex]f(x) - \varepsilon < f_n(x) < f(x) + \varepsilon \leq a + \varepsilon[/tex]
Since [itex]\varepsilon[/itex] was arbitrary, we're done!
 
micromass said:
The thing is that your n depends on [itex]\varepsilon[/itex]. So if you take [itex]\varepsilon[/itex] smaller, then n will be bigger. So the argument, "[itex]\varepsilon[/itex] is arbitrary" doesn't really work here.

I see it now, thanks