Which property does it satisfy?

  • Context: MHB 
  • Thread starter Thread starter evinda
  • Start date Start date
  • Tags Tags
    Property
Click For Summary

Discussion Overview

The discussion revolves around the properties of ordered pairs as defined by the Kuratowski definition, specifically examining what it means for an element to belong to an ordered pair. Participants explore the implications of this definition in the context of set theory and the differences between ordered and unordered pairs.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • Some participants reiterate the Kuratowski definition of an ordered pair, noting that it is defined as <a,b> = { {a}, {a, b} }.
  • There is a discussion about the properties that an element x must satisfy when x belongs to an ordered pair, with some suggesting that it should be equivalent to x = a or x = b.
  • One participant introduces the idea that the axiom of pair is necessary to determine the membership of x in <a,b>, suggesting that the definition may not capture all necessary properties.
  • Another participant compares the ordered pair to a data structure in programming, arguing that while it behaves as expected, it has incidental properties that should be hidden from the user.
  • There is a clarification that when x is in the unordered set {a, b}, it simply means x = a or x = b, while for the ordered pair, x can be {a} or {a, b}.
  • Some participants discuss the implications of injectivity in ordered pairs, stating that if two ordered pairs are equal, then their corresponding elements must also be equal.
  • There is a distinction made between ordered pairs and unordered pairs, emphasizing that the order of elements is crucial in the former, which allows for the recovery of the original elements.

Areas of Agreement / Disagreement

Participants express various viewpoints regarding the properties of ordered pairs, with some agreeing on certain aspects while others raise challenges and alternative interpretations. The discussion remains unresolved regarding the full implications of the definitions and properties discussed.

Contextual Notes

Participants note that the definitions and properties discussed may depend on specific interpretations of set membership and the axioms of set theory, which could lead to differing conclusions based on the context.

evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hey again! (Nerd)

According to my notes, the Kuratowski definition for the ordered pair is the following:

Let $a,b$ sets. We define the ordered pair of $a,b$ like that:

$$<a,b>=\{ \{a \}, \{ a, b \} \}$$

So, when $x \in <a,b>$, which property does it satisfy? (Thinking)
 
Physics news on Phys.org
evinda said:
Hey again! (Nerd)

According to my notes, the Kuratowski definition for the ordered pair is the following:

Let $a,b$ sets. We define the ordered pair of $a,b$ like that:

$$<a,b>=\{ \{a \}, \{ a, b \} \}$$

So, when $x \in <a,b>$, which property does it satisfy? (Thinking)

Hi! :)

What are the possibilities for $x$? (Wondering)
 
evinda said:
Let $a,b$ sets. We define the ordered pair of $a,b$ like that:

$$<a,b>=\{ \{a \}, \{ a, b \} \}$$

So, when $x \in <a,b>$, which property does it satisfy?
Strictly speaking, you need to use the axiom of pair to determine what $x\in\langle a,b\rangle$ is equivalent to.

I am not sure if this is what the exercise has in mind, but I would say $x\in\langle a,b\rangle$ is usually understood in a different, less formal way. The things is that, using programming speech, $\{ \{a \}, \{ a, b \} \}$ is just one data structure (a hack, really) that implements $\langle a,b\rangle$, i.e., behaves like we want $\langle a,b\rangle$ to behave. But as every concrete data structure, it has some incidental properties, which should rather be hidden from the "user". For a similar example, the disjoint union $A\sqcup B$ of two sets $A$ and $B$ can be implemented as $A\times\{1\}\cup B\times\{2\}$. This implementation does provide the injection functions $i_A: A\to A\sqcup B$ and $i_B: B\to A\sqcup B$ defined as $i_A(x)=\langle x,1\rangle$ and $i_B(x)=\langle x,2\rangle$, which are essential for the concept of disjoint union. But it has has some incidental properties, for example, the fact that it uses 1 and 2 and not, say, 9 and 10. This fact should be hidden because it is not intrinsic to disjoint union.

What I am trying to say is that to most people, an ordered pair is first of all a pair, so $x\mathrel{\boldsymbol{\in}}\langle a,b\rangle$ should be equivalent to $x=a\lor x=b$. But this predicate $\boldsymbol{\in}$ is different from the regular set-theoretic $\in$. If necessary, one can define it so that it works with this particular implementation of $\langle a,b\rangle$ as expected.
 
So, what is the difference between an ordered pair and a non ordered pair? (Thinking)

What do we know for $x$, when $x \in \{ a, b \}$ and what when $x \in <a,b>$ ? :confused:
 
When $x \in \{ a, b \} \Rightarrow x =a \text{ or } x=b$.
So, in this case $x$ is a set, right? (Thinking)

When $x \in <a,b> \Rightarrow x \in \{ \{ a \}, \{ a, b \} \} \Rightarrow x= \{ a \} \text{ or } x=\{ a, b \} $.
So, is $x$ in this case a set of a set? (Thinking)
 
evinda said:
So, what is the difference between an ordered pair and a non ordered pair?
Informally, we want an ordered pair to contain two (possibly the same) elements as well as the information saying which element is the first and which is the second. That is, if we denote the desired set of ordered pairs where the first element comes from $A$ and the second from $B$ by $A\times B$, we want an operation $\langle\cdot,\cdot\rangle$ that takes an element of $A$ and an element of $B$ and returns an element of $A\times B$. We also want the inverse operations: projections $\pi_1: A\times B\to A$ and $\pi_2:A\times B\to B$ such that
\begin{align}
\pi_1\langle a,b\rangle&=a&&\text{for any }b\in B\qquad(1)\\
\pi_2\langle a,b\rangle&=b&&\text{for any }a\in A\qquad(2)
\end{align}
This implies that $\langle\cdot,\cdot\rangle$ is injective:
\[
\text{If }\langle a_1,b_1\rangle=\langle a_2,b_2\rangle,\text{ then }a_1=a_2\text{ and }b_1=b_2.\qquad{(3)}
\]
Indeed,
\[
\langle a_1,b_1\rangle=\langle a_2,b_2\rangle\implies a_1\overset{(1)}{=}\pi_1\langle a_1,b_1\rangle=\pi_1\langle a_2,b_2\rangle\overset{(1)}{=}a_2
\]
and similarly $b_1=b_2$. Note that if $C$ is the set of unordered pairs of elements from $A$ and $B$, then there is again a pairing function $\{\cdot,\cdot\}$ mapping $A$ and $B$ to $C$, but it has the property
\[
\{a,b\}=\{b,a\}\qquad(4)
\]
(there is only one pair with given elements, as you have shown in another thread). Therefore, there cannot be inverse functions because once two elements are packed into a unordered pair, the information which elements is the first and which is the second is lost. If there were such functions $\rho_1$ and $\rho_2$, then
\[
a=\rho_1\{a,b\}\overset{(4)}{=}\rho_1\{b,a\}=b
\]
which is a contradiction if $a\ne b$.

evinda said:
When $x \in \{ a, b \} \Rightarrow x =a \text{ or } x=b$.
Yes.
evinda said:
So, in this case $x$ is a set, right?
In axiomatic set theory, everything is a set.

evinda said:
When $x \in <a,b> \Rightarrow x \in \{ \{ a \}, \{ a, b \} \} \Rightarrow x= \{ a \} \text{ or } x=\{ a, b \} $.
Yes.

evinda said:
So, is $x$ in this case a set of a set?
Yes, but the important point is that $a$ and $b$, along with the information which of them is the first can be recovered from $\langle a,b\rangle$.

Property (3) is usually considered essential and proved for ordered pairs.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 14 ·
Replies
14
Views
5K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K