ddt
Mafia Penguin
That might be true, although neither current theory nor any experimental evidence support it. And even in a universe like that, one can still construct infinite sets: the set of all ordered sets of points, for example.
I studied set theory, and I'm puzzled too by sol's comment. We are arguing about a universe with a finite number of points (call it N), aren't we?Now I'm beginning to wish I had studied set theory properly yet. Is there any short version of how that is done, or some link that explains it in more detail?
Then the number of possible orderings on all points is also finite. Let's see:
Take two points x and y. They can be either ordered as x < y, or x > y, or not - that's 3 possibilities. There are N * (N-1) / 2 possible unordered pairs of x and y, so the number of orderings is bounded by 3 ^ (N(N-1)/2). I say bounded, because not all combinations are valid; an ordering must adhere to the law of transitivity:
if x < y and y < z, then x < z
So there's a finite number of possible orderings of N points. If you include the orderings of subsets of those points, for each size n of such a subset, there's a finite number of ways to get a subset of size n, and per subset you get the same upper bound for the number of orderings as above (with n instead of N), so - all in all - you still get a finite number of orderings.
Did I miss something?