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.