I would like to know how to solve this "paradox". First of all I define some functions and syntax:
Let's define the Lebesgue Measure of the closed interval [x ; y] this way: LM([x;y]). So the Lebesgue Measure of the interval [0;1] is: LM([0;1])=1.
From the definition of a measure function, let's define L(n) as the sum of the n parts (sub-intervals) of equal length of the interval [0;1]. We have L(n) = LM([0,1]) and for any n:
$$ L(n) = \sum\limits_{i=1}^{n}LM([-1/n + \sum\limits_{j=1}^{i}1/n ; \sum\limits_{j=1}^{i}1/n]) $$
For example L(2) = LM([0;0.5])+LM([0.5;1])=LM([0;1])
Let's take the limit of L(n) when n goes to infinity with two different points of view (infinity in calculus and set theory):
Calculus
Since the limit of -1/n is zero, the first option is to consider the sub-interval a singleton [x;x]. The problem is that an infinite number of closed intervals of measure zero is zero and L(n)=0 != LM([0;1])=1;
Set Theory
The structure of the sub-intervals is [A,B], A and B being rationals. We cannot have a countable number of singleton sub-intervals like this: [A;A] because the set of reals between [0;1] is uncountable and the set of rationals is countable. From the definition of the function L(n) we are mapping an uncountable number of reals (interval [0;1]) in a countable number of parts (sub-intervals) so A must be different from B. In this case the sub-intervals are not zero in length since any real closed interval with A!=B has LM(A,B)=epsilon > 0. The problem is that an infinite number of closed interval of measure epsilon>0 is infinity and L(n)=infinity != LM([0;1])=1;
Both options make me think about the Archimedean property of reals and the infinitesimals.
Could someone please help me to understand what is wrong in both results? Thanks a lot for your comments.