I have a problem understanding the function $\sup f_n(x)$ on a domain of convergence. Given a sequence of functions $f_n(x)$ I guess that $\sup f_n(x)$ is the function such that for each x we find the lub of the values of all $f_n$ on $x$.
To make thinks more simple, say that the functions $f_n$ are all bounded,then $\sup f_n$ means that for each $x$ of the domain of definition and convergence one finds the max of the values of $f_n$ on the particular $x$. Am I right ?
Now I present an example:
$$\sup\{|x^k|: -1 < x < 1, k \in \mathbb{N} \} = 1$$ which I don't understand. If I follow the thinking scheme of above, I should find $|x|$ and not $1$.
So where is the difficulty? Is my understanding of the definition of supremum of a sequence of functions wrong?
Thanks for any comments.
I think you may have a slight misunderstanding.
The supremum is taken on numbers; you take the supremum of a set of numbers.
When you find something like
$$\sup_{x \in I} \ f_n(x)$$ it means that, for each fixed $n$, you take the supremum of the values $f_n(x)$ for each $x \in I$.
Note that it is the exact same way it is used to find the supremum of a normal function; here the function depends on $n$, so the supremum too will depend on $n$, but it is not conceptually different.
Example:
$f_n = \frac 1n$ Each $f_n$ is a constant function, so $\sup f_n = \frac 1n$.
For your example, again you are taking the supremum of a set of numbers; all the numbers in the form $x^k$ for $x \in (-1, 1)$ and $k \in \mathbb N$.
The easiest way to find out what the supremum is, is noticing that $x^k \le 1$ and you can get arbitrarily close to $1$. Hence the supremum is $1$.