Quackers McDuck wrote:It seems like wikipedia is actually wrong:
In mathematics, a function ƒ is uniformly continuous if, roughly speaking, it is possible to guarantee that ƒ(x) and ƒ(y) be as close to each other as we please by requiring only that x and y are sufficiently close to each other.
Wouldn't f(x)=x
2 satisfy that? So it has to be more than that, right?
No, Wikipedia isn't really wrong, you're just misunderstanding what that statement means. Which is fair, because as with all natural language explanations of formal mathematical statements, there's a bit of ambiguity that crops in.
"As close to each other as we please" means we first set some D>0, and we want f(x) and f(y) to be closer to each other than D.
"x and y are sufficiently close to each other", in this case means that, from D and f alone, we can compute some H>0 such that, if x and y are closer to each other than H, then
no matter how big or small x and y are, f(x) and f(y) will be within D of each other.
For simple continuity, the analogue of our H will also tend to depend on x, such as for example with f(t)=t
2. In this case, our H will need to be smaller as |x| gets bigger, because f(x) and f(x+H) differ by |2H x + H
2| = H |2x + H|. So regardless of how small a fixed H is, we can make x big enough to make this value bigger than whatever D we started with. The fact that, once we're told x, we can still find an H that works means it's still continuous, but the fact that we can't use this same H for *all* possible values of x means it's not uniformly continuous.
Edit: I've used a slightly different definition here than yours with sequences, because mine is more like what Wikipedia seems to be talking about.
With sequences, simple continuity requires that the sequences <u
n> and <v
n> actually converge to some value x
0. Uniform continuity is a stronger statement, because it only requires that <u
n> and <v
n> get close to each other, even if they don't actually converge to some particular value. So while both still require |u
n-v
n| to approach zero, simple continuity additionally requires |u
n-x
0| and |v
n-x
0| to approach zero, but uniform continuity doesn't.
For example, u
n = n+1/n and v
n = n-1/n would be applicable to check for uniform continuity, but not simple continuity. A function can be continuous even if we don't say anything at all about this particular pair of sequences. But for uniform continuity, we have to check them, along with all other sequences that approach each other without approaching any fixed value. So, again, uniform continuity is a stronger condition, because it has to work for a wider range of sequences than simple continuity has to work for.