Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedPipeline-generatedprecheck passaudited 2026-09-27
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Positive artin relations preserve homogeneous length

Statement

Let n∈N and let Bn+ be the positive braid monoid of Positive braid monoid, with generators σ‾i and defining pairs Rn. Then:

(a) Any two ≡+-equivalent positive words have the same length. Consequently there is a well-defined function

ℓ ⁣:Bn+⟶N,ℓ([w]):=∣w∣,

which is a monoid homomorphism: ℓ(1)=0 and ℓ(xy)=ℓ(x)+ℓ(y) for all x,y∈Bn+.

(b) For every k∈N the set {x∈Bn+:ℓ(x)=k} is finite; more precisely there are exactly ∣Σn∣k positive words of length k over the alphabet Σn={σ1,…,σn−1}, and Bn+ contains at most ∣Σn∣k elements of length k. For n≥2 the alphabet has n−1 letters and the bound reads (n−1)k; for n≤1 the alphabet is empty, so the word count is 1 for k=0 and 0 for k≥1, and Bn+={1}.

(c) Conicality. ℓ(x)=0 if and only if x=1. If x1,…,xr∈Bn+ and x1⋯xr=1, then x1=⋯=xr=1; in particular xy=1 forces x=y=1, so the only invertible element of Bn+ is 1.

(d) ℓ(σ‾ix)=ℓ(x)+1>ℓ(x) for every i and every x∈Bn+.

No choice principle is used; all arguments are finite inductions on word length.

Facts & Assumptions

Given: A natural number n, the alphabet Σn={σ1,…,σn−1} of (a), the congruence ≡+, and the monoid Bn+=Σn∗/ ⁣≡+.

[F1]

Bn+ is the quotient of the monoid Σn∗ of positive words by the smallest congruence ≡+ containing every pair of Rn, with product [u][v]=[uv]; σ‾i=[σi]; the empty word ε represents 1; Bn+ has a universal property for monoid homomorphisms sending the σ‾i to elements satisfying the Artin relations (Positive braid monoid).

[F2]

A word is a finite string of letters of an alphabet; the empty word has length 0; length is additive under concatenation, ∣uv∣=∣u∣+∣v∣, and the empty word is the only word of length 0 (Words in an alphabet with formal inverses, elementary cancellation, and reduced words).

[F3]

A congruence is an equivalence relation compatible with concatenation; the intersection of congruences is a congruence, and ≡+ contains a pair (u,v) exactly when every congruence containing Rn does (Equivalence relation, equivalence class, and the quotient set A/∼, Positive braid monoid).

[L4]

Concatenation of words is associative with two-sided identity ε, and N with addition is a monoid with identity 0, where a sum of natural numbers is 0 only if each summand is 0 (Semigroup and monoid, The natural numbers N (von Neumann)).

[L5]

A property of the natural numbers that holds for 0 and is preserved by passing from k to k+1 holds for every k (The principle of mathematical induction).

Proof

technique · direct
1.1

Define a relation ∼ on Σn∗ by u∼v if and only if ∣u∣=∣v∣. It is reflexive, symmetric and transitive because equality of natural numbers is, so it is an equivalence relation.

F2F3algebra
1.2

For (b): let Wk:={w∈Σn∗:∣w∣=k} be the set of positive words of length k. We prove ∣Wk∣=∣Σn∣k by induction on k: W0={ε} has one element and ∣Σn∣0=1; and each word of length k+1 is ws for a unique w∈Wk and a unique letter s∈Σn, so ∣Wk+1∣=∣Wk∣⋅∣Σn∣=∣Σn∣k⋅∣Σn∣=∣Σn∣k+1. Finally ∣Σn∣=n−1 for n≥2, while for n≤1 the set {σ1,…,σn−1} is empty, which gives the two cases displayed in (b).

givenF2L4L5algebra
2.1

The relation ∼ is compatible with concatenation: if ∣u∣=∣v∣, then for all words x,y we have ∣xuy∣=∣x∣+∣u∣+∣y∣=∣x∣+∣v∣+∣y∣=∣xvy∣, so xuy∼xvy. Hence ∼ is a congruence on Σn∗.

F2step 1.1L4algebra
3.1

Every pair of Rn has two sides of equal length: σiσi+1σi and σi+1σiσi+1 both have three letters, and σiσj and σjσi both have two letters. Hence each such pair lies in the congruence ∼ of step 2.1.

F2step 2.1given
4.1

Since ≡+ is the smallest congruence containing all pairs in Rn and ∼ is one such congruence by steps 2.1--3.1, we have u≡+v⇒u∼v, that is, equivalent positive words have equal length. This is (a), first part.

F3step 2.1step 3.1given
5.1

Hence ℓ(x):=∣w∣ for any word w with x=[w] is independent of the chosen representative w, and ℓ is a function Bn+→N; moreover ℓ([ε])=∣ε∣=0 and ℓ(xy)=ℓ([uv])=∣uv∣=∣u∣+∣v∣=ℓ(x)+ℓ(y) for representatives u of x and v of y. Thus ℓ is a monoid homomorphism and (a) is complete.

F1F2step 4.1L4
6.1

ℓ(x)=0 if and only if x=1: if x=[w] with ∣w∣=0, then w=ε and x=[ε]=1; conversely ℓ(1)=0. If ℓ(v)=0 then v=1.

F1F2step 5.1
6.2

The map Wk→Bn+, w↦[w], is a surjection onto the set of elements of length k by step 5.1, and a surjection from a finite set onto a set makes the target finite with cardinality at most that of the source. Hence there are at most ∣Σn∣k elements of Bn+ of length k, which is (b).

step 5.1step 1.2algebra
7.1

Let x1,…,xr∈Bn+ with x1⋯xr=1. By step 5.1, ℓ(x1)+⋯+ℓ(xr)=ℓ(1)=0, and each ℓ(xi)∈N; a sum of natural numbers is zero only if every summand is zero, so ℓ(xi)=0 for all i, and step 6.1 gives xi=1. Taking r=2 shows xy=1⇒x=y=1; hence if x has a two-sided inverse y (so xy=1) then x=1, and 1 is the only invertible element. This is (c).

L4step 5.1step 6.1given
7.2

For (d): ℓ(σ‾ix)=ℓ(σ‾i)+ℓ(x)=ℓ([σi])+ℓ(x)=1+ℓ(x) for every x, using step 5.1 and ∣σi∣=1. In particular ℓ(σ‾i)>0, so σ‾i≠1 by step 6.1.

F1F2step 5.1step 6.1
8.1

Collecting: (a) is steps 4.1--5.1, (b) is steps 1.2 and 6.2, (c) is step 7.1, and (d) is step 7.2. In particular the length function ℓ exists, is additive, takes the value 0 only on 1, and satisfies ℓ(σ‾ix)>ℓ(x) for every generator σ‾i; these are the homogeneity, conicality and strict-increase properties used later on this page. ∎

step 5.1step 6.2step 7.1step 7.2

Remarks

  • Part (a) is the invariance of homogeneous length: the two sides of every defining relation have the same number of letters, so the congruence cannot change length. This is exactly the property that makes the length of a word a function of its class.
  • Part (b) is the "locally finite" input for later arguments: at each length only finitely many elements exist, so a search over positive words of a fixed length is a finite search.
  • Part (d) says in the language of Positive braid monoid that the word-length function w↦∣w∣ is a right-Noetherianity witness for the Artin presentation: it does not decrease when a generator is appended, and it strictly increases in the presence of a generator because no generator is invertible (step 4.1).

Depends on

Used by

Dependency tree · two levels

21 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources