Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 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.

Running the basic regular-language decision procedures on small DFA's

Example

Let Deven be the two-state DFA over {0,1} that accepts exactly the words with an even number of 1's, and let Dend1 be the two-state DFA that accepts exactly the words ending in 1.

Facts & Assumptions

Given: The DFA's Deven and Dend1 just described.

[L1]

By DFA membership, emptiness, finiteness, equivalence, and containment are decidable, DFA membership, emptiness, finiteness, equivalence, and containment each have a decision procedure.

Verification

technique · direct
1.1

Membership on the concrete input 1010 returns "yes" for Deven, because the run sees two 1's and finishes in the even-parity state.

given
1.2

The emptiness test returns "nonempty" for both machines, and the finiteness test returns "infinite" for both: Deven accepts ε,00,11,0011,, while Dend1 accepts 1,01,001,.

given
2.1

The equivalence test returns "not equivalent" because εL(Deven) but εL(Dend1). The containment tests also return "no" in both directions, because 1L(Dend1)L(Deven) and 00L(Deven)L(Dend1).

step 1.1step 1.2
3.1

These outcomes match the decision procedures promised by [L1] on an explicit pair of DFA's.

L1step 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