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 [tex]P= \{ a=x_0<x_1<x_2<...<x_n=b \}[/tex]:
[tex]L(f,P)=\sum_{k=1}^{n} m_k \left( x_k-x_{k-1} \right)[/tex]
where [tex]m_k[/tex] is a lower bound of f(x) on [tex]\left[ x_{k-1}, x_k \right][/tex] (i.e., [tex]m_k \leq f(x) \forall x\epsilon \left[ x_{k-1}, x_k \right][/tex].
An
Upper Sum of f(x) on [a,b] is defined
[tex]U(f,P)=\sum_{k=1}^{n} M_k \left( x_k-x_{k-1} \right)[/tex]
where [tex]M_k[/tex] is an upper bound of f(x) on [tex]\left[ x_{k-1}, x_k \right][/tex] (i.e., [tex]m_k \geq f(x) \forall x\epsilon \left[ x_{k-1}, x_k \right][/tex].
The
Lower Integral of f(x) on [a,b]:
[tex]L(f) = sup \. L(f,P)[/tex] over all partitions of [a,b].
The
Upper Integral of f(x) on [a,b]:
[tex]U(f) = inf \. U(f,P)[/tex] over all partitions of [a,b].
The
Reimann Integral: If U(f)=L(f), then [tex]\int_{a}^{b}f(x)dx[/tex] exists and is defined as
[tex]\int_{a}^{b}f(x)dx=U(f)=L(f)[/tex].
Back to your question:
another simple question would it be true to say
[tex]\int_{a_{L}}^{b} f = lim_{k \rightarrow \infty }L(f,P_k)[/tex]
You haven't defined everything. What you have is certainly not true - your [tex]\left P_k \right[/tex] 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 [tex]\left P_k \right[/tex] such that
[tex]lim_{k \rightarrow \infty}\left( L(f,P_k)-U(f,P_k) \right)=0[/tex], then you can see from the definition that [tex]L(f)=U(f)=lim_{k \rightarrow \infty}L(f,P_k)=lim_{k \rightarrow \infty}U(f,P_k)[/tex].
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 [tex]\delta[/tex], find an upper bound on [tex]M_k-m_k[/tex] 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)