tlehman.blog >

Do sets exist?

90 page views   |   598 words   |  
In my post yesterday, Cantor's Paradise: From Empty to Infinity and Beyond, I talked about how we know that there are two exclusive possibilities, either:
  1. No infinite sets exist OR
  2. Infinitely many sizes of infinite sets exist

The Axiom of Infinity implies 2. So if you admit the existence of just a single size of infinity, like the countably infinite set ℤ of integers, then you automatically get larger infinities, like the size of ℝ, the real numbers, and beyond. I remember doing an exercise in my set theory & topology class that used the Axiom of Power Set, we proved that, for any set S, the power set P(S) is always strictly bigger:

$$\forall S : |S| < |P(S)|$$

The power set P(S) of S is the set of all subsets of S. So we know that if sets exist, and at least one of those sets is infinite, then there exist a towering hierarchy of larger sizes of infinite sets, ascending in size up with no upper bound. Stated more simply: there is no infinity larger than all other infinities.

Okay, but let's back up for a second, do sets even exist?

This question belongs to the philosophical discipline of ontology. Ontology is all about what does and does not exist. In physics, the ontology that physicists work with includes things like particles. Programming languages come with their own ontologies too, Java's ontology includes Classes and Objects. Clojure's ontology includes values like numbers, vectors, maps and sets.

The reason I am asking this question in this post is that it's common for people to take for granted that mathematical objects don't exist. In Plato's The Republic, he writes as Socrates, describing the Allegory of the Cave, and uses the metaphor of the cave to symbolize the world of the senses vs the outside world, which symbolizes the world of ideas. 

The "shadows on the cave wall" are like the imperfect sets we draw on paper and instantiate in Clojure REPLs:
#{1 3 2}
Created by Cao Youfang - Plato's Cave Allegory

By contrast, Plato holds that the ideal set in itself exists, meaning, for example, that the set {1,3,2} we instantiated in Clojure above, is but a shadow on the cave wall for the ideal set existing in the outside world:

$$\{1, 3, 2\}$$

Applying this metaphor, the immanent set-in-memory, or set-on-paper is only a shadow of the real set. This real set is accessible to the intellect, through reason. In Platonism, the ontological status of sets is actually higher than the matter it is presented in. So Plato says "yes, sets exist". If this is true, and the Axiom of Infinity is true, then infinity really exists. Infinite sets are real.

What's an alternative view? Aristotle, a student of Plato's disagreed with this theory of ideal forms, and argued that forms are immanent, not transcendent. Aristotle was early in a tradition of empiricism. This is more at home among the consensus materialist ontologies that are common today.

So Aristotle would say "no, sets don't exist. pictures of sets exist, data structures of sets in memory exist"

Why does any of this matter? Answering this question probably won't produce any practical applications of mathematics. But it's interesting to anyone who wonders about what reality really is, or what mathematics really is. Being able to answer questions like this is also useful in getting into the question of whether God really exists.


#math #metaphysics #philosophy #ontology