The orbit relation for the full pointwise stabilizer of a base.
Equations
- Hex.GraphIso.Aut.Orbit G base u v = ∃ (p : Hex.GraphIso.Perm n), Hex.GraphIso.IsIso G G p ∧ Hex.GraphIso.Perm.Fixes base p ∧ p.get u = v
Instances For
Two vertices are related by a generated automorphism in the pointwise stabilizer of the given base. Only the resulting permutation must fix the base; the final generator list need not be a strong generating set.
Equations
- Hex.GraphIso.Aut.Carries G base u v = ∃ (p : Hex.GraphIso.Perm n), Hex.GraphIso.Perm.Generated (Hex.GraphIso.Aut.gens G) p ∧ Hex.GraphIso.Perm.Fixes base p ∧ p.get u = v
Instances For
A word in the final trace gives a generated carrier fixing the base when its letters stabilize the active frame's singleton base cells.
The powers used by an explicit pruning pair fix the active base whenever its recorded generator does. No converse about the pair's fixed point bitset is needed.
A sound stored orbit pointer is a carrier in the generated stabilizer when the trace letters fix the active base.
Reading the ranked carrier of a pruning pair in the base stabilizer.