Alphabeta Math
PropositionStatement: Literature-sourcedProof: AI-generatedPipeline-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-07
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

NC1LNC2 under the page's logspace-uniform circuit convention.

Facts & Assumptions

Given: the uniform circuit and read-only-input machine conventions.

[L1]

An NC1 family has polynomial size, bounded fan-in, logarithmic depth, and logspace uniformity, by AC0, NC1, and NC under a stated uniformity convention.

[L2]

L consists of languages decided with deterministic logarithmic workspace, by The classes L and NL.

Proof

technique · direct
1.1

Let Cn have depth d=O(logn). Evaluate its output by a depth-first walk. Store the current root-to-gate child-choice word (at most d bits), a constant amount of traversal state per current level encoded in that word, and O(logn) 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 O(logn) space; bounded fan-in lets the walk combine the child values. Thus NC1L.

L1L2given
1.2

Let M be a logspace decider. On inputs of length n it has polynomially many configurations, each indexed with O(logn) bits, and its start, accepting, and one-step adjacency predicates are logspace uniform. Boolean matrix squaring computes paths of length at most 2i from those predicates. There are O(logn) squarings, and each Boolean matrix product has bounded-fan-in depth O(logn) and polynomial size, so start-to-accept reachability has depth O(log2n) and polynomial size. The gate indices and wiring are generated in logspace from (n,i,u,v). Hence LNC2.

L1L2givenconstruct
2.1

The two simulations prove both stated containments without storing a logarithmic stack of logarithmic-size gate addresses.

step 1.1step 1.2

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