Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

16 results · all verified · 8 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 8 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Simplicial Trees and Group Actions

1 · Prerequisites

2 · Summary

This page passes from the library’s finite simple-tree language to the oriented simplicial graphs used in Bass-Serre theory. The bridge is explicit: paths stay finite, reduced paths replace simple-graph paths, and the finite notion is recovered exactly for finite oriented graphs with no loops or parallel geometric edges.

With that combinatorial vocabulary fixed, the page develops automorphisms and actions, removes inversions by barycentric subdivision, defines quotient graphs and fixed subtrees, and then proves the elliptic/hyperbolic dichotomy together with the tree-specific ping-pong argument.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

An oriented graph with edge reversal

Definition

An oriented graph consists of a vertex set V, an oriented-edge set E, maps

o,t:EV,

called the origin and terminus, and a fixed-point-free involution

EE,eeˉ,

such that

o(eˉ)=t(e),t(eˉ)=o(e).

Thus each geometric edge is the two-element orbit {e,eˉ}. Parallel geometric edges and loops are allowed in a general oriented graph; the tree condition later excludes them.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

Finite simplicial paths, reduced paths, cycles, and connectedness

Definition

Let X=(V,E) be an oriented graph in the sense of An oriented graph with edge reversal.

A path in X is a finite alternating sequence

v0,e1,v1,,en,vn

with o(ei)=vi1 and t(ei)=vi for each i. Its length is n. The path is closed when v0=vn, and reduced when

ei+1eˉi(1i<n).

A cycle is a nontrivial reduced closed path. Vertices v,wV are connected when some path joins them, and X is connected when every two vertices are connected.

All paths on this page are finite, even when V is infinite.

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-28Open item page →

A simplicial tree

Definition

A simplicial tree is a nonempty connected oriented graph with no nontrivial reduced closed path, using the path language of Finite simplicial paths, reduced paths, cycles, and connectedness.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

A simplicial graph is a tree exactly when every two vertices are joined by a unique reduced path

Statement

An oriented graph is a simplicial tree if and only if it is nonempty and every two vertices are joined by a unique reduced path.

Facts & Assumptions

Given: An oriented graph.

[L1]

A simplicial tree is a nonempty connected oriented graph with no nontrivial reduced closed path. (A simplicial tree)

Proof

technique · direct
1.1

If the graph is a simplicial tree, then [L1] gives connectedness, so every two vertices are joined by some reduced path. If there were two distinct reduced paths between the same vertices, follow one and return along the reverse of the other; after cancelling any common initial segment, one obtains a nontrivial reduced closed path, contradicting [L1].

L1given
2.1

Conversely, assume the graph is nonempty and every two vertices are joined by a unique reduced path. Then it is connected. A nontrivial reduced closed path based at v0 with first edge e1 would give two reduced paths from v0 to t(e1): the one-edge path e1 and the reverse of the remaining part of the cycle. That contradicts uniqueness. Hence no nontrivial reduced closed path exists, so the graph is a simplicial tree by [L1].

L1given
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

The simplicial path metric on a tree

Definition

Let T be a simplicial tree. By A simplicial graph is a tree exactly when every two vertices are joined by a unique reduced path, every two vertices v,w are joined by a unique reduced path. Define the simplicial path metric

dT(v,w)

to be the length of that unique reduced path.

The fact that this definition is geodesic and integer-valued is proved in The path metric on a simplicial tree is geodesic and integer-valued , recorded here in justified_by.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

The path metric on a simplicial tree is geodesic and integer-valued

Statement

For a simplicial tree T, the path metric dT takes values in N, and for every two vertices v,w the unique reduced path from v to w has length exactly dT(v,w).

Facts & Assumptions

Given: A simplicial tree T.

[L1]

The simplicial path metric is defined to be the length of the unique reduced path joining two vertices. (The simplicial path metric on a tree)

[L2]

Every two vertices of a simplicial tree are joined by a unique reduced path. (A simplicial graph is a tree exactly when every two vertices are joined by a unique reduced path)

Proof

technique · direct
1.1

