Why can the author just switch the order of the inequality without any reprecussions?

77 Views Asked by At

Note: This example is from Discrete Mathematics and Its Applications [7th ed, example 2, page 598]. enter image description here

I understand the idea of a symmetric closure. You add all pairs of (b, a) where (a,b) already exists in the relation. And now you have a symmetric relation that is a subset of all other symmetric relations that contain R.
My question is in this problem, why can the author introduce the inverse of R? The original relation R states the ordered pairs that are in this relation are the ones in which the first integer is greater than the second integer.(Order Matters!).
I understand what the author did, it was i mentioned earlier "You add all pairs of (b, a) where (a,b) already exists in the relation.". But shouldn't you only be able to add ones that can be in the relation, the ones that satisfy the requirement? In that case, it be none?
Does anyone agree with me that the symmetric closure of this relation doesn't exist because the fact that the ordered pairs you would be adding would violate the initial relation condition?

This was an example that the author used earlier
The relation {(1,1), (1,2), (2,2), (2,3), (3,1), (3,2)} on {1, 2, 3} is not symmetric. To produce a symmetric relation, we need only to add (2,1) and (1,3). And that would be the symmetric closure. To me those points can be added because there is no rule no place on what coordinates can be added or not added to the relation.

1

There are 1 best solutions below

0
On

The author begins with the relation: $$ R = \{ (a,b) : a < b\} \subseteq \mathbb{N}\times\mathbb{N} $$

The author then makes a new relation $$ S = \{ (a,b) : a < b \text{ or } b < a \} \subseteq \mathbb{N}\times\mathbb{N} $$

The author actually constructs $S$ as $R \cup R^{-1}$. But $S$ is not $R$: $S$ is an entirely different relation. There is no reason that $S$ has to satisfy the condition that was used to define $R$. The relation $R$ is unchanged.

This is one way that the term "adding" can be misleading. One cannot really "add" elements to a set. You can take a set, and a new element, and form a new set consisting of the old set and the new element. But the old set still exists, just as it did before - you have not changed it in any way by making a new set.