Esher’s Limit Circle IV rendered on the complex upper half-plane

In the recent note “SL(2,R) generators and vector fields on the half-plane” we got acquainted with two particular simple symmetries of the non-Euclidean hyperbolic geometry of the complex upper half-plane \mathbb{H}. These two symmetries are horizontal translation and uniform dilation. The horizontal translational symmetry means that all geometric properties of objects are invariant when all parts of the object keep the same height (constant y), and only the x coordinate is translated by a fixed amount. The symmetry with respect dilations means that when we multiply all y coordinates by a certain positive number, then we should also multiply the x coordinates by the same number. We obtain this way not only an object that is similar to the original, but, moreover, it also has the same size!

In Hyperbolic angels and demonswe were playing with “equal sizes” of Esher’s angels and demons on the Poincare disk:

Escher’s Angels and Demons and hyperbolic geometry

Today we will use the Cayley transform and move the Esher’s art piece to the upper half-plane.

From “The Equation That Couldn’t Be Solved” by Mario Livio.

The exact name of the image we will be playing with is Circle Limit IV. We want to render this image on the upper half-plane using Cayley transform. The problem that we need to address is this: to render the whole circle, we would need the whole upper half-plane. But we can only show a finite part of the plane. Therefore we need to decide how to cut?

I created a little Mathematica program to help me with this decision:

Mathematica code used for deciding on the size of the complex half-plane version of Esher’s Limit Circle IV

I decided to use -3\leq x\leq 3 and 0<y\leq 4. The part of the disk that is not being used is then small enough not to worry about (on the right in the image, near 1 on the circle boundary ). That gives the ratio 3:2 of the image. I decided to create 1440×960 pixels image. For this I had to find on the net Esher’s Limit Circle with high enough resolution. I have found it here. I cropped it to remove border and ended up with 2272×2276 image. In principle it should be a square, but few pixels should not make a difference. So, here is my Mathematica code: importing the image, converting to table, converting pixels to coordinates, making Cayley transform to the disk, converting disk coordinates to pixels, reading the color, using it for coloring the pixel on the half-plane;

Mathematica code for converting Esher’s Limit Circle IV from the disk to the upper half-plane

And here is the end result:

Esher’s Limit Circle IV developed onto upper half-plane. Click on the image to open it in full resolution.

All these angels have the same size, when measured with the hyperbolic stick, that was possibly created by the hyperbolic devils, that are all of the same size as well.

5 thoughts on “Esher’s Limit Circle IV rendered on the complex upper half-plane

  1. Ark,
    we talk about Cayley transform but what exactly is the Cayley transform that we talk about?
    Is Cayley transform a member of a set of transforms or rather is it exactly one transform with one formula function, with exact domain?
    And, if in the second case, what is that formula and its domain?

    1. I would say that “Cayley transform” is one formula (or even: one idea) and its variations.

      Wolfram for instance gives only this formula:

      f(z)=(i-z)/(i+z)

      Wikipedia, on the opther hand, is more talkative. It tells us that

      “In mathematics, the Cayley transform, named after Arthur Cayley, is any of a cluster of related things.”

      And then discusses several variations on the theme.

      1. So this is a mess:

        Wolfram gives f(z)=(i-z)/(i+z)
        on contrary
        Wikipedia gives f(z)=(z-i)/(z+i)
        and on contrary you used f(z)=i(z-i)/(z+i) or something like that for getting your “Esher’s Limit Circle IV developed onto upper half-plane.” (what is seen from the (lack of the) eyes of the “main” demon).

Leave a Reply