Wednesday, March 2, 2016

real analysis - The Dirichlet Function.



The Dirichlet function is defined by f(x)={1 if xQ0 if xQ. Let g(x)={0 if xQ1 if xQ be its evil twin.



(1) Prove that f is discontinuous at every xR.



(2) Prove that g is continuous at exactly one point x1R.



(3) Prove that f+g is continuous at every xR.




Definition (Continuous at a point): A function f:DR is continuous at X0D if for every ϵ>0 there exists some δ>0 such that |f(x)f(x0)|<ϵ whenever |xx0|<δ.



Response: I don't have any work yet, hints and answers would be extremely helpful.


Answer



f+g is a constant function, so (3) is easy. (2) is false, so don't waste your time trying to prove it. For (1), set ϵ=1, take any x0R and any δ>0, and use the fact that both Q and RQ are dense in R to show that there is some xR such that |xx0|<δ and |f(x)f(x0)|=ϵ.



As a side note, if we'd defined g(x):=xf(x), then g would be continuous at exactly one point--namely 0.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...