6

Background

I am reading this book. In the chapter "The Ontology of Metaphysical Realism" the author says:

Many relations are such that pairs of objects enter into them only when taken in a certain order. Thus, being the father of is an asymmetrical relation: if one thing, a , is the father of another thing, b , then b is not the father of a . As logicians put it, it is the ordered pair, <a,b> ( a and b taken in just that order), that exhibits the relation. The three relations we have considered are all two-place or dyadic relations; but obviously there can be three-place, four-place, and, generally, n -place relations.

I understand the idea of an ordered pair when we talk about different objects a and b. However, we do not require that a and b be different. That is, we can write (a, a) and order a and a. What does this mean? How can an object be ordered with itself? On the Internet, I found only a formal definition of an ordered pair, and this did not help me because these definitions are simply expressions for which the characteristic property holds.

Question

Can you explain what (a, a) is with clear examples?

Dopleref
  • 109
  • 4

6 Answers6

4

You are asking what the ordered pair (a,a) is.

Lets talk about what an ordered pair is first. As this thread exhibits, there are many different implementations of ordered pairs- via Kuratowski, Hausdorff, etc. All such implementations are such that (a,b) = (c,d) iff a = c, b = d. So we typically take an ordered pair to be any thing that satisfies the above property.

We can give an order to objects, ie a relation "<" that is reflexive, transitive, and anti-symmetric. Just to be clear, this notion is not the notion of order that we mean when we talk about ordered pairs.

There are many examples of such ordered pairs. In particular we have that most notions of "sameness" give us such an ordered pair. For example, take the notion of same size. My phone P is the same size as itself, ie (P,P) holds. My phone P is not the same size as my laptop L, so (P,L) does not hold.

Here's a nontrivial example, consider John J, Dill D. we can say that John loves himself, ie (J, J) holds. It might also be the case that (J,D) and (D,J) ie that John and Dill love each other. But it may not hold that (D,D), ie Dill might not love herself.

emesupap
  • 3,363
  • 1
  • 8
  • 18
4

Indistinguishability plays an important role in quantum and statistical phsyics, failing to account for it might produce some (physical) paradoxes, e.g., Gibbs paradox.

Distinguishability is then understood as follows: even if the objects are identical (i.e., they have the same mass, shape, etc.), we can follow their motion (e.g., in space) and thus distinguish them by their initial position. Thus, although the objects are identical, they are distinguishable by their positions, trajectories, history - i.e., by their relation to the surrounding world.

In quantum physics the notion of trajectory loses its sense, because the positions and momenta/velocities of an object are not simultaneously measurable (similar arguments can be made for other properties that one could use to distinguish objects.) This means that we cannot in principle know the origin of each object, and the only allowed physical states are those that are invariant to the exchange of objects. This has spectacular consequences, resulting in all the particles being divided in bosons and fermions, the emergence of the exchange interaction holding the objects together, etc.

Remark
@JoWehler in their answer say:

If you have a pair of two identical objects 'a' then there is only one possible order, namely the ordered pair (a,a).

Note that the number of possible orderings of two non-identical objects is 2 (for N objects it is N!), whereas for identical objects it is 1. This is the essence of the above mentioned Gibbs paradox, where a factor 1/N! had to be introduced ad-hoc, to correct for this discrepancy when the object are identical. This was later justified from the quantum viewpoint.

Roger V.
  • 2,368
  • 3
  • 23
2

That is, we can write (a, a) and order a and a. What does this mean? How can an object be ordered with itself?

This is a formal definition. The pair in (a, a) is not any pair of actual objects possibly referred to by a. In (a, a), you have only one variable but you have two occurrences of it, the first one and the second one. This is what allows the expression to avoid ambiguity.

That being said, and although a dyadic relation obviously involves a pair of objects, interpreting relations in terms of pairs or n-uplets is just more mathematics, not formal logic. There is a long history of logicians discussing what is called "relational syllogisms" and this seems a more interesting perspective even if it doesn't seem to have gone very far.

Speakpigeon
  • 11,121
  • 1
  • 16
  • 38
2

First, a quote:

... there is a related distinction that needs to be mentioned in connection with the type-token distinction. It is that between a thing, or type of thing, and (what is best called) an occurrence of it—where an occurrence is not necessarily a token. The reason the reader was asked above to count the words in Stein's line in front of the reader's eyes, was to ensure that tokens would be counted. Tokens are concrete particulars; whether objects or events they have a unique spatio-temporal location. Had the reader been asked to count the words in Stein's line itself, the reader might still have correctly answered either ‘three’ or ‘ten’. There are exactly three word types, but although there are ten word tokens in a token copy of the line, there aren't any tokens at all in the line itself. The line itself is an abstract type, as is the poem in which it first appeared. Nor are there ten word types in the line, because as we just said it contains only the three word types, ‘a,’ ‘is’ and ‘rose,’ each of which is unique. So what are there ten of? Occurrences of words, as logicians say: three occurrences of the word (type) ‘a,’ three of ‘is’ and four of ‘rose’. Or, to put it in a more ontologically neutral fashion: the word ‘a’ occurs three times in the line, ‘is’ three times and ‘rose’ four times. Similarly, the variable ‘x’ occurs three times in the formula ‘∃x (Ax & Bx)’.

Conifold pointed out in a comment to a post of mine about types that we have the option of considering inter alia multisets, here. Using mustaches, we get {a, a} as the multiset of a, of multiplicity 2 then, and this is akin to there being two occurrences of a in the (text) string "{a, a}."

Now once we switch from "{}" to "()," here, the definition will go back to set theory "proper," in the sense that we might say that the expression "(a, a)" is a degenerate case of an ordered pair. It is like the end-state of a singleton operation repeated twice "in time" without, of course, making an actual difference in order. Other phrases we might use: trivial order, order of identity, monordinal (never heard that one, but I wouldn't put it past 'em; anyway, for "monadic order"), etc.

2

We wish to understand what an ordered pair is. First, we let go of any preconceptions based on the words "ordered" and "pair". The phrase is just a name.

Then, we consider what is important about an ordered pair:

  1. There is a first component, which is some object from the universe of discourse.
  2. There is a second component, which is also some object from the universe of discourse.
  3. Whenever two ordered pairs have the same first component and the same second component, they are the same ordered pair.

And that's it.

Arno
  • 1,239
  • 7
  • 9
0

If you have a pair of two identical objects 'a' then there is only one possible order, namely the ordered pair (a,a).

Jo Wehler
  • 52,498
  • 3
  • 47
  • 139