Tokipin
- 19
- 0
I'm going through a topology book (Introduction to Topology by Bert Mendelson.) In one of the first chapters the author defines continuity in an epsilon-delta manner (not limit definition.) Here is the definition:
f(x) =\begin{cases}<br /> 1 & \text{ if } floor(x) \text { is odd } \\ <br /> 2 & \text{ if } floor(x) \text{ is even } <br /> \end{cases}
With 0 considered even. If we let \epsilon = 98^{8000}, then this function is continuous, as all f(x) are within \epsilon of each other.
So what the heck, man? Is this a "weak" definition? Can a function be "continous" even if it is disconnected? What am I misunderstanding?
I'm confused because, if I understand correctly, we can set both \epsilon and \delta to be any numbers. Consider for example this function:Let f:\mathbb{R}\rightarrow \mathbb{R}. The function f is said to be continuous at the point a\in \mathbb{R}, if given \epsilon > 0, there is a \delta > 0, such that
|f(x)-f(a)|<\epsilon,
whenever
|x-a|<\delta.
The function f is said to be continuous if it is continuous at each point of \mathbb{R}.
f(x) =\begin{cases}<br /> 1 & \text{ if } floor(x) \text { is odd } \\ <br /> 2 & \text{ if } floor(x) \text{ is even } <br /> \end{cases}
With 0 considered even. If we let \epsilon = 98^{8000}, then this function is continuous, as all f(x) are within \epsilon of each other.
So what the heck, man? Is this a "weak" definition? Can a function be "continous" even if it is disconnected? What am I misunderstanding?