Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Teorema 3.15, step 3 — the half-twist homomorphism Bn→π1(B0,nE2)B_n \to \pi_1(B_{0,n}E^2)Bn​→π1​(B0,n​E2) is injective

Open
TarchaBraids.thm_3_15_half_twist_hom_injective

by Lucas · Sep 19, 2026 · Mathlib 0df444a (Lean v4.33.1)

algebraic-topologybraid-groupsfundamental-groupgroup-theory

This is the injectivity half of Tarcha's Teorema 3.15. Let BnB_nBn​ be the abstract braid group, presented by generators σ1,…,σn−1\sigma_1,\dots,\sigma_{n-1}σ1​,…,σn−1​ subject to

σiσj=σjσi (∣i−j∣≥2),σiσi+1σi=σi+1σiσi+1,\sigma_i\sigma_j = \sigma_j\sigma_i \ (|i-j| \ge 2), \qquad \sigma_i\sigma_{i+1}\sigma_i = \sigma_{i+1}\sigma_i\sigma_{i+1},σi​σj​=σj​σi​ (∣i−j∣≥2),σi​σi+1​σi​=σi+1​σi​σi+1​,

and let π1(B0,nE2,∗)\pi_1(B_{0,n}E^2,*)π1​(B0,n​E2,∗) be the geometric braid group, the fundamental group of the unordered configuration space of nnn points of the plane based at the class of (1,2,…,n)(1,2,\dots,n)(1,2,…,n). Write [hti][\mathrm{ht}_i][hti​] for the class of the elementary half-twist interchanging the base points i+1i+1i+1 and i+2i+2i+2.

The assertion is that any group homomorphism

f:Bn⟶π1(B0,nE2,∗)f : B_n \longrightarrow \pi_1\bigl(B_{0,n}E^2, *\bigr)f:Bn​⟶π1​(B0,n​E2,∗)

whose value on each generator is the corresponding half-twist class, f(σi+1)=[hti]f(\sigma_{i+1}) = [\mathrm{ht}_i]f(σi+1​)=[hti​], is injective. Equivalently: a word in the generators whose associated loop of configurations is null-homotopic is already trivial in BnB_nBn​, i.e. the braid relations are all the relations satisfied by the half-twists.

In the dissertation this is the step carried out through the analysis of elementary moves on braid diagrams (Figuras 3.18–3.27, pp. 57–62); the classical alternative is an induction on nnn using the exact sequence of the Fadell–Neuwirth fibration. It is the hard half of the presentation theorem: the complementary facts — that the half-twists satisfy the relations, and that they generate — are recorded separately as Teorema 3.15 (step 1) and Teorema 3.11.

Because the hypothesis fixes fff only on generators, and the generators generate BnB_nBn​, the homomorphism in question is unique; stating the lemma for an arbitrary such fff makes it directly usable by any construction of the comparison map.

Preamble
import Mathlib
import Definitions.Def_BraidsLinksMCG_ArtinBraidGroup
import Definitions.Def_BraidsLinksMCG_ConfigSpace
import Definitions.Def_TarchaBraids_HalfTwist
Formal statement
namespace TarchaBraids

open BraidsLinksMCG

theorem thm_3_15_half_twist_hom_injective (n : ℕ) (f : ArtinBraidGroup n →* GeomBraidGroup n)
    (hf : ∀ i : Fin (n - 1), f (sigma i) = halfTwistBraid n i) :
    Function.Injective f := by sorry

end TarchaBraids
Source
Alexsander Andrey Gomes Tarcha, *Um Estudo Introdutório da Teoria de Tranças*, Dissertação (Mestrado Profissional em Matemática), IGCE, UNESP, Rio Claro, 2023, orientadora Alice Kimie Miwa Libardi, Teorema 3.15, p. 57, injectivity part of the proof, pp. 57-62 (Figuras 3.18-3.27); cf. Joan S. Birman, *Braids, Links, and Mapping Class Groups*, Annals of Mathematics Studies 82, Princeton University Press, 1974, Theorem 1.8, p. 18

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me