Suppose x is real and epsilon > 0. Prove thatis a neighborhood of each of its numbers; in other words, if
, then there is a delta > 0 such that
.
So since, then
I am not sure what to do after that.
Hi,
For simplification, let's say that y belongs to (x-e;x). So y>x-e. By letting, we find a
such that
(note that it's a subset, not "belongs to")
For the general stuff, you may just considerand it should work (I hesitated between min and max, but I think it's definitely min).
i would think that a formula like:
would be preferable, as it places no restrictions on y.
note that both of these numbers have to be positive, since
|y-x| < ε. also, one of these numbers will be less than ε, unless y = x,
in which case choosing δ = ε works just fine.
noting the extreme case where y = x+ε - ε' (where ε' << ε),
x-y+ε = x-x-ε+ε'+ε = ε', whereas
y-x+ε = x+ε-ε'-x+ε = 2ε-ε' > ε, so this is clearly not the minimum.
the other "extreme" case is similar:
y = x-ε + ε' (where ε' << ε), and we have
y-x+ε = x-ε+ε'-x+ε = ε', but
x-y+ε = x-x+ε-ε'+ε = 2ε-ε' > ε, again, clearly the larger number of the two.
i see no reason to "divide by 2", the total length of the interval (x-ε,x+ε) is already 2ε.
If you're allowed to use topological arguments, just say thatis a basis element of the metric topology, and so for every point inside it, there's another basis element centered at that point and contained in U. (Using the standard basis of
-balls at each point.)
i suspect that this question is part of an equivalence: U is open iff it is a neighborhood of each of its points.
(in this particular question, we are proving an open interval is open. it seems obvious, but it's worth proving at least once in one's life).
depending how "open" and "neighborhood" are defined, this can range from difficult, to axiomatic (a tautology).
yes, your formulation of δ is a bit more elegant (although equivalent) than mine (because it takes fewer characters to write).
although i think you meant if:, since your interval may not even be a subinterval of the ε-ball centered at x (for example, if x is very large).