Wayne Peng
National Central University
Iteration means feeding the output of a function back into the same function.
For $f(x)=x^2-1$:
$$0\longmapsto -1\longmapsto 0\longmapsto -1\longmapsto\cdots\text{ and }\infty\to\infty$$
The critical points eventually repeat. Such a map is called post-critically finite, or PCF.
Choose a point $t$. First solve $f(x)=t$, then solve $f^2(x)=t$, and continue.
$t \leftarrow f^{-1}(t) \leftarrow f^{-2}(t) \leftarrow \cdots$
The answers branch into a tree. The preimage of a loop from $t$ around a critical point is a path connect branches.
The iterated monodromy group records all of these shuffles. $$ \rho_f \colon \pi_1\!\left(\mathbb{P}^1(\mathbb{C})\setminus P_f,\,t\right) \longrightarrow \operatorname{Aut}(T_f), $$
We need a consistent way to draw one loop around each special point.
Draw non-crossing paths from one common base point. Travel out along one leg, circle its endpoint, and return along the same leg.
This collection of legs is a spider.
A person can often see when one path can be smoothly deformed into another.
Pull the spider backward through the function. The result is an embedded graph, which I call the web.
The web records only finite information:
The continuous deformation problem is now a finite graph-search problem.
Output: a finite certificate that the selected paths form a good spider.
The selected paths pass if:
Passing these checks guarantees that the lifted loops can be recognized automatically.
Pulled-back web
Compatible paths found by the search