3

The version of Cantor's notion of sets that I've come across goes something like this:

"...collection of well defined, distinguishable objects of our intuition or of our thought to be conceived of as a whole. The objects are called the members of the set..."

With Russell's paradox $B = \{x:x \notin x\}$, I understand the mistake is assuming the collection $B$ is a set (i.e. if by sets we mean a collection which has the membership relation with its elements). The paradox shows not all collections are sets.

So far I haven't seen any paradox phrased like this: $B = \{x:x \notin B\}$? It seems slightly different from Russell's paradox in that the question isn't so much about whether $B$ is a collection which is also a set, but whether $B$ is a collection at all. Is this formulation allowed in Cantor's notion of sets, where it must satisfy the criterion of being well defined?

Thanks!

Stranger
  • 299
  • 4
    The basic problem here is: what does "is a collection" mean? How much must a collection be defined to be a collection? For $B$, for instance, it is impossible to consistently answer the question of whether $B \in B$; in what sense is such an object a collection? – Ian Jan 03 '15 at 03:51
  • Why $B = {x:x \notin B}$? Did you mean $B^c$? – Gaston Burrull Jan 03 '15 at 03:53
  • I don't know if it can help you but their is a really good topic here ;) – ParaH2 Jan 03 '15 at 03:54
  • @GastonBurrull I deleted my previous comments to avoid confusion. But it seems intuitive in naive set theory that the union of two sets is also a set. If so, then the notion of a complement is problematic. Since if we define $B^c$ as ${x:x \notin B}$ then $B \cup B^c$ is the universal set (if $B$ is well defined), which cannot exist even in naive set theory. So we want to avoid talking about complements. – Stranger Jan 03 '15 at 11:28
  • 1
    @VijayKonnur: Naive set theory has no problem with unions, or complements, or with an universal set. Indeed there are (widely assumed to be non-paradoxical) axiomatic set theories that have all three of these, such as Quine's theory NF. Naive set theory explodes when it encounters Russell's paradox, but writing down ${x\mid x\notin x}$ does not in particular depend on having a universal set. In ZF(C) in particular, the set builder notation is restricted such that you need to write ${x\in A\mid x\notin x}$, and then you reach a paradox if $A$ can be a universal set. (contd.) – hmakholm left over Monica Jan 04 '15 at 01:54
  • 1
    (..cont'd) But once you require ${x\in A\mid\cdots}$ rather than ${x\mid\cdots}$ you have definitely left naive set theory behind -- then you're doing some variant of Zermeloan set theory. – hmakholm left over Monica Jan 04 '15 at 01:56
  • @HenningMakholm Could that be because naive set theory does not provide any explicit axioms, so we assume obvious facts in our derivations (how else could we argue without a starting point). One set of these obvious facts (the ones leading to new foundations) allow the universal set, while another set of obvious facts (leading to the cantor paradox) do not allow the universal set. These are mutually inconsistent, but naive set theory has no problems with either? – Stranger Jan 04 '15 at 04:54
  • I guess since Cantor's paradox relies on constructions of the type ${x \in A | ...}$ it's implicitly leaning towards "zermeloan" set theory? – Stranger Jan 04 '15 at 06:10
  • 1
    @VijayKonnur: The meaning of "naive set theory" I assume we're speaking of here is inconsistent due to the paradoxes of Cantor, Russel, and more. As such it "has a problem", as you say, but this doesn't mean that you can point to any particular construction and say that naive set theory disallows it. Its basic characteristic is that it allows everything, and thereby it is inconsistent. Once you start adding restrictions (such as "no universal set") in order to avoid the paradoxes, the set theory you have is not naive anymore. – hmakholm left over Monica Jan 04 '15 at 18:32

2 Answers2

16

The basic problem here is that even in naive set theory you have no right to assume that $$ B = \{ x\mid x\notin B\} $$ works as the definition of $B$. Since the letter $B$ appears in the expression that supposedly defines its meaning, what you have is not a definition, but merely an equation that you want $B$ to be a solution of. And there's nothing paradoxical about the fact that this equation happens not to have any solution, any more than it is paradoxical that $$ x=x+1 $$ fails to define a number $x$.


Even if we look at the non-contradictory case, $$ C = \{ x \mid x \in C \} $$ that too fails to define anything because it just says that $C$ equals itself, which does not single out any particular set among all the other sets that also equal themselves. Again, this is not mysterious, but the same as the fact that $$ y = 1\cdot y $$ fails to define a number $y$.

2

$B = \{x:x \notin B\}$ is an equation rather than a definition, and an equation without solutions.

Gaston Burrull
  • 5,449
  • 5
  • 33
  • 78
Lehs
  • 13,791
  • 4
  • 25
  • 77