By [L2], the reduced path from v to w exists and is unique. Its length is an integer, and [L1] defines dT(v,w) to be exactly that integer. So dT is integer-valued.

L1L2given
2.1

Let v=v0,e1,,en,vn=w be the unique reduced path. Every subpath is again reduced, so [L1] gives dT(vi,vj)=ji for ij. Hence the path realizes distance on each of its segments, which is the geodesic property claimed in the statement.

L1L2step 1.1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-28Open item page →

For finite graphs, the simplicial-tree notion agrees with the published finite-tree notion

Statement

Let X be a finite oriented graph with no loops and no parallel geometric edges, and let X be its underlying finite simple graph obtained by forgetting orientations and identifying each pair {e,eˉ} to one geometric edge. Then X is a simplicial tree if and only if X is a tree in the published finite-graph sense.

Facts & Assumptions

Given: A finite oriented graph X.

[L1]

On a finite vertex set, the simple-graph walk, path, cycle, connectedness, and component notions agree with the published finite-graph notions. (On a finite vertex set the graph notions agree, and on connected graphs the two path distances agree)

[L2]

A finite nonempty graph is a published tree if and only if every two vertices are joined by a unique path. (Equivalent characterisations of a nonempty tree by unique paths, edge count, minimal connectivity and maximal acyclicity)

[L3]

An oriented graph is a simplicial tree if and only if every two vertices are joined by a unique reduced path. (A simplicial graph is a tree exactly when every two vertices are joined by a unique reduced path)

Proof

technique · direct
1.1

By the no-loop/no-parallel-edge hypothesis and [L1], a reduced simplicial path in X is exactly a path in the underlying finite simple graph X, and connectedness means the same thing in both models. Therefore the uniqueness criterion in [L3] translates verbatim into the uniqueness criterion in [L2].

L1L2L3given
2.1

Applying [L2] and [L3] to the translation from step 1.1 shows that X is a simplicial tree exactly when X is a published finite tree.

L2L3step 1.1
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

Graph automorphisms and group actions on a simplicial graph

Definition

Let X=(V,E) be an oriented graph. A graph automorphism of X is a pair of bijections on V and E, both denoted by g, such that

g(o(e))=o(g(e)),g(t(e))=t(g(e)),g(eˉ)=g(e).

A group action on the simplicial graph X is a left action (Left group actions, transitive actions, and faithful actions) of a group G on both V and E such that each gG acts by a graph automorphism in the above sense.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

Edge inversions and actions without inversions

Definition

Let G act on an oriented graph X. An element gG inverts an oriented edge e when

g(e)=eˉ.

The action is without inversions when no oriented edge is inverted by any group element.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-28Open item page →

Barycentric subdivision removes edge inversions while preserving the tree

Statement

Let G act on a simplicial tree T. Form the barycentric subdivision T by inserting one new midpoint vertex on each geometric edge of T and replacing every geometric edge by the two half-edges meeting that midpoint. Then the action extends to T, the graph T is again a simplicial tree, and the extended action is without inversions.

Facts & Assumptions

Given: An action of a group G on a simplicial tree T.

[L1]

An action is without inversions exactly when no element sends an oriented edge to its reverse. (Edge inversions and actions without inversions)

[L2]

A simplicial tree is a connected oriented graph with no nontrivial reduced closed path. (A simplicial tree)

Proof

technique · direct
1.1

Every automorphism of T permutes geometric edges, so it sends the midpoint of an edge to the midpoint of its image edge. Hence the original action extends uniquely to the subdivided graph T.

L1L2givenconstruct
2.1

The graph T is connected because each original edge has only been split in two. A reduced closed path in T would project, after deleting midpoint backtracks, to a nontrivial reduced closed path in T, contradicting [L2]. So T is again a simplicial tree.

L2step 1.1algebra
3.1

In T, every half-edge joins an original vertex to a midpoint vertex. Its reverse joins a midpoint vertex to an original vertex, so an automorphism cannot send a half-edge to its reverse without swapping the two vertex types. That cannot happen in the extended action. Therefore the action on T is without inversions in the sense of [L1].

L1step 1.1step 2.1algebra
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

The quotient graph of an action without inversions

