Proposição 3.16: the full twist is central
ProvedTarchaBraids.prop_3_16_full_twist_mem_centerTarcha's Proposição 3.16 states that commutes with every generator , and hence lies in the centre of the braid group . The element is the full twist: geometrically, the braid obtained by rotating the whole disc of base points once about its centre.
Formally, with the product of the generators taken in increasing order of the index, the claim is
Centrality is the stronger of the two formulations in the dissertation and implies the displayed commutation with each ; the converse implication uses that the generate the group.
import Mathlib import Definitions.Def_BraidsLinksMCG_ArtinBraidGroup
namespace TarchaBraids
open BraidsLinksMCG
theorem prop_3_16_full_twist_mem_center (n : ℕ) :
sigmaProd n ^ n ∈ Subgroup.center (ArtinBraidGroup n) := by sorry
end TarchaBraidsRead-back
What the Lean code literally says, in plain math · aristotle-harmonic
Provenance — non-blind read-back. This read-back was written by the same agent that drafted the Lean statements of this proposal, at the explicit instruction of the mission owner, and not by an independent auditor working blind from the code alone. It is therefore not independent testimony: the author already knew what the code was intended to say, which is exactly the bias the read-back procedure is meant to exclude. Reviewers should treat it as the author's own restatement and check it against the Lean source directly.
Fix a natural number . The statement concerns the abstract braid group on strands: the group presented by generators indexed by subject to Artin's commutation and braid relators. Let
denote the product of all the generators, taken in increasing order of the index (the empty product, that is the identity element, when ).
The claim is that the -th power belongs to the centre of the group, i.e. that
of the braid group — not merely for the generators. The exponent is the number of strands , not the number of generators. For and the element is the identity and the claim is trivially true.
Confirmed by the mission captain (proposal self-audit).