Some notes that may be useful when finding approximation error bounds that are explicit, with no hidden constants and without introducing transcendental or trigonometric functions.
The notes generally relate to finding bounds on how close a polynomial is to a single-variable function on a closed interval. The mapping from a function to a function (in this case, from a single-variable function to a polynomial "close" to it) is called an operator, and operators involved in these bounds are often linear operators, whose behavior is relatively simple to examine.
- Contents
- Notation and Definitions
- Bernstein Form and Bernstein Polynomials
- "Moments" of Linear Operators
- Taylor Expansion of Linear Operators
- Results on Error Bounds
- Example
- Example: An Interesting Linear Operator
- Probabilistic Interpretations of Linear Operators
- License
- Notes
For definitions of continuous, derivative, convex, concave, bounded, Hölder continuous, and Lipschitz continuous, see the definitions section in "Supplemental Notes for Bernoulli Factory Algorithms".
- The closed unit interval (written as [0, 1]) means the set consisting of 0, 1, and every real number in between.
- An operator is a mapping from a function to a function.
- An operator
$L$ is linear if it satisfies$L(af)=aL(f)$ and$L(f+g)=L(f)+L(g)$ for all allowed functions$f$ and$g$ and every number$a$ . - An operator
$L$ is positive if it has the property that, if an allowed function$f$ is nonnegative on its domain, so is$L(f)$ .1 - The operator norm of an operator
$L$ is the maximum absolute value of$L(f)$ over all allowed functions$f$ with a maximum absolute value 1 or less. This assumes$L$ maps continuous functions on a closed interval to functions of that kind. - In this document,
$e_i$ is a function such that$e_i(t) = t^i$ , so that$e_0(t) = 1$ and$e_1(t) = t$ ; as an example, if$L(f) = f(0) + f(1)$ , then$L(e_1 - x)$ =$(e_1(0) - x) + (e_1(1) - x)$ =$(0-x)+(1-x)=1-2x$ . - The expected value (or mean or “long-run average”) of a random variable
$Y$ is denoted$\mathbb{E}[Y]$ . - A modulus of continuity of order 1 of a function f, denoted
$\omega_1(f, \delta)$ , means a nonnegative and nowhere decreasing function where, for each$\delta\ge 0$ ,$\text{abs}(f(x)-f(y))\le\omega_1(f, \delta)$ whenever$x$ and$y$ are in$f$ 's domain and no more than$\delta$ apart. Loosely speaking,$\omega_1(f, \delta)$ gives how much$f$ can vary when$f$ is restricted to a window of size$\delta$ or less. The modulus of continuity reflects the "regularity" of$f$ ; generally, the smaller it is, the more "regular".
Among the best known examples of linear operators are the Bernstein polynomials.
In this document, a polynomial
where the real numbers
The degree-$n$ Bernstein polynomial of an arbitrary function
To examine the approximation behavior of linear operators, it is helpful to find the so-called "moments" of those operators, that is, the functions they map certain functions to.
For a linear operator
- "Raw moments": The values of
$L(e_i)$ for each integer$i\ge 0$ . - "Central moments": The values of
$L((e_1-x)^i)$ for each integer$i\ge 0$ . If the "raw moments"$L(e_0), ..., L(e_j)$ are known, then$L((e_1-x)^j)$ is also known, thanks to proposition 5.6 of Gonska et al. (2006)3. - "Absolute moments": The values of
$L(\text{abs}(e_1-x)^i)(x)$ for each integer$i\ge 0$ . When$i$ is even,$L(\text{abs}(e_1-x)^i)$ =$L((e_1-x)^i)$ .
Because
-
$L$ reproduces all polynomials up to degree$j$ (that is,$L(f) = f$ whenever$f$ is a polynomial of degree$j$ or less). - The
$0$ -th "central moment" is$L(e_0)$ =$L((e_1-x)^0)$ = 1, and for each$i$ from 1 through$j$ ,$L((e_1-x)^j) = 0$ .
Also, because
Example: Let
$f(x)$ be the polynomial$4x^3 - 6x^2 + 8x^1 - 10$ . Then:
$$L(f) = 4L(e_3) - 6L(e_2) + 8L(e_1) - 10L(e_0).$$
The following results deal with useful quantities when discussing the error in approximating a function by Bernstein polynomials.
Suppose a coin shows heads with probability
-
$T_{n,r}$ : The central moment (moment about the mean) of$X$ is denoted$T_{n,r}(p)$ =$\mathbb{E}[(X-\mathbb{E}[X])^r]$ =$B_n((e_1-p)^r)(p)\cdot n^r$ . Formulas for computing this central moment are given in Skorski (2024)4. -
$S_{n,r}$ : Traditionally, the central moment of$X/n$ or the ratio of heads to tosses is denoted$S_{n,r}(p)$ =$T_{n,r}(p)/n^r$ =$\mathbb{E}[(X/n-\mathbb{E}[X/n])^r]$ =$B_n((e_1-p)^r)(p)$ . ($T$ and$S$ are notations of S.N. Bernstein, known for Bernstein polynomials.)$S_{n,r}$ is thus the$r$ -th "central moment" of degree-$n$ Bernstein polynomials. -
$M_{n,r}$ : The$r$ -th central absolute moment of$X/n$ is denoted$M_{n,r}(p)$ =$\mathbb{E}[\text{abs}(X/n-\mathbb{E}[X/n])^r]$ =$B_n(\text{abs}(e_1-p)^r)(p)$ . If$r$ is even,$M_{n,r}(p) = S_{n,r}(p)$ .$M_{n,r}$ is thus the$r$ -th "absolute moment" of degree-$n$ Bernstein polynomials.
The following gives bounds on
Proposition 1: Let $r\ge 0$, and let $\sigma(r,t) = (r!)/(((r/2)!)t^{r/2})$. Then for real numbers $r$ and integers $n$ described in the following table,
| If |
Then |
|---|---|
| Is an even integer. |
|
| Is an even integer, but not greater than 44. |
|
| Is 1. |
|
| Is odd, and |
|
| Is odd and greater than 43. |
|
Proof: The first row comes from a result of Adell and Cárdenas-Morales (2018)6. The second row is an improved result of the first, from Molteni (2022)7. The third row follows from Cheng (1983)8. The fourth and fifth rows follow from the first and second as well as that the absolute central moment for odd
Continuous functions can be "unwrapped" into a Taylor expansion. The linear mapping of those functions also has a Taylor expansion of sorts, which is described next.
Let
where
If
If
It can be seen from the expansions just given that finding upper bounds for
- Finding upper bounds for
$L$ 's "central moments" up to the$s$ -th order. - Finding upper bounds for
$L(R_s(f,\lambda))$ . If$L$ is positive linear, such bounds are given in the section "Bounds for General Positive Linear Operators". If$L$ is nonpositive linear, bounds are given in the section "Bounds for General Linear Operators", and this can be helped if$L$ can be written as a difference between two positive linear operators$LA$ and$LB$ , so that$L(f) = LA(f) - LB(f)$ .12 See the "Example" section later in this document.
Meanwhile, bounds for the derivatives of
Some results on error bounds for certain classes of operators.
In this section,
The following results give bounds that apply to large classes of positive linear operators. In this section:
-
$\sigma_i = L((e_i-\lambda)^i)(\lambda)$ (the$i$ -th "central moment" of the linear operator$L$ in question). -
$\tau_i = L(\text{abs}(e_i-\lambda)^i)(\lambda)$ (the$i$ -th "absolute moment" of the linear operator$L$ in question). -
$\omega_1(f, \delta)$ is the smallest modulus of continuity of a function$f$ of order 1, with parameter$\delta$ . -
$\tilde\omega_1(f, \delta)$ is the smallest concave modulus of continuity of$f$ of order 1, both with parameter$\delta$ .
Lemma 1. Let $f(\lambda)$ be continuous on a closed interval, and let $L$ be a positive linear operator that maps continuous functions on that interval to functions of that kind and reproduces all constants (so that
| No. |
- | ----- |
| 1 |
$\tilde\omega_1(f, \tau_1)$ . | | 2 |$2 \omega_1(f, (\sigma_2)^{1/2})$ . | | 3 |$(1 + (\sigma_2)^{1/2}/h) \omega_1(f, h)$ . | | 4 |$(1 + (\sigma_2)/h^2) \omega_1(f, h)$ . | | 5 | (Use ineq. 3 if$h<(\sigma_2)^{1/2}$ , or ineq. 4 otherwise.) | | 6 |$\tilde\omega_1(f, (\sigma_2)^{1/2})$ . |
Proof: Inequality 1 follows from a result of Gonska and Meier (1985, theorem 3.1)13. Inequality 2 follows from a result of Shisha and Mond (1968, theorem 1)14; inequality 4 comes from another result in the same paper (see also Mamedov (1959)15); inequality 3 follows from a result of Mond (1978)16; inequality 5, a result of Păltănea (2004, corollary 1.2.2)17; inequality 6, a result of Peetre (1969)18 (also mentioned in Gonska (1998/2023)19, which has an extensive discussion on error bounds for linear operators). □
Remark 1: The moduli of continuity
-
$\omega_1(f,\delta)\le\tilde\omega_1(f,\delta)$ (Peetre 1969)22. - If
$f$ is Hölder continuous with Hölder exponent$\alpha$ ($0\lt\alpha\le 1$ ) and Hölder constant$M$ or less,$\omega_1(f,\delta)\le\tilde\omega_1(f,\delta)\le M\delta^\alpha$ . Indeed, in this case,$f$ admits the continuous and concave modulus of continuity$\omega_1(\delta)=M\delta^\alpha$ , where$\delta>0$ . - If
$f$ is Lipschitz continuous with Lipschitz constant$M$ or less,$\omega_1(f,\delta)\le\tilde\omega_1(f,\delta)\le M\delta$ , given that Lipschitz-continuous functions are Hölder continuous with Hölder exponent 1. The same bound holds true if$f$ instead has a continuous derivative with maximum absolute value$M$ or less, since in this case (by a result of Hardy and Littlewood)$f$ is Lipschitz continuous with Lipschitz constant$M$ or less.
□
Example: Let
$f$ and$L$ be as in Lemma 1. If$f$ is Lipschitz continuous with Lipschitz constant$M$ or less, or has a continuous derivative with maximum absolute value$M$ or less,$\text{abs}(L(f)(\lambda)-f(\lambda))\le M (\sigma_2)^{1/2}$ ; this follows from the combination of Remark 1 and inequality 6 of Lemma 1.
Lemma 2. Let $f(\lambda)$ be continuous on a closed interval, and let $L$ be a positive linear operator that maps continuous functions on that interval to functions of that kind and reproduces all polynomials up to degree 1 (constants and linear functions). Let $h>0$ be a real number. Then:
| No. | If
- | --- | ----- |
| 1 | Has a continuous derivative. |
$((h+2)^2/(8h))\cdot \omega_1(f^{(1)}, h\cdot\sqrt{\sigma_2}) \cdot\sqrt{\sigma_2}$ . | | 2 | Has a continuous derivative. |$\frac{1}{2}(\sigma_2)^{1/2} \tilde\omega_1(f^{(1)}, (\sigma_2)^{1/2})$ . | | 3 | Has a Hölder-continuous derivative with Hölder exponent$\alpha$ ($0\lt\alpha\le 1$ ) and Hölder constant$M$ or less. |$\frac{M}{2}(\sigma_2)^{(1+\alpha)/2}$ . | | 4 | Has a Lipschitz-continuous derivative with Lipschitz constant$M$ or less, or has a continuous second derivative with maximum absolute value$M$ or less. |$\frac{M}{2} (\sigma_2)$ . |
Proof: Inequality 1 is a special case of Theorem 2.19 (in conjunction with Remark 2.21) of Anastassiou (1985), with the interval
Lemma 3. Let $f(\lambda)$ have a continuous $k$-th derivative on a closed interval, and let $L$ be a positive linear operator that maps continuous functions on that interval to functions of that kind. Let $h>0$ be a real number. Then $L(f)(\lambda) = L(Q_k(f,\lambda))(\lambda) + L(R_k(f,\lambda))(\lambda)$, where:
and where:
-
$Q_k(f,\lambda)=$ $\sum_{i=0}^k f^{(i)}(\lambda)\cdot(e_0-\lambda)^i/(i!)$ is the degree-$k$ Taylor polynomial of $f$ centered at $\lambda$. -
$R_k(f,\lambda)$ is the Taylor remainder that results from subtracting $Q(f,\lambda)$ from $f$.
Proof: The second to fourth bounds given relate to the Taylor remainder. The second bound comes from Păltănea and Smuc (2019, Theorem 1)24; the third bound comes from corollary 3.2 of Dimitriu (2010)25 and Brudnyĭ's lemma; and the fourth bound follows from the second with
Lemma 4. Let $k$ be zero or a positive integer. Let $f(\lambda)$—
- have a Lipschitz-continuous $k$-th derivative on a closed interval, with Lipschitz constant $M$ or less, or
- have a continuous $(k+1)$-th derivative on that interval, with maximum absolute value $M$ or less,
and let $L$ be a positive linear operator that maps continuous functions on that interval to functions of that kind. Then
Proof: Follows from the third bound for
The following two lemmas are more general, but not as easy to use. In both,
Lemma 4A (special case of Theorem 3.4 in Gonska (1998/2023)19). Let $f(\lambda)$ be continuous on a closed interval or a closed subset thereof, and let $L$ be a positive linear operator that maps continuous functions on $f$'s domain to bounded functions on that domain. Let $h>0$ be a real number. Then:
Lemma 4B (special case of Theorem 4.7 in Gonska (1998/2023)19). Let $f(\lambda)$ be continuous on a closed interval, and let $L$ be a positive linear operator that maps bounded functions on $f$'s domain to bounded functions on that domain. Let $h>0$ be a real number. Then:
The second inequality also works if $L$ maps from continuous functions instead of from bounded functions.
Note: Unlike Lemma 4A, Lemma 4B doesn't work for arbitrary closed subsets of
$f$ 's domain (see Remark 2.5 in Gonska (1998/2023)19.
The following lemma adapts the previous lemmas to the setting of random variables.
Lemma 5. Let $f(\lambda)$ be continuous on a closed interval, and let $Y$ be a random variable taking only values in that interval. Then Lemmas 1 through 4B apply as appropriate to $f$ meeting their conditions, with $L(f)=\mathbb{E}[f(Y)]$ and $\lambda =\mathbb{E}[Y]$.
Proof: With these assumptions there is a positive linear operator
The following results specialize the previous ones to the case of Bernstein polynomials
Lemma 6: Let $k$ be zero or a positive integer. Let $f(\lambda)$—
- have a Lipschitz-continuous $k$-th derivative on the closed unit interval, with Lipschitz constant $M$ or less, or
- have a continuous $(k+1)$-th derivative on that interval, with maximum absolute value $M$ or less.
Then the following bound holds true:
Proof: Follows from Lemma 4, with
Corollary 1: Let $f(\lambda)$, $k$, and $M$ be as in Lemma 6. Then, for every $0\le\lambda\le 1$:
| If
- | ------ |
| 0. |
$M(1/2)/n^{1/2}$ for every integer$n\ge 1$ . | | 1. |$M(1/8)/n = 0.125M/n$ for every integer$n\ge 1$ . | | 2. |$M(\sqrt{3}/48)/n^{3/2} < 0.3609M/n^{3/2}$ for every integer$n\ge 2$ . | | 3. |$M(1/128)/n^{2} = 0.0078125M/n^{2}$ for every integer$n\ge 1$ . | | 4. |$M(\sqrt{5}/1280)/n^{5/2} < 0.001747/n^{5/2}$ for every integer$n\ge 2$ . | | 5. |$M(1/3072)/n^{3} < 0.0003256/n^{3}$ for every integer$n\ge 1$ . |
Roughly speaking, the integral of
approaches as
Lemmas 7 and 8, which give error bounds for important classes of linear operators (not necessarily positive ones), rely on the so-called Peano kernel theorem, which was originally developed to assess the error in estimating the integral of a function from samples of it31 (for more on this theory, see Brass and Förster 199832; Waldron 199933).
Lemma 7. Let $k$ be zero or a positive integer, let $f(\lambda)$ have a continuous $(k+1)$-th derivative on the closed interval $[a, b]$, let $M$ be its maximum absolute value, and let $C$ and $c$ be real numbers such that $c\le f^{(k+1)}\le C$ over that interval. Let $L$ be a bounded linear operator that—
- reproduces all polynomials of degree $k$ or less, and
- maps continuous functions (or, if $k=0$, bounded functions) on the interval $[a, b]$ to continuous functions on that interval.
Then:
where $LF(f) = f - L(f)$, and the notation
Formulas (3) and (4) are because, in this case, the operator
Lemma 8 (see Theorem 4 of Gavrea and Ivan (2015)34). With the assumptions in Lemma 7, if $LF$ is the difference of two positive linear operators $LA$ and $LB$, so that $LF(f)=LA(f)-LB(f)$ (or $L(f)=f-LA(f)+LB(f)$), and $LA$ and $LB$ both map continuous functions on that interval to functions of that kind, then:
Lemma 9 (special case of Theorem 3.2 in Gonska (1998/2023)19). Let $f(\lambda)$ be continuous on a closed interval or a closed subset thereof, and let $L$ be a bounded linear operator that maps continuous functions on $f$'s domain to bounded functions on that domain. Let $h>0$ be a real number. Then for each $\lambda$ in $f$'s domain:
where $\alpha$ is the maximum of
Lemma 10. With the assumptions in Lemma 9, if $L$ reproduces constants, so that
Lemma 11 (special case of Theorem 4.4 and Corollary 4.5 in Gonska (1998/2023)19). Let $f(\lambda)$ be continuous on a closed interval $[a, b]$, and let $L$ be a bounded linear operator that maps continuous functions on $f$'s domain to bounded functions on that domain. Let $h>0$ be a real number. Then for each $\lambda$ in $f$'s domain:
where $\beta(\lambda)$ is as in Lemma 9.
Lemma 12. With the assumptions in Lemma 11, if $L$ reproduces constants, so that
The following inequality gives a bound on the "best possible" error that a polynomial of degree
Let
where—
-
$W$ is: -
$\omega_{n}(f, h)$ is the smallest modulus of continuity of$f$ of order$n$ , with parameter$h$ .
Using properties of moduli of continuity (see Sevy 199120, sec. 2.0.2; Gonska 198521), if
and if
Like Whitney's inequality, the following gives a bound on the "best possible" error between a polynomial and a function.
Let
Let
where
Example: Let
$f$ have a continuous third derivative on the closed unit interval. Combining the previous inequality with the Whitney-type inequalities given earlier leads to the following error bound for linear operators$L$ that map continuous functions to polynomials and reproduce all polynomials up to degree 2:
$$\text{abs}(L(f)(x) - f(x))\le(1+\Vert L\Vert )\cdot 1\cdot \left(\frac{1}{3}\right)^{3}\Vert f^{(3)}\Vert _\infty$$
$$ = (1+\Vert L\Vert )\Vert f^{(3)}\Vert _\infty/27.$$
The following comes from a result in Bede and Gal (2010)43; see also Bede et al. (2009)44.
Let
- (Monotone.) For every pair of allowed functions
$g$ and$h$ , if$g\le h$ , then$L(g)\le L(h)$ . - (Subadditive.) For every pair of allowed functions
$g$ and$h$ ,$L(g+h)\le L(g)+L(h)$ . - (Positively homogeneous.)
$xL(g)=L(xg)$ for every allowed function$g$ and every$x\ge 0$ .
If
provided
Notes: An operator meeting conditions 2 and 3 is also called a sublinear operator. Every linear operator is also sublinear. A linear operator is monotone if and only if it is positive. For more on nonlinear operators, see Gal and Niculescu (2023)45.
This example shows how to find a linear operator's bounds.
Let
where:
-
$k = 2n\lambda$ , where$0\le\lambda\le 1$ . -
$W_n(f)$ is a linear operator that approaches$f$ as$n$ increases.46 -
$X_k$ is a hypergeometric($2n$ ,$k$ ,$n$ ) random variable. -
$\sigma_{n,k,i}$ equals${n\choose i}{n\choose {k-i}}/{2n \choose k}$ and is the probability that$X_k$ equals$i$ . -
$\mathbb{E}[Y]$ is the expected value (or mean or “long-run average”) of the random variable$Y$ .
With this choice of
Here,
It will be shown that, if
The following are some of these values and those for related operators:
-
$L_n(e_0)(x) = L_n((e_1-x)^0)(x) = 0$ . -
$L_n(e_1)(x) = L_n((e_1-x)^1)(x) = 0$ . -
$L_n(e_2)(x) = L_n((e_1-x)^2)(x)$ =$3x(x - 1)/(2n(2n-1))$ =$O(1/n^2)$ . -
$L_n(e_3)(x)$ =$n^3 x^2(2nx - 4x + 3)/(2n - 1)$ . -
$LA_n((e_1-x)^2)(x)$ =$-x(3n - 2)\cdot(x - 1)/(n(2n-1))$ =$O(1/n)$ . -
$LB_n((e_1-x)^2)(x)$ =$-x(6n - 1)\cdot(x - 1)/(2n(2n-1))$ =$O(1/n)$ . -
$(LA_n+LB_n)((e_1-x)^2)(x)$ =$LA_n(\text{abs}(e_1-x)^2)(x) + LB_n(\text{abs}(e_1-x)^2)(x)$ =$-x(12n - 5)\cdot(x - 1)/(2n(2n - 1)) = O(1/n)$ .
To find values like those just listed, it is useful to calculate raw moments (Wang et al. 2023)48 and central moments (Weisstein)49 of hypergeometric random variables (such as
where the derivatives are taken with respect to
In the following, the notation
The first step is to find the Taylor expansion of
The function
Meanwhile the remainder is estimated as follows, using the proof of corollary 2.3 of Gonska et al. (2006)3:
In turn, using Schwarz's inequality (see proof of the same paper's corollary 2.1):
(The expression in the middle takes its maximum at
If
For a continuous function
where
It is known that
(The foregoing sentence would remain true if
Because
With the help of Lemma 6, the following holds if
where
Alternatively, write:
so now there are two error bounds to find: one for
where
where
Altogether, if
Example: If
$m$ is 3, and the polynomial generated by$Lag_m$ interpolates$f$ at the points 0, 1/3, 2/3, and 1, the inequality just shown becomes:
$$\text{abs}((H_{n,3}(f) - f)(\lambda))\le \frac{M_2(f)}{8n} + \frac{1.64\cdot M_0(f)\cdot 9}{8n},$$ using an upper bound for
$\Vert Lag_3\Vert$ .
The Bernstein polynomials featured in a proof in 1912 of the result that any continuous function on a closed interval can be approximated as well as desired by polynomials (Bernstein 1912)53. That proof used probability theory. In a series of papers, Adell and De la Cal use probability theory to interpret a number of linear operators in addition to those polynomials (Adell and De la Cal 199654, 199555).
Any copyright to this page is released to the Public Domain. In case this is not possible, this page is also licensed under Creative Commons Zero.
Footnotes
-
A better term for positive operators is probably nonnegativity-preserving operators. ↩
-
n! = 1*2*3*...*n is also known as n factorial; in this document, (0!) = 1.
Summation notation, involving the Greek capital sigma (Σ), is a way to write the sum of one or more terms of similar form. For example, $\sum_{k=0}^n g(k)$ means $g(0)+g(1)+...+g(n)$, and $\sum_{k\ge 0} g(k)$ means $g(0)+g(1)+...$. ↩ -
Gonska, Heiner, Paula Piƫul, and Ioan Raşa. "On differences of positive linear operators." Carpathian Journal of Mathematics (2006): 65-78. ↩ ↩2
-
Skorski, Maciej. "Handy formulas for binomial moments." Modern Stochastics: Theory and Applications 12.1 (2024): 27-41. ↩
-
It is also possible to bound the "absolute moment" as $M_{n,r}(p)\le C(r)(\max(1/n, (p(1-p)/n)^{1/2})^r$ or $M_{n,r}(p)\le D(r)(1/n + (p(1-p)/n)^{1/2})^r$ (G.G. Lorentz, "The degree of approximation by polynomials with positive coefficients", 1966), but the constants $C(r)$ and $D(r)$ seem to be higher (and less favorable) than the $E(r)$ in $M_{n,r}(p)\le E(r)/n^{r/2}$. ↩
-
Adell, J.A., Cárdenas-Morales, D., "Quantitative generalized Voronovskaja’s formulae for Bernstein polynomials", Journal of Approximation Theory 231, July 2018. https://doi.org/10.1016/j.jat.2018.04.007 ↩
-
Molteni, Giuseppe. "Explicit bounds for even moments of Bernstein’s polynomials." Journal of Approximation Theory 273 (2022): 105658. ↩
-
Cheng, F., "On the rate of convergence of Bernstein polynomials of functions of bounded variation", Journal of Approximation Theory 39 (1983). ↩
-
Weisstein, Eric W. "Schwarz's Inequality." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/SchwarzsInequality.html ↩
-
R. Bojanić, O. Shisha, "Degree of $L^1$ approximation to integrable functions by modified Bernstein polynomials", Journal of Approximation Theory 13, 66–72 (1975). ↩
-
Piţul, P., "Evaluation of the Approximation Order by Positive Linear Operators", dissertation, Universität Duisberg-Essen, 2007. ↩ ↩2
-
I suspect that, whenever $L$ is a bounded linear operator that maps continuous functions on a closed interval to functions of that kind, $L$ can be written as a difference between two positive linear operators. But I have not seen a proof of that statement; Acu et al. ("Grüss-type and Ostrowski-type inequalities in approximation theory", Ukr Math J 63, 843–864, 2011) give a similar statement but without proof. ↩
-
Gonska, H.H., Meier, J., "On approximation by Bernstein-type operators: best constants", Studia Sci. Math. Hungar. 22, 1987. ↩ ↩2
-
Shisha, O., Mond. B, "The degree of convergence of linear positive operators", 1968. ↩
-
R. G. Mamedov, "On the order of approximation of functions by linear positive operators" (Russian), Dokl. Akad. Nauk SSSR 128 (1959). ↩
-
Mond, B., "On the degree of approximation by linear positive operators", Journal of Approximation Theory 18 (1976). ↩
-
Păltănea, R., Approximation Theory Using Positive Linear Operators, Birkhäuser, 2004. https://doi.org/10.1007/978-1-4612-2058-9 ↩
-
Peetre, J., "On the connection between the theory of interpolation spaces and approximation theory", in Approximation Theory, 1969. ↩
-
Gonska, Heiner. "The rate of convergence of bounded linear processes on spaces of continuous functions." Journal of Numerical Analysis and Approximation Theory 52.2 (2023): 182-232. https://doi.org/10.33993/jnaat522-1326 ↩ ↩2 ↩3 ↩4 ↩5 ↩6
-
Sevy, J., "Acceleration of convergence of sequences of simultaneous approximants", dissertation, Drexel University, 1991. https://doi.org/10.17918/00010296 ↩ ↩2
-
H. H. Gonska, Quantitative Approximation in C(X), Habilitationschrift, Universität Duisburg, 1985. ↩ ↩2
-
Peetre, J., "Exact interpolation theorems for Lipschitz-continuous functions", Ricerche Mat. 18 (1969). ↩
-
Păltănea, R, Dimitriu, M.T., "On some second order moduli of smoothness." General Mathematics 24 (2016) ↩
-
Păltănea, R., Smuc, M. "Sharp Estimates of Asymptotic Error of Approximation by General Positive Linear Operators in Terms of the First and the Second Moduli of Continuity", Results in Mathematics 74, 70 (2019). https://doi.org/10.1007/s00025-019-0997-8 ↩
-
Dimitriu, M.T., "Estimates with optimal constants using Peetre's K-functionals", Carpathian Journal of Mathematics 26 (2010). ↩
-
Gonska, Heiner, Paula Piţul, and Ioan Raşa. "On Peano's form of the Taylor remainder, Voronovskaja's theorem and the commutator of positive linear operators". In Proceedings of the International Conference on Numerical Analysis and Approximation Theory, Cluj-Napoca. Romania, July 2006. ↩
-
Gonska, Heiner. "On the degree of approximation in Voronovskaja's theorem", Studia Univ. Babeş-Bolyai, Math., September 2007. ↩
-
Anastassiou, George A. "A study of positive linear operators by the method of moments, one-dimensional case." Journal of Approximation Theory 45.3 (1985): 247-270. ↩
-
The paper Cichoń et al., "On delta-method of moments and probabilistic sums", ANALCO 2013, has very similar results, but they assume the function $f$ has a $k$-th derivative defined on an open interval (say, $0\lt\lambda\lt 1$), rather than a closed one, making those results harder to use if $Y$ is a random variable that can take a value equal to either endpoint of the interval (in this example, 0 or 1). ↩
-
Frantz, Deborah A. Summability methods, probability distributions, and associated positive linear operators. Lehigh University, 1984. ↩
-
This kind of estimation is called quadrature or numerical integration, and methods for such estimation, such as the one given in (2A), are called quadrature rules. ↩
-
Brass, H., Förster, KJ. (1998). On the Application of the Peano Representation of Linear Functionals in Numerical Analysis. In: Milovanović, G.V. (eds) Recent Progress in Inequalities. Mathematics and Its Applications, vol 430. Springer, Dordrecht. https://doi.org/10.1007/978-94-015-9086-0_10 ↩ ↩2
-
Waldron, Shayne. "Refinements of the Peano kernel theorem." Numerical functional analysis and optimization 20.1-2 (1999): 147-161. https://doi.org/10.1080/01630569908816885 ↩
-
Gavrea, I., Ivan, M., "A sharp estimate for the Peano error representation", Applied Mathematics and Computation 252 (2015). https://doi.org/10.1016/j.amc.2014.12.017 ↩ ↩2
-
Note that for formulas (3) to (5), $(e_1-t)_+^0$ is discontinuous and so is not accepted by $LF$ and $L$ if they map from only continuous functions; thus the results in this section suppose both operators map from bounded functions for $k=0$. Brass and Förster 1998 adequately provides for the case $k=0$, but not Gavrea and Ivan 2015, unfortunately. ↩
-
Babenko, Alexander G., and Yuriy V. Kryakin. "Special difference operators and the constants in the classical Jackson-type theorems." Topics in Classical and Modern Analysis: In Memory of Yingkang Hu. Cham: Springer International Publishing, 2019. 35-46. ↩
-
Jaskaran Singh Kaire and Andriy Prymak, "Whitney-type estimates for convex functions", arXiv:2311.00912 (2023). ↩ ↩2
-
It would be interesting to find a version of this inequality that works for any closed interval $[a, b]$. ↩
-
Güntürk, C. Sinan, and Weilin Li. "Approximation with one-bit polynomials in Bernstein form", arXiv:2112.09183 (2021); Constr Approx 57, 601–630 (2023). https://doi.org/10.1007/s00365-022-09608-y ↩ ↩2
-
R.A. DeVore and G.G. Lorentz, Constructive Approximation, 1993. https://link.springer.com/book/9783540506270 ↩
-
E. W. Cheney, Introduction to Approximation Theory, 1998. ↩
-
Guessab, A., Nouisser, O. & Schmeisser, G. Enhancement of the algebraic precision of a linear operator and consequences under positivity. Positivity 13, 693–707 (2009). https://doi.org/10.1007/s11117-008-2253-4. However, Gavrea and Ivan ("A note on the fixed points of positive linear operators", Journal of Approximation Theory (227), 2018) pointed out that there are positive linear operators besides the identity that reproduce all polynomials of the form $x^i$ where $i>0$. ↩
-
Bede, Barnabás, and Sorin G. Gal. "Approximation by Nonlinear Bernstein and Favard-Szász-Mirakjan Operators of Max-Product Kind." Journal of Concrete & Applicable Mathematics 8.1 (2010). ↩
-
Bede, Barnabás, Coroianu, Lucian, Gal, Sorin G., Approximation and Shape Preserving Properties of the Bernstein Operator of Max-Product Kind, International Journal of Mathematics and Mathematical Sciences, 2009, 590589, 26 pages, 2009. https://doi.org/10.1155/2009/590589 ↩
-
Gal, Sorin G., and Constantin P. Niculescu. "Korovkin-type theorems for weakly nonlinear and monotone operators", arXiv:2206.14102v1 [math.FA], also in Mediterranean Journal of Mathematics 20.2 (2023): 56. https://doi.org/10.1007/s00009-023-02271-y ↩
-
$W_n$ can, in principle, be nonlinear instead, but this would require a totally different approach to finding the approximation error, and $L_n$ would then be nonlinear in general. ↩
-
Micchelli, Charles. "The saturation class and iterates of the Bernstein polynomials", Journal of Approximation Theory 8, no. 1 (1973): 1-18. ↩
-
Wang, Y.Q., Zhang, Y.Y, Liu, J.L., "Expectation identity of the hypergeometric distribution and its application in the calculations of high-order origin moments", Communications in Statistics--Theory and Methods 52(17), 2023. https://doi.org/10.1080/03610926.2021.2024235 ↩
-
Weisstein, Eric W. "Central Moment." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/CentralMoment.html ↩
-
Ioan Gavrea, Mircea Ivan, "A note on the fixed points of positive linear operators", Journal of Approximation Theory (227), 2018, https://doi.org/10.1016/j.jat.2017.12.001.. ↩
-
G.G. Lorentz, "Inequalities and saturation classes for Bernstein polynomials", 1963. ↩
-
Weisstein, Eric W. "Bernstein's Inequality." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/BernsteinsInequality.html ↩
-
S.N. Bernstein, "Démonstration du théorème de Weierstrass fondée sur le calcul de probabilités", Comm. Kharkov Math. Soc. 13, 1-2, 1912. ↩
-
Adell, J. A., and J. De la Cal. "Bernstein-type operators diminish the φ-variation." Constructive Approximation 12.4 (1996): 489-507. https://doi.org/10.1007/BF02437505 ↩
-
Adell, J. A., and J. De la Cal. "Bernstein-Durrmeyer operators." Computers & Mathematics with Applications 30.3-6 (1995): 1-14. https://doi.org/10.1016/0898-1221%2895%2900081-X ↩