Corollary 1.8.4 (Chow): the centre of is generated by
OpenBraidsLinksMCG.cor_1_8_4_center_eqCorollary 1.8.4 (Chow). For the centre of the braid group is the cyclic subgroup generated by the full twist
That is, an element of commutes with every braid if and only if it is an integral power of . Geometrically the generator is the braid in which the whole bundle of strands is given one full rotation.
This is the equality-of-subgroups half of Corollary 1.8.4; the complementary assertion, that the generator has infinite order, so that the centre is infinite cyclic, follows from the exponent-sum homomorphism.
The result is the reason the centre plays no role in the conjugacy and word problems for : quotienting by it loses only the number of full twists. The hypothesis is necessary, since is infinite cyclic and equal to its own centre, whereas generates a proper subgroup of it.
Formalization Note In the formal statement the generator is written as the -th power of the ordered product of all the Artin generators, and the subgroup it generates is the set of its integer powers.
import Definitions.Def_BraidsLinksMCG_ArtinBraidGroup import Definitions.Def_BraidsLinksMCG_ArtinEndo
namespace BraidsLinksMCG
theorem cor_1_8_4_center_eq (n : ℕ) (hn : 3 ≤ n) :
Subgroup.center (ArtinBraidGroup n) = Subgroup.zpowers (sigmaProd n ^ n) := by sorry
end BraidsLinksMCG