A pseudo-Anosov flow is said to have perfect fits if there are stable and unstable leaves that are asymptotic in the universal cover. We give an algorithm to decide, given a box decomposition of a pseudo-Anosov flow, if the flow has perfect fits. As a corollary, we obtain an algorithm to decide whether two flows without perfect fits are orbit equivalent.
A pseudo-Anosov flow is said to have perfect fits if asymptotic stable and unstable foliations exist in its universal cover. This paper presents an algorithm that determines whether a pseudo-Anosov flow has perfect fits based on its box decomposition. As a corollary, we obtain an algorithm to determine whether two flows without perfect fits are orbitally equivalent.
Theoretical Significance: There exist rich interactions between pseudo-Anosov flows and three-dimensional manifold topology; the existence of perfect fits is key to understanding this relationship
Practical Applications: The determination of perfect fits directly affects the existence of veering triangulations, which are important tools for studying three-dimensional manifolds
Algorithmic Needs: Inspired by the rich computational theory of three-dimensional manifolds, studying pseudo-Anosov flows from an algorithmic perspective is a natural and important problem
The core motivation of this paper is to establish an algorithmic bridge between box decompositions and veering triangulations, addressing when conversion between these two representations is possible.
Input: Box decomposition B of pseudo-Anosov flow φ
Output: Determine whether φ has perfect fits
Constraints: The flow must be pseudo-Anosov and a valid box decomposition must be given
Algorithm 5.1 HasPerfectFits(B)
1: n := 0
2: while True
3: if FindFit(n,B) = True then
4: return True
5: else if FindVeering(B(n)) = True then
6: return False
7: n := n + 1
Compared to existing work, this paper provides the first complete algorithmic solution to the perfect fits determination problem and establishes an algorithmic bridge between box decompositions and veering triangulations.
The paper cites extensive relevant literature, primarily including:
Fenley's series of works on pseudo-Anosov flows
Agol and Guéritaud's theory on veering triangulations
Sela and Préaux's solutions to algorithmic problems for three-dimensional manifold groups
Mosher's classical work on box decompositions
Recent research on computational aspects of veering triangulations
This paper makes important contributions to algorithmic theory in geometric topology, providing effective computational tools for understanding the structure of pseudo-Anosov flows, with significant theoretical value and application prospects.