Ordered Pairs
We will very often want to assign an order to our sets. As it stands our current sets are equivalent based solely on the elements contained in them due to the axiom of extension, i.e.
\{a,b\} = \{b,a\}.
If in the above example we wanted some way to show that a is the first element, we would need to order our sets. This is where ordered pairs come in. Letting parenthesis denote ordered pairs, we want that two ordered pairs are equivalent (a,b) = (x,y)
if and only if a = x and b = y. This is so we avoid pesky situations where (a,b) = (b,a) and order is lost, with the only exception when a = b.
Definitions
We start with some nonexamples to emphasize the importantance of choosing a definition.
So we must be a little careful when choosing a definition. We will use the definition given by Kazimierz Kuratowski in 1921
Now we prove that this definition works as we expect, and ordered pairs always uniquly determine the order of two elements.