Definition of uniform convergence written as math symbols

Click For Summary

Discussion Overview

The discussion revolves around the definition of uniform convergence, particularly in the context of functions of multiple variables. Participants explore how to express this concept using mathematical symbols while minimizing the use of words. The conversation includes considerations of sequences of functions and the implications of different notations.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants clarify that uniform convergence typically involves a sequence of functions, while others question how to express it for functions of two variables.
  • One participant proposes a mathematical expression for uniform convergence using symbols, emphasizing the need for the correct placement of quantifiers.
  • Another participant discusses the implications of moving the quantifier \forall x in the context of uniform convergence and its effect on the definition.
  • There is a suggestion to use logical arrows in the definition, with some participants expressing preferences for different notational styles.
  • One participant raises concerns about whether the concept of uniform convergence applies to functions of a single variable, leading to a discussion about different versions of uniform convergence.
  • Another participant provides formal definitions of continuity and uniform continuity using logical symbols, highlighting the importance of precise notation.

Areas of Agreement / Disagreement

Participants express differing views on the correct notation and placement of quantifiers in the definition of uniform convergence. There is no consensus on whether the concept applies to functions of one variable or how to best represent it symbolically.

Contextual Notes

Some participants note that the definitions discussed may vary depending on the context, particularly when considering functions of multiple variables versus sequences of functions. The discussion reflects a range of interpretations and notational preferences.

Who May Find This Useful

This discussion may be useful for students and educators in mathematics and analysis, particularly those interested in the formal definitions of convergence and the use of symbolic logic in mathematical expressions.

Gerenuk
Messages
1,027
Reaction score
5
Hi,

how would I write out the definition of "uniform convergence" of a function f(x,y) with as few a possible words and using symbols like [itex]\forall[/itex]?
 
Physics news on Phys.org
Uniform convergence?...for that you need a sequence of functions. You can do uniform continuity with just one though. Let me know which one you mean, and I can help.
 
A sequence has index [itex]n[/itex] as in [itex]f_n(x)[/itex]. My index is [itex]y[/itex] so I wonder if
[tex]\lim_{y\to a}f(x,y)=g(x)[/tex]
converges uniformly. I'd like to express the definition of uniform convergence with the correct mathematical symbols without using many word. So quiet abstract.
 
Ok. That's a bit odd...usually uniform convergence is discussed in the context of sequences (or nets) but here it goes...

[tex]\forall \varepsilon > 0 \exists \delta > 0[/tex] so that if [tex]| y - a | < \delta, | f ( x, y ) - g( x ) | < \varepsilon \forall x[/tex].

The uniform part is that [tex]\delta[/tex] doesn't depend on x.
 
Last edited:
Oh thanks. I probably would have messed up the order.
Is there a way to use logic arrows instead of "so that if"?
Does the [itex]\forall x[/itex] have to be at the end?
 
I'm not sure why you would want to use "logic arrows" but, yes, the [itex]\forall x[/itex] must be at the end.

Ordinary convergence:
[itex]\forall x[/itex], given [tex]\epsilon> 0\exists \delta> 0[/itex] [itex]|x-a|< \delta\rightarrow |f(x)- L|< \epsilon[/itex]<br /> <br /> Uniform convergence:<br /> Given [itex]\epsilon> 0\exists \delta> 0[/itex] [itex]|x-a|< \delta\rightarrow |f(x)- L|< \epsilon, \forall x[/itex]<br /> <br /> In the first, how we choose [itex]\delta[/itex], given [itex]\epsilon[/itex], may depend upon x- that's why it is mentioned first. In the second, the same [itex]\delta[/itex] will work no matter what x is.[/tex]
 
Usually the idea of convergence xn->x is that, if you give me a tolerance epsilon, I can give you an N so all later points xi (i>N) are within the tolerance of x.

On the other hand, for functions fn(x) there might arise a situation where I could find the N for every x, but the minimum N's can be made larger and larger by choosing different values of x. In fact, for any N you choose it might happen that fn(x) is not within the tolerance for the majority of the x's. In this sense, the question: "find me a N so that the fi is close to f" cannot be satisfactorily answered.

Thus the notion of uniform convergence, and convergence in a norm.
 
I know I'm late back to the party but HallsofIvy is absolutely right, you lose uniformity if you move the [tex]\forall x[/tex] further up.
 
One reason for a purely symbolic definition is that many basic results in real analysis can be demonstrated using predicate calculus i.e. symbolic logic. This is not usually taught in math courses, but since I studied logic before real analysis I got to apply it all the time. HallsofIvy definitely gave the kind of formulation that would be appropriate for the blackboard in a math classroom: it reads somewhat like english, and the semantics are correct. But for applying the replacement rules of symbolic calculus (imagine a systematic computer program) it saves a lot of work to input things in a standard form.

Ordinary Convergence:

[tex] (\forall x)(\forall \epsilon)(\exists \delta)[\epsilon > 0 \rightarrow [(\delta > 0) \wedge (|x-a|< \delta) \rightarrow |f(x)- L|< \epsilon]][/tex]

Uniform Convergence:

[tex] (\forall \epsilon)(\exists \delta)(\forall x)[\epsilon > 0 \rightarrow [(\delta > 0) \wedge (|x-a|< \delta) \rightarrow |f(x)- L|< \epsilon]][/tex]

