Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableverified 2026-08-06 (claude-opus-5)
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.

The first-order language of set theory: ∈, =, formulas with parameters, and class abbreviations

Definition

The language of set theory is first-order logic with equality whose only non-logical symbol is a binary relation symbol ∈. Its terms are the variables x,y,z,…; its atomic formulas are x∈y and x=y; and its formulas are built from atomic formulas by the connectives ¬, ∧, ∨, →, ↔ and the quantifiers ∀x and ∃x. Each axiom stated on this page is a sentence of this language, and no other vocabulary occurs in any of them.

Two conventions of ordinary first-order logic are in force throughout.

  • The domain of discourse is nonempty: ∃x (x=x) is logically valid, so some object exists before any axiom is assumed.
  • Every object of the domain is a set. There are no urelements, so "z" and "the set z" say the same thing.

We write x≠y for ¬(x=y) and x∉y for ¬(x∈y); we abbreviate ∀z (z∈x→φ) by ∀z∈x φ and ∃z (z∈x∧φ) by ∃z∈x φ; and we abbreviate ∃w (ψ(w)∧∀v (ψ(v)→v=w)) by ∃!w ψ(w), read "there is exactly one w with ψ(w)".

A formula is written φ(z,pˉ) when its free variables are among z and the variables of the list pˉ=p1,…,pn; the pi are its parameters. Parameters matter because an axiom schema ranges over formulas, and a formula may mention sets already in hand.

A class abbreviation { z:φ(z,pˉ) } is not a term of the language. It is notation for the formula φ itself, and a sentence written with it abbreviates a sentence that does not use it:

  • w∈{ z:φ(z,pˉ) } abbreviates φ(w,pˉ);
  • "{ z:φ(z,pˉ) } is a set" abbreviates ∃y ∀z (z∈y↔φ(z,pˉ)).

Every formula has a class abbreviation, and whether that abbreviation is a set is a separate question; answering it affirmatively always requires an axiom.

Remarks

Used by

Dependency tree · 0 levels

Nothing. This result depends on no other item in the library.

Sources