Quick Analysis Problem - Related to properties of cont functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
brickcitie
Messages
15
Reaction score
0
Quick Analysis Problem -- Related to properties of cont functions

Homework Statement



This problem assumes that f: R ----> R is continuous on all of R. I need to determine if the following set is guaranteed to be closed, regardless of f(x).

A = {x in R | 0 <= f(x) <= 1}



Homework Equations



Everything is contained above.

The Attempt at a Solution



Ok so I have tried for a while to come up with a counter example. My first idea was to let f(x) = 1/ x^2 + 1, but then A = R which is closed and doesn't help my case. My next idea was to let f(x) = sinx, but then A is an infinite union of closed intervals on R, which I believe is a closed set.

I cannot think of any counter-example, so I'm guessing A will be guaranteed to be closed, but I cannot really get a formal proof started. Any idea?
 
Last edited:
Physics news on Phys.org


Hi again micromass. So I mis-typed this originally; I meant to say that I need to decide whether it is guaranteed to be closed. The first part of the question was whether it was open or not, and I used the same function you just mentioned to answer that.

And also, won't any infinite union of closed disjoint intervals in R be closed, because the complement will be an infinite union of open intervals, and thus open?
 


Oh, I see.

Well do you know that a function is continuous if and only if for every open set G holds that [tex]f^{-1}(G)[/tex] is open??

As for the second part. The complement of an infinite union of closed sets is an infinite intersection of open sets, and this is not guaranteed to be open.
But if you take the infinite union of DISJOINT closed sets, then it is indeed closed. But not for the reason you stated...