Alphabeta Math
CorollaryStatement: Literature-sourcedProof: AI-adaptedPipeline-generatedprecheck passjudge pass (gpt-6-sol)audited 2026-09-27
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.

IP is closed under complement

Statement

If L∈IP then its complement L‾ also lies in IP. Consequently IP is closed under complement.

Facts & Assumptions

Given: A language L∈IP.

[A1]

IP=PSPACE: every language in IP lies in PSPACE and every language in PSPACE lies in IP (IP equals PSPACE).

[A2]

If L∈PSPACE then its complement lies in PSPACE; this is closure of deterministic polynomial space under complement (PSPACE equals NPSPACE and is closed under complement).

Proof technique: direct.

Proof

1.1

Since L∈IP, the containment IP⊆PSPACE of [A1] gives L∈PSPACE.

A1given
2.1

In particular there is a deterministic polynomial-space machine M deciding L: it halts on every input with the correct yes or no answer and uses at most p(n) cells for some polynomial p.

step 1.1given
3.1

By [A2] the complement of L lies in PSPACE; concretely, flipping the accept and reject states of the machine M of step 2.1 yields a deterministic polynomial-space machine deciding L‾, since M is total on all inputs.

step 2.1A2construct
4.1

Applying the containment PSPACE⊆IP of [A1] to the language L‾ gives L‾∈IP, which is the claim. This argument uses complementation of a deterministic space-bounded machine and does not claim that complementing an arbitrary interactive protocol preserves completeness or soundness.

step 3.1A1given∎

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

8 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