Definition

Let a group G act without inversions on an oriented graph X=(V,E). The quotient graph G\X has

V(G\X)=G\V,E(G\X)=G\E,

with origin, terminus, and reversal defined on orbits by

o(Ge)=Go(e),t(Ge)=Gt(e),Ge=Geˉ.

Because the action is without inversions, GeGeˉ, so the reversal map is still fixed-point-free and the incidence data is independent of the chosen representatives.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-28Open item page →

Vertex and edge stabilizers determine the quotient incidences

Statement

Let a group G act without inversions on an oriented graph X, and let e be an oriented edge with origin v and terminus w. Then the edge stabilizer

Ge:={gG:ge=e}

is a subgroup of both vertex stabilizers Gv and Gw. Moreover, replacing e,v,w by another representative of the same quotient edge conjugates all three stabilizers by the same element of G, so the inclusions

GeGv,GeGw

are the representative-independent incidence maps attached to the quotient edge.

Facts & Assumptions

Given: An action without inversions on an oriented graph and an oriented edge e from v to w.

[L1]

The quotient graph records vertex and edge orbits, with origin and terminus descending from representatives. (The quotient graph of an action without inversions)

[L2]

A subgroup is a subset closed under products and inverses. (Subgroup)

Proof

technique · direct
1.1

If gGe, then ge=e, so applying origin and terminus to this equality gives gv=v and gw=w. Thus GeGvGw. Since each stabilizer is an intersection of solution sets to gx=x, it is closed under products and inverses, hence is a subgroup by [L2].

L1L2given
2.1

If e=he, then Ge=hGeh1 and similarly Ghv=hGvh1 and Ghw=hGwh1. Therefore passing to another representative of the quotient edge conjugates the two inclusion maps by the same h, so the quotient incidence data from [L1] is well defined up to that canonical conjugacy.

L1step 1.1algebra
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

Fixed subtrees and minimal invariant subtrees

Definition

Let a group G act on a simplicial tree T. For a subgroup HG, the fixed-vertex set is the global fixed-point set V(T)H from The fixed-point sets Xg and XG of a group action. When this set is nonempty, the subtree spanned by those fixed vertices is the fixed subtree of H and is denoted TH.

A nonempty subtree YT is H-invariant when h(Y)=Y for every hH. A minimal H-invariant subtree is an H-invariant subtree that contains no smaller nonempty H-invariant subtree. It need not exist for an arbitrary action, and when it does exist it need not be unique in general.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

The nonempty fixed-vertex set of a tree automorphism is a subtree

Statement

Let g be an automorphism of a simplicial tree T. If g fixes at least one vertex, then the set of fixed vertices of g is a subtree of T.

Facts & Assumptions

Given: An automorphism g of a simplicial tree T with a fixed vertex.

[L1]

The fixed subtree of a subgroup is the subtree spanned by its fixed vertices, when those fixed vertices are nonempty. (Fixed subtrees and minimal invariant subtrees)

[L2]

Between any two vertices of a simplicial tree there is a unique reduced path. (A simplicial graph is a tree exactly when every two vertices are joined by a unique reduced path)

Proof

technique · direct
1.1

Let u and v be fixed vertices of g. By [L2] there is a unique reduced path P from u to v. Applying g to P gives another reduced path from u to v, so uniqueness in [L2] forces g(P)=P.

L2given
2.1

Every vertex on P is therefore fixed by g, because g preserves the ordered path and fixes its endpoints. Hence the fixed vertices are closed under the unique geodesic between any two of them, which is exactly the subtree condition described in [L1].

L1L2step 1.1algebra
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

The translation length of a tree automorphism without inversions

Definition

Let g be an automorphism of a simplicial tree T that acts without inversions. Its translation length is

(g):=minvV(T)dT(v,gv),

using the path metric of The simplicial path metric on a tree.

The existence of this minimum, together with the elliptic/hyperbolic classification, is the content of Tree automorphisms without inversions are either elliptic or hyperbolic , recorded here in justified_by.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-28Open item page →

Tree automorphisms without inversions are either elliptic or hyperbolic

Statement

