GL-C: the span base case k = 3 #
Design record: docs/orchestration/span-gradedlie-plan.md §2.2 (which follows L4b's
by-hand closure of k = 3 — "colπ-at-π-towers, tails, left-normed columns").
Statements frozen (GL0); fills ticket GL-C.
Q₄(F₃) has order 2^23 — no decide; the proof is structural. Everything happens in
Q₄ = levelQuot freeProTwo 4, where the λ-calculus is exact (λ₄-image = ⊥), so no
"mod λ" bookkeeping is needed anywhere:
Λ₂ := lambdaImage _ 2 4is abelian ([λ₂,λ₂] ⊆ λ₄ = 1);Λ₃ := lambdaImage _ 3 4 = zLayer _ 3is central of exponent 2;- every
commPlands inΛ₂, every square lands inΛ₂, everycommPagainst aΛ₂-element lands inΛ₃.
The two frozen statements are instances of one private core lemma span_base_core,
parameterized by the twisted generator τ = mgen t (r₀: t = 0; r₂: t = 2) and
the two bracket/tail generators. The route (orchestrator-derived ordering — the
naive "triples first" order is circular):
- Generator fourth powers.
β⁴are the two tails (2^{3-1} = 4);τ⁴is the twisted column at the modificationτ², wherecommP (τ²) τ = 1(diagonal trick). - Squares of generator brackets. The exact identity
commP u g ^ 2 = commP (u²) g · (commP (commP u g) u)⁻¹(commP_sq_eq) atu = β: the first factor is a single-slot column at the modificationβ² ∈ Λ₂(or the twisted column corrected byβ⁴), the second is a single-slot column at the modificationcommP β g ∈ Λ₂.commP_symmtransports to theτ-left pairs. - Squares of all brackets.
(a, b) ↦ (commP a b)²is exactly bimultiplicative inQ₄(commP_sq_mul_left/right: the corrections areΛ₃-central involutions andΛ₂-elements commute), so two closure inductions reduce to step 2. This replaces the memo's word-length induction: no measure is needed. - Fourth powers.
(ab)⁴ = a⁴·b⁴·(commP b a)²exactly (pow_four_mul), so{a | a⁴ ∈ K}is a subgroup once step 3 is known; step 1 seeds the generators. key_sq:v² ∈ Kfor allv ∈ Λ₂, bylambdaImage_inductionatj = 1— the two atom families are exactly steps 3 and 4.- Bracket atoms:
commP v g ∈ Kforv ∈ Λ₂and allg(β-slots directly, the τ-slot after dividing the twisted column byv² ∈ Kfrom step 5). - Assemble by
lambdaImage_inductionatj = 2.
No new axioms, no decide, no native_decide. Small private helpers restated
binder-for-binder from StageLemma.lean (house precedent; this file must not import it).
Stage 0: pure group identities #
Single-slot evaluations of the two shift words #
Stage 0': the exact λ-calculus of Q₄ #
All statements below are for the level-4 quotient of an arbitrary pro-2-style G; the
only input is lambdaImage G 4 4 = ⊥, which makes every "mod λ" congruence an equality.
The three exact identities #
Support subgroups #
Stage 0'': the marked classes generate Q₄(F₃) #
The base case, role-generic core #
The two frozen statements #
The span base case, r₀ shape (memo §2.2). Fill: GL-C.
The span base case, r₂ shape. Fill: GL-C.