I have started doing Lebesgue integration and I just want to clarify one thing to start with.
Very loosely speaking, with Riemann integration we partition the domain into $n$ intervals, and then we calculate the area of the $n$ rectangles formed by a base of width $n$ and a height of where each rectangle 'hits' the function. Summing these rectangles gives us an approximation of the area of the graph under the function. Then as we let $n \to \infty$ this approximation increase in accuracy and equals the function when we take the limit.
Now with Lebesgue integration do we follow the same process of partitioning (the range this time) into $n$ intervals and then letting $n \to \infty$ giving us smaller and smaller intervals which implies the approximation to the function keeps increasing? Leaving aside the concept of having sets that are measurable on the domain...I am simply wondering is process of considering intervals of decreasing size the same as with Riemann integration?

Suppose that $f$ is a positive bounded function defined on an interval $[a,b]$ with $0 < f \le M$.
If you partition the domain using $a = t_0 < t_1 < t_2 < \cdots < t_n = b$ you select points $x_k \in [t_{k-1},t_k]$ and form the Riemann sum $\displaystyle \sum_{k=1}^n f(x_k) \ell([t_{k-1},t_k])$ where $\ell$ is the length of the interval $[t_{k-1},t_k]$.
If instead you partition the range using $0 = M_0 < M_1 < M_2 < \cdots < M_n = M$, you can form an analogous "Lebesgue sum" by defining $E_k = \{x \in [a,b] : M_{k-1} < x \le M_k\}$. Select points $x_k \in E_k$ and use the sum $\displaystyle \sum_{k=1}^n f(x_k) \ell(E_k)$.
There are two things going on that are much different than in the Riemann sum. First, the sets $E_k$ aren't necessarily intervals so you have to be careful in what is meant by $\ell(E_k)$. This is where Lebesgue measure is needed. Second, even if the $E_k$ are intervals, their lengths don't necessarily shrink to zero as the mesh of the partition of $[0,M]$ decreases to zero. So, the process of considering intervals of decreasing size is not the same as with Riemann integration.