Let g be an automorphism of a simplicial tree T acting without inversions. Then the minimum in

(g)=minvV(T)dT(v,gv)

exists. Exactly one of the following holds:

  1. (g)=0, in which case g fixes a vertex of T;
  2. (g)>0, in which case there is a unique bi-infinite reduced path AgT preserved by g, and g acts on Ag as a translation by distance (g).

The first case is called elliptic and the second hyperbolic.

Facts & Assumptions

Given: An automorphism g of a simplicial tree T acting without inversions.

[L1]

An action without inversions sends no oriented edge to its reverse. (Edge inversions and actions without inversions)

[L2]

The translation length is defined as (g)=minvdT(v,gv). (The translation length of a tree automorphism without inversions)

[L3]

If g fixes a vertex, then its fixed vertices form a subtree. (The nonempty fixed-vertex set of a tree automorphism is a subtree)

[L4]

The path metric on a simplicial tree is integer-valued and realized by the unique reduced path between vertices. (The path metric on a simplicial tree is geodesic and integer-valued)

Proof

technique · direct
1.1

By [L4], every displacement dT(v,gv) is a natural number, so choose v with minimal displacement m=dT(v,gv). Then m=(g) by [L2]. If m=0, the vertex v is fixed and [L3] describes the fixed subtree.

L2L3L4givenchoose
2.1

Assume m>0, and let P be the unique reduced path from v to gv. Its translate gP is the unique reduced path from gv to g2v. If P and gP met in more than the vertex gv, then some interior point of the overlap would have displacement strictly smaller than m, contradicting step 1.1; if they shared an edge with opposite orientations, that edge would be inverted, contradicting [L1]. Hence consecutive translates gnP and gn+1P meet only at one endpoint. [L1, L4, step 1.1, assume-case[hyperbolic], algebra]

3.1

Therefore Ag:=nZgnP is a bi-infinite reduced path. It is preserved by g, and g sends each segment gnP onto gn+1P, so every vertex on Ag moves distance exactly m along that line. Thus g acts on Ag as translation by (g)=m.

L4step 2.1construct
4.1

Let x be a vertex not on Ag, and let y be the first vertex of Ag on the unique reduced path from x to Ag. Then the geodesic from x to gx runs from x to y, then along Ag from y to gy by length m, and then from gy to gx, so dT(x,gx)=2dT(x,Ag)+m>m. Hence the vertices of minimal displacement are exactly those on Ag, which makes Ag unique. This is the hyperbolic case, and it excludes fixed vertices.

L4step 3.1algebra
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

Translation length is conjugacy invariant and homogeneous on powers

Statement

For automorphisms of a simplicial tree acting without inversions,

(hgh1)=(g),(gn)=n(g)(nZ).

Facts & Assumptions

Given: Tree automorphisms g,h without inversions.

[L1]

A tree automorphism without inversions is either elliptic with a fixed vertex or hyperbolic with a unique translation axis on which it translates by its translation length. (Tree automorphisms without inversions are either elliptic or hyperbolic)

Proof

technique · direct
1.1

If g is elliptic, [L1] gives a fixed vertex, so every power gn fixes that same vertex and has translation length 0. Conjugating by h carries a fixed vertex of g to a fixed vertex of hgh1, so conjugation preserves the elliptic case and its translation length.

L1given
2.1

If g is hyperbolic with axis Ag and translation length (g), then hgh1 preserves the line hAg and translates it by the same distance, so (hgh1)=(g). Also gn preserves Ag and shifts every vertex on it by n(g), so (gn)=n(g) for n0.

L1step 1.1algebra
3.1

The case n=0 gives (1)=0, already covered by step 1.1, so the displayed formulas hold for every integer n.

step 1.1step 2.1algebra
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

Finite groups acting on trees have a global fixed vertex after subdivision

Statement

Let a finite group G act on a simplicial tree T. Then the induced action on the barycentric subdivision T fixes a vertex.

Facts & Assumptions

Given: A finite group G acting on a simplicial tree T.

[L1]

Barycentric subdivision preserves the tree and removes edge inversions. (Barycentric subdivision removes edge inversions while preserving the tree)

