I am reviewing the concept of point-wise and uniform convergence in the context of sequence of measurable functions.
I have looked at this post and understand the game semantics answer.
People say the uniform convergence is "stronger" than point-wise convergence. But how do they mean when using the adjective "stronger"?
For the point-wise convergence, the process goes:
1. I choose $x_0\in E$.
2. Partner chooses $\varepsilon>0$.
3. I find $N\in\mathbb{N}$ such that $\forall n>N$, $|f_n(x_0)-f(x_0)|<\varepsilon$.
4. If I am successful with steps #1-3 for all $x\in E$, then the sequence converges point-wise to $f$.
For the uniform converence, the process goes:
1. Partner chooses $\varepsilon>0$.
2. I find $N\in\mathbb{N}$ such that $\forall n>N$, $|f_n(x)-f(x)|<\varepsilon$ for all $x\in E$.
In which step is it apt to say the adjective "stronger" ? Clear explanation would be appreciated.
As the above commenter says, "X is stronger than Y" just means $X \implies Y$.
– Jesse Madnick Sep 24 '19 at 19:46