Alphabeta Math
ExampleConstruction: AI-generatedVerification: 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.

Constructing an epsilon-NFA for (a+b)abb

Example

After the standard Thompson construction and the obvious epsilon-edge simplifications, one convenient epsilon-NFA for (a+b)abb has states q0,q1,q2,q3, start state q0, accepting state q3, and transitions

q0aq0,q0bq0,q0aq1,q1bq2,q2bq3.

It is an epsilon-NFA because ordinary NFA's are the special case with no ε-moves.

Facts & Assumptions

Given: The displayed machine with start state q0 and accepting state q3.

[L1]

By Every regular expression has an equivalent epsilon-NFA, a regular expression has an equivalent epsilon-NFA.

Verification

technique · direct
1.1

Any word of the form xabb with x{a,b} is accepted: stay in q0 while reading the prefix x, then use the branch q0aq1bq2bq3 on the final three letters.

given
2.1

Conversely, every accepting run must finish with the forced chain q0aq1bq2bq3, because q3 is reached only from q2 by a b-edge and q2 is reached only from q1 by a b-edge. Therefore any accepted word ends in abb, and the earlier letters are exactly the ones read by the two loops at q0.

step 1.1
3.1

Hence this machine recognizes the words ending in abb, which is the language of (a+b)abb. This is the concrete instance promised by [L1].

L1step 1.1step 2.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

5 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