I know this may look strange, but I promise it is totally standard in any textbook on predicate calculus. One of the key features is that 'for all x' need not appear at the end of the formula (which it never does in predicate logic form) for uniform convergence, it just needs to appear after the 'for all epsilon, there exists delta.' For me it is easier to view the difference in this way, after I got used to the admittedly less natural-language formal use of symbolic notation.
 
Last edited:
  • #10
Looks good!
Does the statement change if I remove the arrow?
[tex] (\forall \epsilon)(\exists \delta)(\forall x)[(\epsilon > 0) \wedge (\delta > 0) \wedge (|x-a|< \delta) \rightarrow |f(x)- L|< \epsilon][/tex]

Is it bad practice to include the inequalities in the front?
[tex] (\forall \epsilon>0)(\exists \delta>0)(\forall x)[|x-a|< \delta \rightarrow |f(x)- L|< \epsilon][/tex]
 
  • #11
rochfor1 said:
I know I'm late back to the party but HallsofIvy is absolutely right, you lose uniformity if you move the [tex]\forall x[/tex] further up.

I don't agree with that. You just need to have [itex]\forall x[/itex] to the right of [itex]\exists\delta.[/itex] In fact, in the formal logical notation I learned, a trailing [itex]\forall v[/itex] isn't even meaningful (for any variable v).
 
  • #12
Gerenuk said:
Looks good!
Does the statement change if I remove the arrow?
[tex] (\forall \epsilon)(\exists \delta)(\forall x)[(\epsilon > 0) \wedge (\delta > 0) \wedge (|x-a|< \delta) \rightarrow |f(x)- L|< \epsilon][/tex]

That works.

Gerenuk said:
Is it bad practice to include the inequalities in the front?
[tex] (\forall \epsilon>0)(\exists \delta>0)(\forall x)[|x-a|< \delta \rightarrow |f(x)- L|< \epsilon][/tex]

No, that's fine. Formally, you can think of
[tex]\forall v>a\;\phi[/tex]
as shorthand for
[tex]\forall v\;(v>a\rightarrow\phi),[/tex]
just like
[tex]\exists v\;\phi[/tex]
might be considered shorthand for
[tex]\neg\forall v\;\neg\phi.[/tex]

Of course this sort of rewriting messes with the prenex normal form isabelle was so kind to provide.
 
  • #13
CRGreathouse:

Of course you're right. As long as the [tex]\forall x[/tex] is after the [tex]\exists[/tex] it's good. As for the logic bit, I've studied a lot of analysis but no logic, so you're probably right.
 
  • #14
No worries, I was just pointing out the difference between informal and (one version of) formal.
 
  • #15
Gerenuk said:
A sequence has index [itex]n[/itex] as in [itex]f_n(x)[/itex]. My index is [itex]y[/itex] so I wonder if
[tex]\lim_{y\to a}f(x,y)=g(x)[/tex]
converges uniformly. I'd like to express the definition of uniform convergence with the correct mathematical symbols without using many word. So quiet abstract.


You got a very good point there.In the examples that follow in continuity and uniform continuity,a complete formalized definition is shown .The definition are done for one variable and you can try for several variables.

Let f:A----->B AND:

1) f is continuous at aεA IFF(<====>)

[tex]\forall\epsilon[\epsilon>0\Longrightarrow\exists\delta(\delta>0\wedge\forall x( x\in A\wedge |x-a|<\delta\Longrightarrow|f(x)-f(a)|<\epsilon))][/tex]




2) f is continuous over A IFF(<====>

[tex]\forall\ a\forall\epsilon[a\in A\wedge\epsilon>0\Longrightarrow\exists\delta(\delta>0\wedge\forall x( x\in A\wedge |x-a|<\delta\Longrightarrow|f(x)-f(a)|<\epsilon))][/tex].


3) f is uniform continuous over A IFF(<=====>


[tex]\forall\epsilon[\epsilon>0\Longrightarrow\exists\delta(\delta>0\wedge\forall x\forall y( x\in A\wedge y\in A\wedge |x-y|<\delta\Longrightarrow |f(x)-f(y)|<\epsilon))][/tex]

Here the logical symbols are explicitly mentioned ,and when we want to negate the definitions,that is, when we want to prove that f is not continuous or uniform continuous ,this can be done in a safe way by using the laws of logic.

For example what must we do to prove that f is not continuous over A?
 
  • #16
I justed wanted to copy the equation to my notes and suddenly it all doesn't make sense to me. A function of two variables f(x,y) is supposed to converge uniformly to a function g(x). The above statement doesn't incluce two variables and seems wrong if I do include them?!

I suggest
[tex] \lim_{y\to a} f(x,y)&=g(x)\qquad \Leftrightarrow\qquad (\forall \epsilon>0)(\exists \delta>0)(\forall x)[|y-a|<\delta \rightarrow |f(x,y)-g(x)|< \epsilon][/tex]
which is different from above (different variables [itex]\forall x[/itex] and [itex]|y-a|<\delta[/itex])??!

Does the concept of uniform convergence make sense for a function of one variable only?
 
  • #17
Gerenuk said:
Does the concept of uniform convergence make sense for a function of one variable only?

No... it's just that there are a half-dozen or so different versions of uniform convergence. The usual one is for a sequence of functions.
 
  • #18
CRGreathouse said:
The usual one is for a sequence of functions.

Sure. In any case it must be a function of two variables (the index in the case of a sequence of functions).

In physics I usually don't care about th correctness of interchanged [itex]\lim[/itex], but uniform convergence is in principle required so I was interested.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 22 ·
Replies
22
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K