In wikipedia is written that Kuratowski definition of ordered pair is now-accepted (I use down-right index "K" to mark Kuratowski formula):
$p_K = (a,b)_K := \{ \{a\}, \{a,b\} \}$
My question is why people not use below simpler definition instead:
$p = (a,b) := \{ \{a\}, \{b, \varnothing \} \}$
?
UPDATE
After discussion on comments we get following
Advantages of $(a,b)$:
- for paris $(a,\varnothing)$ the result of $(a,\varnothing) = \{ \{a\}, \{ \varnothing \} \}$ is simpler than $(a,\varnothing)_K = \{ \{a\}, \{ a, \varnothing \} \}$ (we don't need to duplicate $a$)
- for case when $a=b$ formula $(a,a)=\{ \{a\}, \{a,\varnothing \} \}$ save property that we have two elements(pairs) in set, which is loose by formula $(a,a)_K=\{\{a\}\}$
Disatvantages of $(a,b)$:
- for case $(\{\varnothing\},\varnothing) = \{ \{\{\varnothing\}\}, \{ \varnothing \} \}$ we loose property that when $a\neq b$ the first element of pair cardinality is $=1$ and second element cardinality is $=2$ which is saved for Kuratowski formula: $(\{\varnothing\},\varnothing)_K = \{ \{\{\varnothing\}\}, \{ \{\varnothing\}, \varnothing \} \}$. In this case both elements has cardinality $=1$.
- for case $a=b$ formula $(a,a)_K=\{\{a\}\}$ is simpler than $(a,a)=\{ \{a\}, \{a,\varnothing \} \}$
for Kuratowski formula is easy to extract pair elements using union/intersection (which is not possible/easy for my formulat):
$\pi_1( p_K ) = \bigcap (a,b)_K = \{a\}\cap \{a,b\} = \{a\}$
$\pi_2( p_K ) = \bigcup (a,b)_K = \{a\}\cup \{a,b\} = \{a, b\}$
I also realized that my definition is similar (but not the same) to Winner's definition