If the left Riemann sum of a function over uniform partition converges, is the function integrable?
To put the question more precisely, let me borrow a few definitions first. Pardon my use of potentially non-canon definitions of convergence. Given a bounded function $f:\left[a,b\right]\to\mathbb{R}$,
- A partition $P$ is a set $\{x_i\}_{i=0}^{n}\subset\left[a,b\right]$ satisfying $a=x_0\leq x_1\leq\cdots\leq x_n=b$.
- The norm of a partition $\newcommand\norm[1]{\left\lVert#1\right\rVert}\norm{P}:=\max_{0\leq i\leq n}|x_i-x_{i-1}|$
- The left Riemann sum of $f$ over partition $P$ is $l(f,P):=\sum_{i=1}^nf(x_{i-1})(x_i-x_{i-1})$
- The left Riemann sum of $f$ is said to converge to $L$ iff $\newcommand\norm[1]{\left\lVert#1\right\rVert}\forall\epsilon>0, \exists\delta>0:\norm{P}<\delta$ implies $\left|l(f,P)-L\right|<\epsilon$
- A uniform partition $P_n$ of $n$ divisions is defined by $x_i=a+\frac{b-a}{n}i$
- The left Riemann sum of $f$ over uniform partitions is said to converge to $L$ iff $\forall\epsilon>0, \exists N\in\mathbb{N}: n\geq N\implies \left|l(f,P_n)-L\right|<\epsilon$
Now, is the following statement true?
If the left Riemann sum of $f$ converges to $L$, $f$ is Riemann integrable and its Riemann integral $\int_a^b f$ equals $L$.
In particular, I am curious whether the following limited case is true.
If the left Riemann sum of $f$ over uniform partitions converges to $L$, $f$ is Riemann integrable and its Riemann integral $\int_a^b f$ equals $L$.
My hunch is that the statements above are not true. But I can't come up with a counter example. Can someone give me some help here please?