Axiom of Specification

axiomsset-theory

I am reading Halmos's Naive Set Theory. I am really enjoying though I never read such a book. But there are some things that I am unable to grasp. Notably in the second chapter after stating the axiom of specification he presents a condition that (x does not belong to x). After that he uses this condition by say that {x belongs to A: x does not belongs x}. What I don't understand is that how can we talk about an element belonging to itself ? and what does it mean ?

Best Answer

Maybe it is simpler to approach it in terms of predicates (expressing properties of objects). See original Russell's formulation The Principles of Mathematics (1903)]:

Among predicates, most of the ordinary instances cannot be predicated of themselves, though, by introducing negative predicates, it will be found that there are just as many instances of predicates which are predicable of themselves: predicability, as is evident, is predicable, i.e. it is a predicate of itself. But the most common instances are negative: thus non-humanity is non-human, and so on [i.e. the predicate humanity applies to human being and not to predicates, and thus it does not apply to itself; on the contrary, the predicate non-humanity is not a human being, and thus applies to itself]. The predicates which are not predicable of themselves are, therefore, only a selection from among predicates, and it is natural to suppose that they form a class having a defining predicate.

Here we can see the basic ingredient: the Comprehension principle stating that every predicate (expressed by a formula $\varphi$ of the language of sets) identifies a unique set $S$, i.e. the set (or class) defined by the predicate "to be a predicate that cannot be predicated of itself".


Regarding "not belonging to itself", we can try with the following example.

We know the natural numbers: $0,1,2,\ldots$ and we have the set $\mathbb N$ of all naturals, such that $0,1,2 \in \mathbb N$.

We have that $\mathbb N \notin \mathbb N$: the set of all naturals is not itself a natural number.

Assume now that we can define the set of non-naturals:

$\overline {\mathbb N} = \{ x \mid x \text { is not a natural number } \}$;

we have that this set is not itself a natural, and thus:

$\overline {\mathbb N} \in \overline {\mathbb N}$.

Related Question