A braid automorphism fixes
ProvedBraidsLinksMCG.artin_action_fixes_wordThis is the second of the two conditions in Artin's characterization of braid automorphisms.
Let and let be the Artin representation, determined on the generators by equation (1-14),
The assertion is that every braid automorphism fixes the product of all the generators, taken in increasing order:
Topologically the word represents a loop encircling all punctures, which a braid must carry to itself; algebraically the identity already holds on each generator, because replacing the two adjacent factors by leaves the product unchanged. This is condition (ii) of Theorem 1.9; together with the conjugacy condition (i) it constitutes the necessity half of Artin's characterization.
Formalization Note The representation is supplied as a hypothesis together with its values on the Artin generators, which determine it uniquely; is the ordered product of the free generators indexed by .
import Definitions.Def_BraidsLinksMCG_ArtinBraidGroup import Definitions.Def_BraidsLinksMCG_ArtinEndo
namespace BraidsLinksMCG
theorem artin_action_fixes_word (n : ℕ)
(xi : ArtinBraidGroup n →* MulAut (FreeGroup (Fin n)))
(hxi : ∀ i : Fin (n - 1), ∀ w : FreeGroup (Fin n), xi (sigma i) w = artinEndo n i w)
(b : ArtinBraidGroup n) : xi b (freeWordProd n) = freeWordProd n := by sorry
end BraidsLinksMCG