Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-12
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.

The induced word map is the unique concatenation-preserving extension

Statement

Let h:ΣΔ be an alphabet map and let h^:ΣΔ be its induced word map. For aΣ, write a:1Σ for the one-letter word whose unique value is a.

  1. For all words u,vΣ, h^(uv)=h^(u)h^(v).
  2. If g:ΣΔ satisfies g(uv)=g(u)g(v) for all words u,v and g(a)=h(a) for every aΣ, then g=h^.

Facts & Assumptions

Given: An alphabet map h:ΣΔ, its induced map h^:ΣΔ, and a map g:ΣΔ preserving concatenation and satisfying g(a)=h(a) for every aΣ.

[L1]

The induced map is defined by h^(ε)=ε and h^(a0an1)=h(a0)h(an1) by Alphabet maps into Δ and their induced maps on words.

[L2]

Word concatenation is formed by writing the letters of the first word followed by those of the second, by Computation alphabets, words, the empty word, and Σ.

Proof

technique · direct
1.1

If u=a0am1 and v=b0bn1, then [L2] says that the word uv is a0am1b0bn1. Applying [L1] to that word gives h^(uv)=h(a0)h(am1)h(b0)h(bn1), which is exactly h^(u)h^(v).

givenL1L2
1.2

Since g preserves concatenation, g(ε)=g(εε)=g(ε)g(ε). Comparing word lengths forces g(ε)=ε.

givenalgebra
1.3

For the induction step, write a nonempty word as w=ua with aΣ its final letter. If g(u)=h^(u), then g(w)=g(ua)=g(u)g(a)=h^(u)h(a)=h^(ua)=h^(w) by the hypothesis on g and [L1].

ihgivenL1induction
2.1

We prove g(w)=h^(w) for every word w by induction on the length of w. The base case is the empty word, handled by step 1.2 and [L1].

step 1.2L1base
3.1

Steps 2.1 and 1.3 show that g(w)=h^(w) for every word w, so g=h^. Together with step 1.1 this proves both clauses.

step 1.1step 2.1step 1.3discharge-induction

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

6 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