Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Topological Conjugacy for homeomorphisms of .
Let and be continuous maps. We say they are topologically conjugate if there is a homeomorphism so that for all .
We will demonstrate the idea behind the following result:
Theorem. Suppose and are intervals in . Suppose and are orientation-preserving homeomorphisms so that
for each , and
for each . Then and are topologically conjugate.
To demonstrate this, we will consider two such maps.
Note that the inverse must be the first one since the second takes values greater than one.
Lets plot with to be sure.
Defining the topological conjugacy:
First we pick a points and in the domains of and :
We define and :
The intervals is a fundamental domains for . This means for each , there is a unique so that . Similarly, is a fundamental domain for .
We define a homeomorphism
Note that this function is more complex, so we define it using a Python type function. This allows us to use any Python or Sage type expression we want, including if statements and loops.
We can graphically check the conjugacy. For plot1 we will plot and for plot2 we will plot .
By fiddling appropriately with our function we could get to be smooth. The main issue is derivatives at . At other points, is defined to be or compositions of with powers of and . Note that for values slightly bigger than , is given by . While for values slightly to the left of , is given by . Thus if we want the derivative to match at , we would have to have So we would have to choose to satisfy .