Exercise 3.6

Define a relation on the plane by setting

(x0,y0) < (x1,y1)

if either y0 x02 < y1 x12 or y0 x02 = y1 x12 and x0 < x1. Show that this is an order relation on the plane, and describe it geometrically.

Answers

First we show that < is an order relation on the plane.

Proof. As clearly < is a relation on the plane, we need only show that it has the three required properties of an order relation:

  • (Comparability) Consider distinct 0 and 1 in the plane so that either x0x1 or y0y1. Obviously if 0 < 1 (or 1 < 0) then of course 0 < 1 (or 1 < 0) so we are done. So assume that 0 = 1. It it were the case that x0 = x1 it would have to be that y0y1, but we would have

    0 = 1 = y1 x02 y0 = y1,

    which is a contradiction. So it must be that x0x1. So either x0 < x1 and so 0 < 0 or x1 < x0 and so 1 < 0. This shows that < is comparable in the plane.

  • (Nonreflexivity) Consider in the plane so that obviously = . As we also have that x = x, it is not the case that x < x so that it is not true that < .
  • (Transitivity) Suppose that 0 < 1 and 1 < 2. We then have the following:

    Case: 0 < 1.

    • Case: 1 < 2. Then of course 0 < 1 < 2 so that 0 < 2.
    • Case: 1 = 2 and x1 < x2. Then we have 0 < 1 = 2 so that again 0 < 2.

    Case: 0 = 1 and x0 < x1.

    • Case: 1 < 2. Then 0 = 1 < 2 so that 0 < 2.
    • Case: 1 = 2 and x1 < x2. Then 0 = 1 = 2 and x0 < x1 < x2 so that 0 < 2.

    Thus in all cases 0 < 2, which shows that < is transitive in the plane.

Geometrically, we refer back to Exercise 1 and consider a parabola y = x2 shifted up or down on the y-axis be some amount c. Then y = x2 + c so that = c, and hence every point on the parabola has the same value for , namely c. Therefore if two distinct points 0 and 1 lie on the different parabolas then 0 and 1 will have different values, say c and d, respectively. Then clearly if 1 is on a higher parabola on the y-axis then c < d so that 0 = c < d = 1 so that 0 < 1 in our order. If the points lie on the same parabola then 0 = 1 and whichever points is further to the right will be larger in our order since then, for example, x0 < x1 so that 0 < 1.

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