Extensionality Axiom

https://arbital.com/p/extensionality_axiom

by Ilia Zaichuk Aug 29 2016 updated Aug 29 2016

If two sets have exactly the same members, then they are equal


The axiom of extensionality is one of the fundamental axioms of set theory. Basically, it postulates the condition, by which two sets can be equal. This condition can be described as follows: if any two sets have exactly the same members, then these sets are equal. A formal notation of the extensionality axiom can be written as:

$$~$ \forall A \forall B : ( \forall x : (x \in A \iff x \in B) \Rightarrow A=B)$~$$

Examples

%%comment:

- If $A = \{x \mid x = 2n \text{ for some integer } n \}$ and $B = \{x \mid x \text{ is even } \}$, then $A=B$. The proof goes as follows: $\forall x : (x \in A \Leftrightarrow (x = 2n \text{ for some integer } n ) \Leftrightarrow (x/2 = n \text{ for some integer } n) \Leftrightarrow (x/2 \text{ is an integer}) \Leftrightarrow (x \text{ is even}) \Leftrightarrow x \in B)$ 

that, if simplified, gives $\forall x : (x \in A \iff x \in B)$, which, by extensionality, implies $A=B$

%%

[fixme: Fix the formatting in the currently commeneted example. Every new statement needs to be in a new line, lined up.]

[todo: Add more examples.]

Axiom's converse

Note, that the axiom itself only works in one way - it implies that two sets are equal if they have the same elements, but does not provide the converse, i.e. any two equal sets have the same elements. Proving the converse requires giving a precise definition of equality, which in different cases can be done differently. %note: Sometimes the extensionality axiom itself can be used to define equality, in which case the converse is simply stated by the axiom.% However, generally, the converse fact can always be considered true, as the equality of two sets means that they are the same one thing, obviously consisting of a fixed selection of objects. [comment: The substitution property of equality?]