Tarcha 3.15 outer rotation reflection identities
ProvedTarchaBraids.thm_3_15_adjacent_outer_reflection_v1artin-presentationbraid-groupsgeometrysymmetrytarcha
The common outer-rotation path is invariant under reflection about the vertical line with real coordinate i+2, exchanging the two outer distinguished strands and fixing the middle one.
Preamble
import Mathlib import Definitions.Def_TarchaBraids_adjacent_path_data_v1 import Theorems.Thm_TarchaBraids_thm_3_15_adjacent_outer_outside_facts_v1
Formal statement
namespace TarchaBraids
open BraidsLinksMCG
theorem thm_3_15_adjacent_outer_reflection_v1 :
∀ {n : ℕ} (i j : Fin (n - 1)) (hji : (j : ℕ) = (i : ℕ) + 1),
(∀ q : ℝ,
outerRotateFun n i q (strandIdx i) =
(((2 * (((i : ℕ) : ℝ) + 2) : ℝ) : ℂ) -
outerRotateFun n i q (strandIdxSucc j))) ∧
(∀ q : ℝ,
outerRotateFun n i q (strandIdxSucc i) =
(((2 * (((i : ℕ) : ℝ) + 2) : ℝ) : ℂ) -
outerRotateFun n i q (strandIdxSucc i))) ∧
(∀ q : ℝ,
outerRotateFun n i q (strandIdxSucc j) =
(((2 * (((i : ℕ) : ℝ) + 2) : ℝ) : ℂ) -
outerRotateFun n i q (strandIdx i))) := by sorry
end TarchaBraidsSource
Independent symmetry layer extracted from the adjacent Artin relation proof.