Multi-dimensional uniform approximation results

138 Views Asked by At

Recently I've been investigating results from approximation theory, especially the uniform approximation by polynomials. I find most of the interesting results are for one-dimensional, uni-variate case, i.e., using $\text{span}\:\{x^{\lambda_i} \:|\: \lambda_i \in S\}$ to approximate a function in $C(K, \mathbb{R})$, where $K \subset \mathbb{R}$ is an interval. Several extensions have been made for the one-dimensional, multivariate case, i.e., using $\text{span}\:\{\prod_{i=1}^n x_i^{\lambda_i} \:|\: \lambda_i \in S_i, i = 1, \ldots, n\}$ to approximate a function in $C(K, \mathbb{R})$, where $K \subset \mathbb{R}^n$.

I'm wondering whether there exists results for multi-dimensional, uni-variate case. The simplest question would be whether $$\text{span}\:\{ \begin{bmatrix}1\\ 0\end{bmatrix}, \begin{bmatrix}0\\ 1\end{bmatrix}, \begin{bmatrix}x^2\\ x\end{bmatrix}, \begin{bmatrix}-x\\ x^2\end{bmatrix}, \begin{bmatrix}x^4\\ x^3\end{bmatrix} , \begin{bmatrix}-x^3\\ x^4\end{bmatrix} , \ldots\}$$ is dense in $C([-1, 1], \mathbb{R}^2)$. Can anyone give me an idea or a reference?

1

There are 1 best solutions below

5
On

The Hahn-Banach theorem + Riesz representation theorem says that the span of $\begin{bmatrix}p_n\\ q_n\end{bmatrix}$ fails to be dense in $C([-1,1],\mathbb R^2)$ iff there are finite signed measures $\mu_1,\mu_2$ on $[-1,1],$ not both zero, such that $\int p_nd \mu_1=\int q_nd\mu_2=0$ for all $n.$ In this case there happens to be suitable measures supported on $\{-1,0,1\}.$

All the elements $\begin{bmatrix}p\\ q\end{bmatrix}$ of your basis satisfy $p(1)+q(-1)-p(0)-q(0)=0.$ So anything in their span is at sup-norm distance at least $\tfrac14$ from $\begin{bmatrix}x\\ 0\end{bmatrix}$ for example.


Here is more detail on why a continuous linear functional on $C([0,1],\mathbb R^2)$ can be written in the form $(p,q)\mapsto \int p\; d\mu_1 + \int q\; d\mu_2.$

Consider an arbitrary $h\in C([0,1],\mathbb R^2)^*.$ This takes as input continuous functions $f\in C([-1,1],\mathbb R^2),$ or equivalently, pairs $(p,q)\in C([-1,1]).$ The norm on $\mathbb R^2$ doesn't make a difference, but we can make $C([0,1],\mathbb R^2)$ a Banach space by setting $\|f\|=\max(\|p\|,\|q\|).$ Define $h_1,h_2\in C([0,1])^*$ by $h_1(p)=h((p,0))$ and $h_2(q)=h((0,q))$ - with the Banach space norm above, these are continuous because $\|h_1\|,\|h_2\|\leq \|h\|.$ By what Wikipedia calls the Riesz-Markov theorem, each continuous linear functional $h_i\in C([0,1])^*$ is represented by a finite signed measure measure $\mu_i$:

$$\forall p\in C([0,1]),\qquad h_i(g)=\int p\; d\mu_i.$$

So $h((p,q))=\int p\; d\mu_1 + \int q\; d\mu_2.$