Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-05
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.

Reduction gadgets and interface invariants

Definition

Let source and target languages A,B be equipped with explicit witness relations RA(x,w) and RB(y,z), so that membership means existence of a corresponding witness. Fix a proposed polynomial-time map f between their ambient string spaces in the sense of Polynomial-time many-one reductions.

A reduction gadget is a bounded local piece of f(x) together with a specified way that candidate witnesses may enter, exit, or label its boundary. An interface invariant is the condition imposed on those boundary data so that local choices from neighbouring gadgets are compatible with one global target witness z satisfying RB(f(x),z).

On this page, a gadget proof is regarded as complete only after all of the following have been established.

  1. A total algorithm constructs the target instance from the source instance in polynomial time.
  2. The target size is polynomially bounded in the source size.
  3. Every source witness w with RA(x,w) induces target choices satisfying each gadget's local constraints and the interface invariants.
  4. Every global target witness z with RB(f(x),z) projects back to a source witness because the interface invariants rule out inconsistent local choices.

The gadget language is therefore bookkeeping for the two directions of the iff condition in a many-one reduction, not a substitute for that condition.

Depends on

Used by

Dependency tree · two levels

3 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