Let $I$ be an interval and $f\colon I \to \mathbb{R}$.
Recall that $f$ is called Riemann-integrable with integral $s$ if the following is true:
For all $\epsilon > 0$, there exists $\delta > 0$ such that for any tagged partition $x_0,\ldots,x_n$ of $I$ and $t_0,\ldots,t_{n-1}$ whose mesh is less than $\delta$, we have
$$\left|\sum_{i=0}^{n-1} f(t_i) (x_{i+1}-x_i) - s\right| < \epsilon$$
The intuitive idea which leads to the Riemann integral is that you approximate the "area under the curve" by rectangles. However one could also start with the idea to approximate it via trapezoids. So one could try to define the "trapezoid integral" via:
For all $\epsilon > 0$, there exists $\delta > 0$ such that for any partition $x_0,\ldots,x_n$ of $I$ whose mesh is less than $\delta$, we have
$$\left |\frac{1}{2} \sum_{k=0}^{n-1} \left( x_{k+1} - x_{k} \right) \left( f(x_{k+1}) + f(x_{k})\right) -s \right | < \epsilon$$
- Would this "trapezoid integral" be equivalent to the Riemann integral in the sense that a function is trapezoid integrable iff it is Riemann integrable and the integral s are equal in this case? If not, is one more general than the other?
- If not: Is it possible to make a slightly different definition of the integral starting from the trapezoid idea such that one can state such a theorem?
- Is it also possible to generalize the idea to a Newton-Cotes approach and also get a clear connection to the Riemann integral
- Is this type of "trapezoid" integral (or a generalization) known in the literature? If so, do you have a reference which states and proves theorems about the relation to the Riemann integral?
Note that I know the trapezoid Rule for approximating the Riemann integral but this is only for numerical approximations.
A rough argument, why Riemann integrable and trapezoidal integrable should be equivalent.
Here is the case of a monotone increasing integrand function $f$:
First is a left Riemann sum, then the trapezoidal sum, then the right Riemann sum.
(from Riemann sum)
We get $S_{L}(n) \le s \le S_{T}(n) \le S_{R}(n)$ which sandwiches the trapezoidal sum, so if the Riemann integral converges, both $S_L$ and $S_R$ converge towards $s$ and the trapezoidal sum will as well.
For the other direction one would need to find a finer right Riemann sum e.g. $$ s \le S_R(n_2) \le S_T(n) $$ It should be possible to find such an $n_2$ because each trapezium (trapezoid) side between $(x_i, f(x_i))$ and $(x_{i+1},f(x_{i+1}))$ itself is a linear function which is Riemann integrabel. If one chooses the minimum of $n_2$ over all trapezoidal columns it should work.