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 difference a∖b, the symmetric difference a△b, and the complement X∖a relative to a set X

Definition

Let a and b be sets. The difference of a and b is

a∖b:={ z∈a:z∉b },

a set by The Axiom Schema of Separation: for each formula φ, ∀pˉ ∀x ∃y ∀z (z∈y↔(z∈x∧φ(z,pˉ))) and the only one with those elements by The Axiom of Extensionality: ∀x ∀y (∀z (z∈x↔z∈y)→x=y); so z∈a∖b holds exactly when z∈a and z∉b. The symmetric difference is

a△b:=(a∖b)∪(b∖a),

formed with the binary union of The union ⋃x of a set, and the binary union a∪b:=⋃{a,b}.

When a⊆X (Subset x⊆y, proper subset x⊊y, and the separation notation { z∈x:φ(z) }), the difference X∖a is called the complement of a relative to X. The qualification is not optional: there is no set of all sets (There is no set U with y∈U for every set y), so an absolute complement, the class of all sets not in a, is never a set.

Remarks

  • Difference needs no hypothesis. a∖b is defined for all sets a and b, with no assumption that b⊆a or that the two meet. When they are disjoint, a∖b=a.

  • Symmetric difference collects what lies in exactly one of the two sets. Unfolding the definition, z∈a△b holds exactly when z belongs to a or to b but not to both.

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