Exercise 11.3

Let A be a set with a strict partial order ; let x A. Suppose that we wish to find a maximal simply ordered subset B of A that contains x. One plausible way of attempting to define B is to let B equal the set of all those elements of A that a comparable with x:

B = {yy A and either x y or y x}.

But this will not always work. In which of Examples 1 and 2 will this procedure succeed and in which will it not?

Answers

First, it seems that, as defined above, B does not actually contain x itself! This is because it is not true that x x by the non-reflexivity of the partial order . We assume that this was an oversight, which is easily remedied by defining

B = {y Aeither x y or y x}

and B = B {x}.

For Example 1, a circular region in 2 is clearly

Cx0,r = {x 2 |x x 0| < r},

where the point x0 2 is the center of the circle, r + is the radius, and |(x,y)| = x2 + y2 is the standard vector magnitude. Then the collection A is the set of all circular regions:

A = {Cx0,rx0 2 and r +} .

Then let C = {C(0,0),rr +} be the set of circles centered at the origin, which is a maximal simply ordered subset according to the example (and this is not difficult to show). Arbitrarily choose X = C(0,0),1, that is the circular region of radius 1 centered at the origin so that clearly X C. Since the partial order in this example is “is a proper subset of”, define

B = {Y AY X or X Y }

and B = B {X }. The question is then whether B = C. We claim that, for this example, this is not the case.

Proof. Consider the set C(1,0),2 and any x X = C(0,0),1 so that |x (0,0)| < 1. Then we have

|x (1,0)| |x (0,0)| + |(0,0) (1,0)| < 1 + |(1,0)| = 1 + 1 = 2,

where we have utilized the ever-useful triangle inequality. Therefore x C(1,0),2 so that X C(1,0),2 since x was arbitrary. However, clearly the point (1,0) C(1,0),2 but we have that (1,0)C(0,0),1 = X since |(1,0) (0,0)| = |(1,0)| = 1 1. This shows that X C(1,0),2 so that by definition C(1,0),2 B and therefore C(1,0),2 B = B {X }. But clearly C(1,0),2C since it is not centered at the origin. This shows that BC, as desired. □

Hence it would seem that this method of attempting to define a maximal simply ordered subset containing X has failed in this example. It is easy to come up with an analogous counterexample that shows the same result as the other example of a maximal simply ordered subset of circles tangent to the y-axis at the origin.

Regarding Example 2, recall that the order is defined by

(x0,y0) (x1,y1)

if y0 = y1 and x0 < x1 for (x0,y0) and (x1,y1) in 2. It is then claimed (which is again easy to show) that maximal simply ordered subsets are horizontal lines in the plane, that is sets

Ly0 = {(x,y) 2y = y 0}

for some y0 . So consider any such y0 and let x = (0,y0). Now define

B = {y 2x y or y x}

and B = B {x}. In contrast to Example 1, we here claim that B = Ly0, which is to say that B does define the maximal simply ordered subset.

Proof. Consider any (x,y) B = B {x} so that either (x,y) B or (x,y) = x. Clearly if (x,y) = x = (0,y0) then (x,y) Ly0 since y = y0. On the other hand, if (x,y) B then (x,y) x or x (x,y). In the former case we have that (x,y) x = (0,y0) so that, by definition y = y0 and x < 0. Clearly then (x,y) = (x,y0) Ly0 by definition. In the latter case we also have y = y0 (though this time 0 < x) so that again (x,y) Ly0. Since (x,y) was arbitrary, this shows that B Ly0.

Now consider any (x,y) Ly0 so that y = y0. If x = 0 then (x,y) = (0,y0) = x so that obviously (x,y) {x}. If 0 < x then (x,y) = (x,y0) (0,y0) = x so that (x,y) B. Similarly, if x < 0, then x = (0,y0) (x,y0) = (x,y) so that again (x,y) B. Hence in all cases either (x,y) B or (x,y) {x} so that (x,y) B {x} = B. This shows that Ly0 B since again (x,y) was arbitrary.

Thus we have shown that B = Ly0 as desired. □

So it would seem that, in this example, this naive technique does work!

User profile picture
2019-12-01 00:00
Comments