[L2]

The path metric on a simplicial tree is geodesic and integer-valued. (The path metric on a simplicial tree is geodesic and integer-valued)

Proof

technique · direct
1.1

Replace T by its barycentric subdivision T using [L1]. Choose a vertex v of T. Because G is finite, the orbit Gv is finite, and the union of the geodesics joining pairs of orbit vertices is therefore a finite G-invariant subtree UT.

L1L2givenconstruct
2.1

Let D be the diameter of U, choose vertices x,yU with d(x,y)=D, and let m be the midpoint of the unique geodesic from x to y. In a finite tree every diameter geodesic has the same midpoint: if two diameters had different midpoints, the unique path joining those midpoints would extend one of them past length D, contradicting maximality. So m depends only on U, not on the chosen diameter.

L2step 1.1algebra
3.1

Any automorphism of U sends diameter geodesics to diameter geodesics, so it fixes the intrinsic midpoint m from step 2.1. If D is even, m is a vertex of U and is fixed. If D is odd, m is the midpoint of a unique geometric edge of U, so every element of G preserves that edge setwise. The action on T is without inversions by [L1], hence no element can swap the two endpoints; both endpoints are fixed. In either case the induced action on T fixes a vertex.

L1L2step 2.1algebra
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

Groups acting freely without inversions on trees are torsion-free

Statement

If a group acts freely and without inversions on a simplicial tree, then the group is torsion-free.

Facts & Assumptions

Given: A group G acting freely and without inversions on a simplicial tree T.

[L1]

A free action has no nonidentity element fixing a point. (A free group action has no nonidentity element fixing a point)

[L2]

An action without inversions sends no oriented edge to its reverse. (Edge inversions and actions without inversions)

[L3]

A finite group acting on a tree fixes a vertex after barycentric subdivision. (Finite groups acting on trees have a global fixed vertex after subdivision)

Proof

technique · direct
1.1

Let gG have finite order. Then the cyclic subgroup g is finite, so [L3] gives a fixed vertex for its action on the barycentric subdivision of T.

L3given
2.1

Let p be the fixed vertex from step 1.1 in the barycentric subdivision. If p is an original vertex of T, then [L1] forces g=e. If p is the midpoint of an original geometric edge, then g preserves that edge setwise. Because the original action is without inversions by [L2], g cannot swap its two orientations, so it fixes both endpoints of that edge. Now [L1] again gives g=e. Hence no nonidentity torsion element exists.

L1L2step 1.1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-28Open item page →

Disjoint-axis hyperbolic automorphisms satisfy ping-pong on a tree

Statement

Let g and h be hyperbolic automorphisms of a simplicial tree whose axes are disjoint. Then there exist positive integers m,n such that gm and hn freely generate a free subgroup of rank 2.

Facts & Assumptions

Given: Hyperbolic tree automorphisms g and h with disjoint axes.

[L1]

A hyperbolic tree automorphism preserves a unique axis and translates along it by its translation length. (Tree automorphisms without inversions are either elliptic or hyperbolic)

Proof

technique · direct
1.1

Let Ag and Ah be the disjoint axes from [L1], and let [p,q] be the unique geodesic joining them with pAg and qAh. Removing p from the tree leaves two components meeting the two rays of Ag, call them Xg+ and Xg. Define Xh+ and Xh similarly at q. These four half-trees are pairwise disjoint.

L1givenconstruct
2.1

Choose m,n>0 so large that m(g)>d(p,q) and n(h)>d(p,q). Then [L1] implies gm(TXg)Xg+ and gm(TXg+)Xg, and similarly hn(TXh)Xh+ and hn(TXh+)Xh. Indeed, a sufficiently long translation along an axis carries everything on one side of the basepoint across the bridge segment [p,q] into the corresponding attracting half-tree.

L1step 1.1algebra
3.1

Pick a vertex x outside the four half-trees. Any reduced word in g±m and h±n sends x into the domain attached to its first letter by step 2.1, and successive letters cannot bring it back because the four domains are disjoint. So no nonempty reduced word acts trivially. Therefore gm and hn freely generate a free subgroup of rank 2.

