Extensionality Axiom

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

  • \(\{1,2\} = \{2,1\}\), because whatever object we choose, it either belongs to both of these sets ($1$ or \(2\)), or to neither of them (e.g. \(5\), \(73\))

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\)

<div>

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

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. noteSometimes 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. The substitution property of equality?

Parents:

  • Set

    An unordered collection of distinct objects.