Proposição 3.13: every -braid is a power of
ProvedTarchaBraids.prop_3_13_two_braid_is_powerTarcha's Proposição 3.13 states that every braid on two strands is for some integer . Here is the abstract braid group on two strands, presented by the single generator with no relations (there are no pairs of indices at distance and no consecutive pairs available), so the claim is that
the exponent being allowed to be negative or zero. Together with having infinite order this identifies with , but only the displayed statement is asserted.
import Mathlib import Definitions.Def_BraidsLinksMCG_ArtinBraidGroup
namespace TarchaBraids
open BraidsLinksMCG
theorem prop_3_13_two_braid_is_power (b : ArtinBraidGroup 2) :
∃ m : ℤ, b = sigma (0 : Fin (2 - 1)) ^ m := 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.
The statement concerns the abstract braid group on strands: the group presented by generators indexed by (one generator, since ) subject to Artin's relators, of which there are none for this index set — the commutation relators require two indices at distance at least and the braid relators require two consecutive indices, and neither exists in a one-element index set. Write for the image of the single generator.
The claim: for every element of this group there exists an integer , possibly negative or zero, with
the power being the integer power in the group. No uniqueness of is asserted, and no claim is made that has infinite order.
Confirmed by the mission captain (proposal self-audit).