I'm not sure what you mean, is this a continuation of the
other thread? I strongly suggest you work through the relevant section of a Real Analysis text in rigor, paying attention to how things are defined and how things are proved..
A
Lower Sum of f(x) on [a,b], with the partition P= \{ a=x_0<x_1<x_2<...<x_n=b \}:
L(f,P)=\sum_{k=1}^{n} m_k \left( x_k-x_{k-1} \right)
where m_k is a lower bound of f(x) on \left[ x_{k-1}, x_k \right] (i.e., m_k \leq f(x) \forall x\epsilon \left[ x_{k-1}, x_k \right].
An
Upper Sum of f(x) on [a,b] is defined
U(f,P)=\sum_{k=1}^{n} M_k \left( x_k-x_{k-1} \right)
where M_k is an upper bound of f(x) on \left[ x_{k-1}, x_k \right] (i.e., m_k \geq f(x) \forall x\epsilon \left[ x_{k-1}, x_k \right].
The
Lower Integral of f(x) on [a,b]:
L(f) = sup \. L(f,P) over all partitions of [a,b].
The
Upper Integral of f(x) on [a,b]:
U(f) = inf \. U(f,P) over all partitions of [a,b].
The
Reimann Integral: If U(f)=L(f), then \int_{a}^{b}f(x)dx exists and is defined as
\int_{a}^{b}f(x)dx=U(f)=L(f).
Back to your question:
another simple question would it be true to say
\int_{a_{L}}^{b} f = lim_{k \rightarrow \infty }L(f,P_k)
You haven't defined everything. What you have is certainly not true - your \left P_k \right looks like an arbitrary sequence, and you have no restrictions on f.
Here's what is sufficient (you may have been thinking of): If f is
bounded, and you have a sequence \left P_k \right such that
lim_{k \rightarrow \infty}\left( L(f,P_k)-U(f,P_k) \right)=0, then you can see from the definition that L(f)=U(f)=lim_{k \rightarrow \infty}L(f,P_k)=lim_{k \rightarrow \infty}U(f,P_k).
The kind of sequence of partitions that might satisfy this involves partitions getting 'finer and finer'; for example, where each partition is a refinement of the previous one.
If you look at a very clean, sterilized example, like f(x)=x^2 which is continuous, bounded, and has a bounded derivative, than any partition sequence where the partition size approaches zero will be sufficient. To prove this, given a max. partition size \delta, find an upper bound on M_k-m_k on an arbitrary subinterval (hint: bounded derivative) - and plug this into the sums to show that the upper and lower sums converge to the same thing.
This is NOT a generally applicable procedure; see what happens if f is unbounded or very discontinuous.
(edited for errors)