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

Formal proofs from sentence theories

Definition

Fix a set signature L and a set T of L-sentences, as in Theories, models and semantic consequence. Use exactly the finite syntax of Terms and formulas as finite set codes: negation, conjunction and existential quantification are primitive. In particular, xϕ abbreviates ¬x¬ϕ and ϕψ abbreviates ¬(ϕ¬ψ). Equality below between displayed formulas means equality after expansion of these abbreviations, not equivalence under first-order semantics.

The logical axioms are all instances of the following schemes. Terms are arbitrary L-terms and formulas may have free variables. Substitution and the free-for condition are those of Free variables and free-for substitution.

  1. Every propositional tautology instance: substitute formulas for the letters of a finite Boolean expression whose value is true for every Boolean valuation. Expand Boolean abbreviations first. A quantified subformula may be substituted as a whole; first-order validity is not the definition of a tautology here.
  2. xϕϕ[t/x], when t is free for x in ϕ.
  3. x(ϕψ)(ϕxψ), when xFV(ϕ).
  4. ϕ[t/x]xϕ, when t is free for x in ϕ.
  5. t=t.
  6. s=t(ϕ[s/x]ϕ[t/x]), when both s and t are free for x in ϕ.

There are exactly three inference rules:

  • Modus ponens: from ϕ and ϕψ, infer ψ.
  • Universal generalization: from ϕ, infer xϕ.
  • Restricted existential elimination: from ϕψ, infer xϕψ, provided xFV(ψ).

A formal derivation from T is a nonempty finite list of formulas, with each line annotated as an assumption in T, a displayed axiom instance, or an application of one of these rules to specified earlier line indices. Rule parameters and substitution data are part of the finite annotation. Write Tθ when such a derivation ends with θ, and θ when T=. All formulas, finite annotations and finite lists range over sets; imposing the displayed line conditions therefore specifies a set of proof codes, without a choice principle.

The premise that T consists of sentences matters. For the same formal line rules applied to additional open assumptions, semantic soundness and discharge require restrictions: a generalized or existentially eliminated variable must not occur free in the undischarged assumptions on which that line depends. The sentence deduction theorem automatically satisfies this restriction; an open-assumption deduction theorem must check both rules.

Existential introduction is an axiom scheme, not a consequence silently imported from completeness. Neither replacement inside an existential quantifier nor quantified double-negation equivalence is part of the syntax convention; each must be derived from these rules when used. Soundness, deduction, fresh-constant proof transformations and completeness are separate proof obligations for this specified calculus. Domains are nonempty, as in the structure convention; no model-existence theorem is assumed here.

Depends on

Used by

Dependency tree · two levels

7 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