Alphabeta Math
PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-12
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.

SAT lies in NP

Statement

The satisfiability language SAT belongs to NP.

Facts & Assumptions

Given: A Boolean formula φ with variables among x1,,xn.

[L1]

The language SAT consists exactly of the encodings of satisfiable Boolean formulas, by Boolean formulas, conjunctive normal form, and the satisfiability language SAT.

[L2]

A language lies in NP when membership can be verified in polynomial time from a polynomially bounded certificate, by The class NP via polynomial-time verifiers and Polynomial-time verifiers with polynomially bounded certificates.

Proof

technique · direct
1.1

Use as certificate a truth assignment a{0,1}n for the variables of φ. Its length is n, so it is linearly bounded by the input size of φ.

L2givenconstruct
2.1

A deterministic verifier can evaluate φ under a by traversing the parse tree of φ once. That takes time polynomial in φ, and by [L1] it accepts exactly when φ is satisfiable. Therefore [L2] gives SATNP.

L1L2step 1.1

Depends on

Used by

Dependency tree · two levels

5 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