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.
A variable lies in a CYK table cell exactly when it derives that span
Statement
Let be a Chomsky-normal-form grammar, let be a nonempty word, and let be the CYK table of on . Then for every variable and every valid cell ,
Facts & Assumptions
Given: A CNF grammar , a nonempty word , and its CYK table.
By The CYK parsing table and span variables, the cells are defined by terminal productions for and by binary productions together with a split point for .
By One-step derivation and finite derivation in a context-free grammar, means that the sentential form derives the word by finitely many grammar steps.
Proof
We induct on the span length . For , [L1] says that exactly when is a production, and by [L2] that is exactly when .
Assume the claim known for all shorter spans and let . If , then [L1] provides a split and a production with and . By the induction hypothesis, and , so one use of followed by those derivations gives .
Conversely, suppose with . Because is in CNF, the first derivation step from must be a binary production , and the derived word must split at some into a prefix from and a suffix from . The induction hypothesis then gives and , so [L1] places in .
Steps 1.1, 2.1, and 2.2 prove the equivalence for every cell.
Depends on
Used by
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
- Alfred V. Aho, COMS W3261 CS Theory, Lecture 10 (standard reference, not scraped)