|
|
|
|
|
by danbruc
1700 days ago
|
|
There is probably something wrong with this, but I was thinking something like the following. Take the sequence of sets M(n) = { 0, 1, 2, ... n - 1 } with measure m(n, i) = 1 / n. The m(n, i) are non-negative and the sum over all m(n, i) for a fixed n is 1. Then take the limit. The set M(n) will seemingly approach the natural numbers but I am not sure that this is valid. The m(n, i) will approach 0, I think that is uncontroversial. But I guess it might not be valid to argue that the sum remains 1 even though it seemingly equals n * 1 / n. |
|
In your case, when you say "sum" of the n identical things, you just mean multiplying n by the integer 1/n.
So you have 1 = 1/n *n != lim(1/n)lim(n). The last is an indeterminate form of 0*infinity and so you don't get to conclude that it's one.