What is the most intuitive way to define an ordered pair?

  • Context: Graduate 
  • Thread starter Thread starter Swapnil
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the definition of ordered pairs in set theory, exploring various approaches and their intuitiveness. Participants examine both axiomatic and property-based definitions, as well as the implications of different formulations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant presents a definition of an ordered pair as <a,b> = {{a,1},{b,2}} and asks for more intuitive alternatives.
  • Another participant suggests defining ordered pairs axiomatically, emphasizing a minimalist foundation in set theory.
  • Some participants argue that the definition <a,b> = {{a},{a,b}} is more conventional and does not rely on specific numbers.
  • There is a discussion about the implications of using the definition <a,b> = {{a,1},{b,2}}, with some participants questioning its validity for certain pairs, particularly <2,1>.
  • One participant proposes that the definition can still work if the arity is known beforehand, presenting cases to support their reasoning.
  • Another participant critiques the reliance on the existence of the numbers 1 and 2 in the definition <a,b> = {{a,1},{b,2}}, advocating instead for the property-based definition.
  • There is a suggestion that an n-tuple can be defined recursively using ordered pairs, which does not depend on the existence of natural numbers.
  • One participant argues that defining <a,b> by its properties is preferable, stating that it should exist for all a and b and that equality should hold if a=c and b=d.

Areas of Agreement / Disagreement

Participants express differing views on the most intuitive definition of ordered pairs, with no consensus reached on a single preferred definition. Some definitions are challenged, while others are supported, indicating ongoing debate.

Contextual Notes

Participants note limitations in definitions that rely on specific numbers and discuss the implications of different approaches without resolving the underlying issues.

Swapnil
Messages
459
Reaction score
6
Hi yall, I was just reading a book on set theory and I came across this definition of an ordered pair:
[tex]\langle a,b\rangle \equiv \lbrace \lbrace a,1 \rbrace, \lbrace b,2 \rbrace \rbrace[/tex]

I think this is a really ingenious way to define an ordered pair but I was wondering are there any other, more intuitive, ways to define an ordered pair?

edit: fixed the pointy brackets thanks to Hurkyl
 
Last edited:
Physics news on Phys.org
You could just define an ordered pair axiomatically.



Basically, the point of axiomatic set theory is to work with a very minimalist foundation -- so rather than start by assuming the existence of your basic tools (like ordered pairs), it has to actually construct them, and this requires using clever tricks (precisely because you aren't able to use your basic tools).


Incidentally, for your LaTeX, I think you're looking for:

\langle
\rangle

and

\{
\}

(oh, nm, I see you got it)
 
that definition fails for the rodered pair <2,1>.

i think the usual definition is <a,b> = {{a}, {a,b}}. as in Kelley's modern algebra, for his continental classroom course on tv, circa 1960.
 
HallsofIvy said:
When talking about "ordered triples", we can think of 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)}=

(That reminds me of the computer language "LISP"- "Lots of Insane, Silly Parentheses"!
So I guess you can define (a,b) the following way: (a,b) := {{a},{a,b}}. Using this definition, the ordered 3-tuple becomes (a,b,c) =
{{a},{a,{b,{b,c}}}. Isn't this way of defining a lot more difficult than the one I mentioned. I mean, the ordered triple would be (a,b,c) = {{a,1},{b,2},{c,3}} using the method I mentioned, right?
 
mathwonk said:
that definition fails for the rodered pair <2,1>.

Why does it actually fail for (2, 1) ?
 
mathwonk said:
that definition fails for the rodered pair <2,1>.

Originally I agreed with you, but thinking about it I'm not sure it's a problem, as long as you know the arity beforehand. <2, 1> would be {{1, 2}}, but doesn't that uniquely decompose to <2, 1> as an ordered pair?

It seems to work:

Case 1: Neither element is 1 or 2: {{a, 1}, {b, 2}} has 2 elements with 2 elements each.
Case 2: Both elements are 1 or 2: {{1}, {2}}, {{1, 2}}, {{1}, {1, 2}}, {{1, 2}, {2}}
Case 3: Exactly one element is 1 or 2: {{1}, {b, 2}}, {{1, 2}, {b, 2}}, {{b, 1}, {1, 2}}, {{b, 1}, {2}}.

Case 1 doesn't conflect with case 2 because all elements in case 1 have a number not equal to 1 or 2.
Case 1 doesn't conflect with case 3 because all sets in case 3 that have both elements of cardinality 2 contain {1, 2} which is not in any set in case 1.
Case 2 doesn't conflict with case 3 by checking each case.
 
the definition by [tex]\langle a,b \rangle = \{\{a,1\},\{b,2\}\}[/tex] is undesirable mainly due to it's reliance on the existence of 1 and 2. the (arguably) best definition is [tex]\langle a,b \rangle = \{\{a\},\{a,b\}\}[/tex]

An n-tuple can then be defined as an ordered pair of an element and an (n-1)-tuple. Note that the n-tuple definition doesn't actually rely on the existence of natural numbers, but rather uses natural numbers simply as a naming convention.

I should note that another definition for an n-tuple is in fact a mapping from [tex]\mathbb{N}[/tex] to some set, which gives it the structure [tex]\{\langle 1,a_1 \rangle, \langle 2,a_2 \rangle, \ldots , \langle n,a_n \rangle\}[/tex]
 
Last edited:
tehminkeh said:
the definition by [tex]\langle a,b \rangle = \{\{a,1\},\{b,2\}\}[/tex] is undesirable mainly due to it's reliance on the existence of 1 and 2. the (arguably) best definition is [tex]\langle a,b \rangle = \{\{a\},\{a,b\}\}[/tex]

I'd argue that the best way to define <a,b> is by its properties. That is <a,b> exists for all a,b and <a,b>=<c,d> iff a=c and b=d.

Then the fact that <a,b>=={{a},{a,b}} or <a,b>=={{a,1},{b,2}} satisfies the required properties is a proof that sets exist => ordered pairs exist.
 
Last edited:

Similar threads

  • · Replies 14 ·
Replies
14
Views
6K
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 41 ·
2
Replies
41
Views
17K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 52 ·
2
Replies
52
Views
18K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
5K