Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-30
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 product construction gives a DFA for language difference

Statement

Let D1 and D2 be DFA's over the same alphabet Σ, with recognized languages L1 and L2. Then there is a DFA over Σ recognizing L1L2.

Facts & Assumptions

Given: Two DFA's D1=(Q1,Σ,δ1,q1,F1) and D2=(Q2,Σ,δ2,q2,F2) over the same alphabet.

[L1]

For languages over a fixed alphabet, the difference is LK, by Boolean operations on languages over a fixed alphabet.

[L2]

The product construction tracks the two component runs in parallel, by The product construction gives DFA's for union and intersection.

[L3]

A word is accepted exactly when its final state lies in the accepting set, by Acceptance of a word by a DFA and the recognized language.

Proof

technique · direct
1.1

Use the same product machine as in [L2], with state set Q1×Q2, start state (q1,q2), and product transition function. This machine reaches the pair of component states reached by D1 and D2 on the same input word.

L2construct
1.2

Declare a pair (p,r) accepting exactly when pF1 and rF2, that is, take accepting set F:=F1×(Q2F2).

construct
2.1

By step 1.1 and [L3], a word w is accepted by this product machine exactly when D1 accepts w and D2 does not accept w.

L3step 1.1step 1.2
3.1

By [L1], that condition is exactly wL1L2. So the constructed machine recognizes the language difference.

L1step 2.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

7 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