f(x) =1 if x is rational
=0 if x is irrational
no matter what delta i choose i still can find find both rational and irrational number that satisfy d<0 and 0<x<d
the problem is how i should choose epsilon regarding this function, frankly this obvious kind of function with only two possibilities of value is really hard for me to understand
basically i what i understand is to turn the problem into delta-epsilon language and see if there any contradiction within the process
|f(x)-L|<E for E>0 and d>0 that satisfy 0<x<d
|0-L|<E for irrational x
several times i saw the example about proof of dirichlet function, they're always use E=½ that seriously bugging me. so i tried various value for E and of course i will bring consequences for both delta and x, but since i can find infinite number of both irrational and rational number even within very small range i don't think much about it, since it quite different than "normal" function that really have strict epsilon-delta relation
so i've come with ,whenever i choose E with range 0<E<½ i will find such contradiction that i'm looking for(as a proof no limit). let's say E is equal to 0.2
the form above will turn into
|1-L|<0.2 for rational x
|0-L|<0.2 for irrational x
the bottom part (|0-L|<0.2) will result a contradiction, and that is what i'm looking for .
but when i try E within range ½<E<1
i cannot show any contradiction within it
let's say E 0.51
|1-L|<0.51 for rational x
|0-L|<0.51 for irrational x
whatever L i choose there will be no contradiction in it
so my point is
first,how exactly to choose epsilon in unique function like this(since this function only have 2 possible value and the maximum value is mere 1) ?
second it's common that dirichlet function is discontinuous everywhere(has no 2side limit) so why when i choose epsilon that higher than ½ i can't show the discontinue of the function?
isn't it supposed discontinuous everywhere?
i'm aware that i seems have some grave misunderstandings regarding the very basic definition of limit so i would really happy if someone can help me get past this
thank you in advance