step 1.1step 2.1algebra

5 · Examples, counterexamples and false statements

False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-28Open item page →

FALSE: the published finite-tree definition already covers Bass-Serre trees

Statement

Every simplicial tree is already a finite tree in the previously published sense.

Facts & Assumptions

Given: The finite-agreement theorem for simplicial trees.

[L1]

The published finite-tree notion agrees with the simplicial-tree notion only for finite oriented graphs. (For finite graphs, the simplicial-tree notion agrees with the published finite-tree notion)

Refutation

technique · direct
1.1

The bi-infinite line is a simplicial tree with infinitely many vertices, so it lies outside the finite scope named in [L1].

L1given
2.1

Therefore [L1] does not identify every simplicial tree with a published finite tree, and the statement is false.

L1step 1.1algebra
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-28Open item page →

FALSE: every tree action is without edge inversions

Statement

Every group action on a simplicial tree is automatically without edge inversions.

Facts & Assumptions

Given: The definitions of edge inversion and barycentric subdivision.

[L1]

An action is without inversions exactly when no element sends an oriented edge to its reverse. (Edge inversions and actions without inversions)

[L2]

Barycentric subdivision is used precisely to remove inversions when they are present. (Barycentric subdivision removes edge inversions while preserving the tree)

Refutation

technique · direct
1.1

Let T be a single geometric edge with endpoints u,v, and let the nontrivial element of C2 swap u and v. It sends one oriented edge e:uv to its reverse eˉ:vu, so the action has an inversion in the sense of [L1].

L1given
2.1

Since [L2] would be unnecessary if every action were already inversion-free, the example in step 1.1 disproves the statement.

L1L2step 1.1algebra
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

FALSE: every tree automorphism fixes a vertex

Statement

Every automorphism of a simplicial tree fixes a vertex.

Facts & Assumptions

Given: The elliptic/hyperbolic dichotomy.

[L1]

A tree automorphism without inversions is either elliptic with a fixed vertex or hyperbolic with a translation axis and positive translation length. (Tree automorphisms without inversions are either elliptic or hyperbolic)

Refutation

technique · direct
1.1

Translation by nn+1 on the bi-infinite line is hyperbolic: it preserves the whole line and moves every vertex a positive distance. This is the second case of [L1].

L1given
2.1

A hyperbolic automorphism has no fixed vertex, so the translation from step 1.1 is a counterexample. Hence the statement is false.

L1step 1.1algebra
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

FALSE: translation length is always the distance from an arbitrary basepoint

Statement

For a tree automorphism without inversions and for any chosen basepoint v, one always has (g)=d(v,gv).

Facts & Assumptions

Given: The definition of translation length and the elliptic/hyperbolic dichotomy.

[L1]

Translation length is the minimum of d(v,gv) over all vertices. (The translation length of a tree automorphism without inversions)

Refutation

technique · direct
1.1

Reflect the bi-infinite line by r(n)=n. The vertex 0 is fixed, so [L2] gives (r)=0 via [L1].

L1L2given
2.1

At the basepoint v=1 one has d(1,r(1))=d(1,1)=20. So (r) is not the displacement from an arbitrary basepoint, and the statement is false.

L1step 1.1algebra
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-28Open item page →

FALSE: a quotient of a tree by a group action is always a tree

Statement

Whenever a group acts on a simplicial tree without inversions, the quotient graph is again a tree.

Facts & Assumptions

Given: The quotient-graph definition and a hyperbolic tree automorphism.

[L1]

A quotient graph keeps only vertex and edge orbits. (The quotient graph of an action without inversions)

[L2]

Hyperbolic automorphisms act by translation on an invariant axis. (Tree automorphisms without inversions are either elliptic or hyperbolic)

Refutation

technique · direct
1.1

Let g be translation by nn+3 on the bi-infinite line. By [L2] this is a hyperbolic action without inversions on a tree.

L2given
2.1

In the quotient graph from [L1], the vertex orbits are the residue classes of n modulo 3, and the edge orbits join them in a 3-cycle. That quotient is not a tree, so the statement is false.

L1step 1.1algebra

Sources