Tarcha 3.15 right braid word equals the common outer loop in the fundamental group quotient
ProvedTarchaBraids.thm_3_15_right_word_eq_outer_quotient_v1artin-presentationbraid-groupsfundamental-grouphomotopytarcha
The right adjacent three-half-twist word loop is homotopic relative endpoints to the common outer-rotation loop.
Preamble
import Mathlib import Definitions.Def_TarchaBraids_right_interp_config_data_v1 import Definitions.Def_TarchaBraids_adjacent_word_loops_v1 import Definitions.Def_TarchaBraids_adjacent_outer_loop_v1 import Theorems.Thm_TarchaBraids_thm_3_15_right_interp_config_continuous_v1 import Theorems.Thm_TarchaBraids_thm_3_15_right_interp_boundaries_v1 import Theorems.Thm_TarchaBraids_thm_3_15_right_word_identification_v1
Formal statement
namespace TarchaBraids
open BraidsLinksMCG
theorem thm_3_15_right_word_eq_outer_quotient_v1 :
∀ {n : ℕ} (i j : Fin (n - 1)) (hji : (j : ℕ) = (i : ℕ) + 1),
Path.Homotopic.Quotient.mk (rightBraidWordLoop n i j) =
Path.Homotopic.Quotient.mk (outerRotateLoop i j hji) := by sorry
end TarchaBraidsSource
Modular homotopy quotient layer for Tarcha's adjacent Artin relation proof.