Teorema 3.11: the half-twists generate
OpenTarchaBraids.thm_3_11_half_twists_generateTarcha's Teorema 3.11 states that every -braid can be written as a product of the Artin generators . In the configuration-space model an -braid is a class in and the Artin generator is the class of the elementary half-twist that interchanges the base points and .
The assertion is therefore that the subgroup generated by the half-twist classes is the whole fundamental group:
Since a subgroup is closed under inverses, writing a braid as a word in the generators and their inverses is the same as saying it lies in this subgroup. For there are no generators and the statement asserts that the fundamental group is trivial.
import Mathlib import Definitions.Def_BraidsLinksMCG_ArtinBraidGroup import Definitions.Def_BraidsLinksMCG_ConfigSpace import Definitions.Def_TarchaBraids_HalfTwist
namespace TarchaBraids
open BraidsLinksMCG
theorem thm_3_11_half_twists_generate (n : ℕ) :
Subgroup.closure (Set.range (fun i : Fin (n - 1) => halfTwistBraid n i)) =
(⊤ : Subgroup (GeomBraidGroup 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 . Generator indices run over the values (with truncated subtraction, so for and this index set is empty). For each such index the statement refers to a fixed element of the fundamental group of the unordered configuration space of points of the plane, based at the class of : the class of the loop that rotates the two points and counterclockwise by about their midpoint while the other points stay fixed.
The claim is an equality of subgroups of that fundamental group: the subgroup generated by the set — the smallest subgroup containing all of them, hence containing all finite products of these elements and their inverses — equals the whole group.
For and the generating set is empty and the claim says that the fundamental group of the configuration space in question is the trivial group.
Confirmed by the mission captain (proposal self-audit).