Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

It follows from the axioms of identity alone that $x = y \Rightarrow \big((\forall z) x \in z \equiv y \in z\big)$ and $x = y \Rightarrow \big((\forall z) z \in x \equiv z \in y\big)$.

One of the most important axioms of presumably every set theory is the axiom of extensionality: $\big((\forall z) z \in x \equiv z \in y\big) \Rightarrow x = y$.

But what about its reverse: $\big((\forall z) x \in z \equiv y \in z\big) \Rightarrow x = y$? Does this statement have a name among mathematical logicians and/or set theorists, maybe Identity of indiscernibles? In which set theories can it be proved? And in which set theories (or models) does it not hold?

share|improve this question
For the sake of formal correctness, and for readability, parentheses should be used. – André Nicolas Apr 14 '11 at 17:14
@user6312: done – Hans Stricker Apr 14 '11 at 17:22

2 Answers

up vote 4 down vote accepted

We can prove it in any set theory with the axiom of extensionality and the axiom of pairing.

Assume $(\forall z) x\in z$ iff $y\in z$.

Given $x$, form the set $\{x,x\} = \{x\}$ by the pairing axiom. Now, set $z = \{x\}$.

We see that $x\in \{x\}$ so we must have $y\in \{x\}$ so that $y= x$.

share|improve this answer
I was too impressed by Leibniz' and the principle's name: it's a triviality (in the context of set theory), isn't it. – Hans Stricker Apr 14 '11 at 17:29

The statement is trivially true in any reasonable set theory. Given any $x$, let $z$ be the set whose only element is $x$. Then for any $y$, $y\in z$ iff $y=x$.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.