Cross Ratio is positive real if four points on a circle

3.8k Views Asked by At

Given four points $a, b, c, d \in \mathbb{C}$ on a circle I want to show that the ratio $ \frac{(a-c)(b-d)}{(a-b)(c-d)}$ is a positive real number. I have shown that it is real by expanding $ \frac{(a-c)(b-d)\overline{(a-b)(c-d)}}{(a-b)(c-d)\overline{(a-b)(c-d)}} $ and showing that the numerator (and denominator) is a sum of a complex number and its conjugate. I have no idea how to show this real number is positive. Is this true and if so how would I begin to show this?

Edit: a,b,c,d are in order as you traverse the circle

3

There are 3 best solutions below

0
On BEST ANSWER

Send three of the points to $0,1,\infty$ via a Mobius transform. The image of the fourth point will then be equal to the cross ratio. Further the image of the circle through the first three points will be the real line. You claim now follows.

Note that by changing the order of two points, say $a$ and $c$ the sign of the cross ratio changes. Make of that what you will.

0
On

I think what you mean is that it is a real number, not necessarily positive (which is most definitely not true in general). Since each point is on a circle, we can write each as $p = z_0+re^{i\theta}$ for some $z_0$, $r$ and $\theta$, where $z_0$ is the center of the circle, $r$ is the radius of the circle and $\theta$ is the angle corresponding to the point. Thus $a-b = r(e^{i\theta_1}-e^{i\theta_2})$ and so on. So we can - without loss of generality - assume that the circle is centered at the origin and has radius $1$. Thus we want to show that

$$\frac{(e^{i\theta_1}-e^{i\theta_3})(e^{i\theta_2}-e^{i\theta_4})}{(e^{i\theta_1}-e^{i\theta_2})(e^{i\theta_3}-e^{i\theta_4})}$$

is a real number. Taking a complex conjugate gives

$$\frac{(e^{-i\theta_1}-e^{-i\theta_3})(e^{-i\theta_2}-e^{-i\theta_4})}{(e^{-i\theta_1}-e^{-i\theta_2})(e^{-i\theta_3}-e^{-i\theta_4})} = \frac{\left(\dfrac{1}{e^{i\theta_1}}-\dfrac{1}{e^{i\theta_3}}\right)\left(\dfrac{1}{e^{i\theta_2}}-\dfrac{1}{e^{i\theta_4}}\right)}{\left(\dfrac{1}{e^{i\theta_1}}-\dfrac{1}{e^{i\theta_2}}\right)\left(\dfrac{1}{e^{i\theta_3}}-\dfrac{1}{e^{i\theta_4}}\right)}.$$

Making common denominators gives

$$\frac{\left(\dfrac{e^{i\theta_3}-e^{i\theta_1}}{e^{i\theta_1}e^{i\theta_3}}\right)\left(\dfrac{e^{i\theta_4}-e^{i\theta_2}}{e^{i\theta_2}e^{i\theta_4}}\right)}{\left(\dfrac{e^{i\theta_2}-e^{i\theta_1}}{e^{i\theta_1}e^{i\theta_2}}\right)\left(\dfrac{e^{i\theta_4}-e^{i\theta_3}}{e^{i\theta_3}e^{i\theta_4}}\right)} = \frac{(e^{i\theta_3}-e^{i\theta_1})(e^{i\theta_4}-e^{i\theta_2})}{(e^{i\theta_2}-e^{i\theta_1})(e^{i\theta_4}-e^{i\theta_2})}.$$

And after slight rearranging, you can easily see how this is equal to our original expression. Since the number is equal to its complex conjugate, it is real.

1
On

If the point points are real, the cross ratio is clearly real.

Now the cross ratio is invariant under all Moebius transformations, and all circles are images of the real line under such transformations, so the general case follows at once.