An ordered pair defined as a set

  • Thread starter radou
  • Start date
  • Tags
    Pair Set
In summary, an ordered pair is a set with two elements, where each element corresponds to a unique pair in the set. You can perform operations on ordered pairs, but they have to satisfy certain properties in order to be correct.
  • #1
radou
Homework Helper
3,149
8
Why can an ordered pair (x, y) be defined as a set {{x}, {x, y}}? Further on, (x, y, z) can de defined as {{x}, {{x}, {{y}, {y, z}}}}... I don't quite understand this.
 
Physics news on Phys.org
  • #2
What operations can you perform on ordered pairs?

Now, interpret those operations in this set-theoretic model.

Do those operations satisfy the properties they're supposed to?
 
  • #3
Ok, I think I got it.. There is no order among the elements of a set, hence, since an ordered pair (or n-touple in general) is a set, there has to be a way to imply order in set notation, as well as to keep the fact that (a, b) = (a', b') <=> a=a' & b=b' true. So, from a set {{a}, {a, b}} we can 'read': the set with only one element is {a}, which makes a the first element in the ordered pair (a, b). Assuming a does not equal b, we 'jump' to the next set {a, b}, and select the element b as the second element of (a, b).

Analogically, if we have a set { {a}, { {a}, {{b}, {b, c}} } }, we see that the set with one element is {a}, which makes a the first element in (a, b, c). Let's assume a, b and b, c are different. So, we 'jump' to the next set { {a}, {{b}, {b, c}} }. Since, a and b are different, we directly jump to the set {{b}, {b, c}} and select b for the second element of (a, b, c), since {b} is a singleton. And, finally, since b and c are different, we select c for the third element of (a, b, c)... Is this a correct way of thinking?
 
  • #4
Right; you got the idea behind it.

There is a slight technicality, though -- the set {a, {a, b}} doesn't always have two elements. So you have to take that into consideration if you want to get everything completely right.
 
Last edited:
  • #5
The whole point of "ordered pair" is that, unlike the set {a, b}, we distinguish between the two members. Writing (a,b)= {{a},{a,b}} just means that there are two members, a and b, and we distinguish between the two. Hurkyl's point about "the set {a, {a, b}} doesn't always have two elements" is that the "pair" (a,b) corresponds to the set {{a},{a,a}}. But since {a, a} is a set where we don't "double list" the same thing, {a,a} is the same as {a}. That means that {{a}, {a,a}}= {{a},{a}} which is exactly the same as {{a}}.

When talking about "ordered triples", we can think of (a,b,c) as the "ordered pair" ((a,b),c) where the first member is the ordered pair (a,b). That is the same as the set {{(a,b)}, {(a,b),c}}. But (a,b) is {{a},{a,b}} so {{(a,b)},{(a,b),c}}= {{{{a},{a,b}}},{{{a},{a,b}},c}}. Or we could write it as (a, (b,c))= {{a},{a,(b,c)}= {{a},{a,{b,{b,c}}}.

(That reminds me of the computer language "LISP"- "Lots of Insane, Silly Parentheses"!
 
Last edited by a moderator:

FAQ: An ordered pair defined as a set

What is an ordered pair?

An ordered pair is a set of two elements, where the order in which the elements appear is significant.

How is an ordered pair written?

An ordered pair is typically written in the format (x, y), where x is the first element and y is the second element.

What is the difference between an ordered pair and an unordered pair?

The elements in an ordered pair are arranged in a specific order, while the elements in an unordered pair can appear in any order. Additionally, in an ordered pair, the same element can appear more than once, while in an unordered pair, each element can only appear once.

Can the elements in an ordered pair be of different data types?

Yes, the elements in an ordered pair can be of different data types, as long as they can be combined into a set.

How are ordered pairs used in mathematics?

Ordered pairs are commonly used to represent coordinates on a graph, as well as in functions and relations. They are also used in set theory and other areas of mathematics to define and describe various mathematical concepts and relationships.

Similar threads

Replies
30
Views
3K
Replies
1
Views
1K
Replies
1
Views
902
Replies
5
Views
2K
Replies
10
Views
734
Replies
1
Views
879
Replies
14
Views
3K
Replies
2
Views
1K
Back
Top