A nontrivial element of pushes a dyadic interval off itself
ProvedCannonFloydParry.exists_dyadic_interval_image_disjointLet be an element of Thompson's group , realised as an order isomorphism of the unit interval , and suppose . Then there is a closed interval
with dyadic rational endpoints which moves completely off itself:
In the formal statement this disjointness is written pointwise: for every with one has .
The statement is an existence assertion about a single nontrivial group element, and it is the geometric input to the simplicity argument for : it produces an interval on which one may install auxiliary elements whose -conjugates have disjoint support, so that the two families commute.
The mechanism is monotonicity. Since there is a point with . If , choose dyadic rationals with
then because , and because , while for monotonicity gives , so . If , choose dyadic with and argue symmetrically: for one has , hence .
import Definitions.Def_CannonFloydParry import Mathlib
namespace CannonFloydParry
theorem exists_dyadic_interval_image_disjoint {f : UI ≃o UI} (hf : f ∈ F) (hf1 : f ≠ 1) :
∃ a b : ℝ, 0 < a ∧ a < b ∧ b < 1 ∧ IsDyadic a ∧ IsDyadic b ∧
∀ z : UI, (z : ℝ) ∈ Set.Icc a b → (f z : ℝ) ∉ Set.Icc a b := by
sorry
end CannonFloydParry