Sunday, December 16, 2018

real analysis - Is this a Darboux function?



Let f(x)=x if 0x1 and f(x)=x12 if $1

Questions

  • Am I right? Is f a Darboux function?

  • If yes, then why do authors give complicated examples of Darboux functions like g(x)=sin(1x) if x>0 and g(0)=0 or h(x)=(x2sin(1x)) which are hard to draw near x=0?. Even worse when they mention Conway base 13 function.

  • Answer



    It doesn't satisfy the intermediate value theorem :



    f(910)=910



    f(1110)=610



    But there is no x[910,1110] such that f(x)=810


    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...