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.
NC1 is contained in L, and L is contained in NC2
Statement
under the page's logspace-uniform circuit convention.
Facts & Assumptions
Given: the uniform circuit and read-only-input machine conventions.
An family has polynomial size, bounded fan-in, logarithmic depth, and logspace uniformity, by AC0, NC1, and NC under a stated uniformity convention.
consists of languages decided with deterministic logarithmic workspace, by The classes L and NL.
Proof
Let have depth . Evaluate its output by a depth-first walk. Store the current root-to-gate child-choice word (at most bits), a constant amount of traversal state per current level encoded in that word, and counters. Whenever a gate address is needed, recompute it from the output by replaying the stored choices, using logspace uniformity to obtain each gate record. This uses space; bounded fan-in lets the walk combine the child values. Thus .
Let be a logspace decider. On inputs of length it has polynomially many configurations, each indexed with bits, and its start, accepting, and one-step adjacency predicates are logspace uniform. Boolean matrix squaring computes paths of length at most from those predicates. There are squarings, and each Boolean matrix product has bounded-fan-in depth and polynomial size, so start-to-accept reachability has depth and polynomial size. The gate indices and wiring are generated in logspace from . Hence .
The two simulations prove both stated containments without storing a logarithmic stack of logarithmic-size gate addresses.
Depends on
Used by
Nothing in the library uses this result yet.
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
- Arora and Barak, Computational Complexity: A Modern Approach (standard reference, not scraped)
- Lance Fortnow, Counting Complexity (standard reference, not scraped)