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 bounded reachability recursion for directed paths of length at most 2^i
Definition
Let be a finite digraph in the sense of Multigraphs, loops and directed graphs as variants distinct from the default finite simple graph, let , and let . Define the predicate recursively by
and, for ,
This is the bounded reachability recursion. Its intended meaning is that asks whether there is a directed path from to of length at most .
Remarks
- The level allows equality as well as one legal arc, so it captures paths of lengths and exactly.
- The recursive step halves the permitted path-length scale.
Depends on
Used by
- A four-vertex digraph where the bounded reachability recursion finds a path via a midpoint Example
- FALSE: Savitch's algorithm stores the whole configuration graph False statement
- The bounded reachability recursion is correct Lemma
- The bounded reachability recursion uses logarithmic recursion depth Lemma
- Savitch's theorem: NSPACE(s(n)) is contained in DSPACE(s(n)²) Theorem
Dependency tree · two levels
3 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
- Eric Blais, Models of Computation, 17. Space Complexity (standard reference, not scraped)
- Sanjeev Arora and Boaz Barak, Computational Complexity: A Modern Approach (standard reference, not scraped)