Relations, part 2

[I continue writing in the form of a dialogue between Master (M) and Apprentice (A).]

A: O Noble Teacher, last time we talked, you said that a unary relation is just an arbitrary set. But you didn't explain why would you introduce another word just to mean "set"!

M: O My Dear Apprentice, that is because when we say R is a unary relation, we usually have context in mind and we usually say more. For example, we might be thinking about some set X and then we might say that R is a unary relation on set X. In this way, we want to say more then just "R is a set". Formally, we mean that R is a subset of X, but intuitively, we separate elements x of X into those for which the relation R(x) holds and those for which the relation R(x) does not hold. Here, "R(x) holds" just means "xR" and "R(x) does not hold" means xRX.

A: Okay, that makes more sense. But what about binary relations, are they "on a set" as well?

M: They can be! Saying that R is a binary relation on set X is just saying "RX×X". You'll note also that asserting this inclusion immediately implies that R is a binary relation: R is a set because it's contained in a set and all elements of R are ordered pairs - ordered pairs of elements of X

A: Okay, can you give me an interesting example of a binary relation on some set?

M: Of course! Let us take X=ω for our set, that is the set of all natural numbers, and let us take
R:={(m,n)ω×ω:mn}.
Another way to say what R is, is to say R=∈(ω×ω), which is the intersection of a class and a set. By Axiom of Comprehension, this is a set. This is a very special binary relation and it is usually denoted by <. Now, we have that, for example,
3{0,1,2,3,4,5}=6,
so 3<6. But, on the other hand, 6<3 does not hold. In order to see this, note that 6<3 would mean 63, while we saw that 36, so if this situation were real, we would have 636. But this is false! Remember, that's one of those pathological situations made impossible Axiom of Induction. The most important point that I'd like you to take from this example is that < is in fact the standard ordering of the natural numbers! The relation m<n holds if and only if natural number m is strictly smaller than natural number n.

A: This is great, Master! I've just learned how to code the ordering of the natural numbers as a set! However, I don't know what an ordering actually is...

M: Okay, I'll explain that to you next time we meet.

Comments

Popular posts from this blog

Axiom of Powerset

Relations

Wellorderings