Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablePipeline-generatedjudge 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.

NumberSAT

Definition

An input to NumberSAT is well formed when it encodes a Boolean formula φ together with an ordered list (x1,,xn) of distinct variables and every variable occurring in φ appears in that list. Its value is the exact number of assignments a:{x1,,xn}{0,1} that satisfy φ. Declared variables count even when unused, so the count ranges over all 2n assignments to the list. Every input not having this form is malformed and has value zero.

Used by

Dependency tree · 0 levels

Nothing. This result depends on no other item in the library.

Sources