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

PNPcoNP

Statement

Every language in P belongs to both NP and coNP.

Facts & Assumptions

Given: A language L{0,1} in P.

[L1]

LP means that some deterministic Turing machine decides L in polynomial time, by The class P.

[L2]

LNP means that L has a polynomial-time verifier with polynomially bounded certificates, by The class NP via polynomial-time verifiers and Polynomial-time verifiers with polynomially bounded certificates.

[L3]

LcoNP means that the complement of L belongs to NP, by The class coNP.

Proof

technique · direct
1.1

By [L1], choose a polynomial-time decider D for L. Use the empty certificate u=ε and define the verifier relation RL by (x,ε)RL exactly when D accepts x, with no other certificates allowed. Then the paired language for RL is decidable in polynomial time by running D on the first component and checking that the second component is empty. Thus [L2] gives LNP.

L1L2givenconstruct
2.1

Swap the accepting and rejecting halting states of D to obtain a polynomial-time decider for the complement {0,1}L. Repeating step 1.1 with the same empty-certificate idea shows that the complement belongs to NP. Therefore [L3] gives LcoNP.

L1L2L3step 1.1construct
3.1

Steps 1.1 and 2.1 show that every language in P lies in NPcoNP.

step 1.1step 2.1

Depends on

Used by

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