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.

State elimination preserves the language between every surviving state pair

Statement

Let G be a GNFA, let r be an interior state, and let Gr be the GNFA obtained from The GNFA state-elimination update. If KQ{s,t,r} and p,q survive the elimination, then PKGr(p,q)=PK{r}G(p,q).

Facts & Assumptions

Given: A GNFA G, an interior state r, surviving states p,q, and a set KQ{s,t,r}.

[L1]

By Generalized NFA's and their accepted languages, PK(p,q) is the set of words read along paths from p to q whose intermediate states lie in K, with each path segment interpreted through the denotation of its regular-expression label.

[L2]

By The GNFA state-elimination update, eliminating r replaces each surviving label λ(p,q) by λ(p,q)+λ(p,r)(λ(r,r))λ(r,q).

Proof

technique · direct
1.1

Let wPK{r}G(p,q), witnessed by a path p=s0,s1,,sn=q whose intermediate states lie in K{r} and by a factorization w=w1wn,wjL(λ(sj1,sj)). Delete every occurrence of r from the state list, keeping the surviving states in order: p=t0,t1,,tm=q. For each consecutive pair tj1,tj, the deleted portion between them is either empty or consists of one entrance into r, zero or more r-to-r loops, and one exit from r. Therefore the corresponding subword of w lies in the language of the updated label λ(tj1,tj) from [L2]. Using the same surviving-state list and these compressed subwords gives a witness that wPKGr(p,q).

L1L2given
1.2

Conversely, let wPKGr(p,q), witnessed by a surviving-state path p=t0,t1,,tm=q with intermediate states in K and by subwords in the denoted languages of the updated labels λ(tj1,tj). For each such subword, [L2] says that it is either an old direct tj1-to-tj word or a concatenation of an old tj1-to-r word, finitely many old r-to-r words, and an old r-to-tj word. Expanding every updated edge in this way inserts only the eliminated state r between surviving states, so the resulting path in G has all intermediate states in K{r}. Hence wPK{r}G(p,q).

L1L2construct
2.1

Steps 1.1 and 1.2 prove the two inclusions, so the two path languages are equal.

step 1.1step 1.2

Depends on

Used by

Dependency tree · two levels

9 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