Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passverified 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.

⋃∅=∅, ⋃{a}=a, ⋃{a,b}=a∪b, ⋂{a}=a, and ⋂{a,b}=a∩b

Statement

For all sets a and b:

  • (i) ⋃∅=∅;
  • (ii) ⋃{a}=a;
  • (iii) ⋃{a,b}=a∪b, and z∈a∪b holds if and only if z∈a or z∈b;
  • (iv) ⋂{a}=a;
  • (v) ⋂{a,b}=a∩b, and z∈a∩b holds if and only if z∈a and z∈b.

The equalities in (iii) and (v) are the definitions of a∪b and a∩b written out; what is proved about them here is the membership criterion beside each.

Facts & Assumptions

Given: sets a and b.

[L1]

⋃x is the set whose elements are exactly the elements of the elements of x, and a∪b:=⋃{a,b} (The union ⋃x of a set, and the binary union a∪b:=⋃{a,b}).

[L2]

For x≠∅, ⋂x is the set whose elements are exactly the sets belonging to every element of x, and a∩b:=⋂{a,b} (The intersection ⋂x of a nonempty set, the binary intersection a∩b:=⋂{a,b}, and disjointness).

[L3]

{x,y} is the set whose elements are exactly x and y, and {x}:={x,x} (The unordered pair {x,y} and the singleton {x}={x,x}).

[L4]

There is exactly one set with no elements, written ∅ (There is exactly one set with no elements, written ∅).

[L5]

If every z satisfies z∈x if and only if z∈y, then x=y (The Axiom of Extensionality: ∀x ∀y (∀z (z∈x↔z∈y)→x=y)).

Proof

technique · direct
1.1

Claim (i): z∈⋃∅ requires a member s of ∅ with z∈s, and ∅ has no members, so ⋃∅ has no elements and is therefore ∅.

L1L4
1.2

Claim (ii): z∈⋃{a} requires a member s of {a} with z∈s, and the only member of {a} is a, so z∈⋃{a} holds exactly when z∈a.

L1L3
1.3

Claim (iii): a∪b is ⋃{a,b} by definition, and z∈⋃{a,b} requires a member s of {a,b} with z∈s; the members of {a,b} are a and b, so z∈a∪b holds exactly when z∈a or z∈b.

L1L3
1.4

Claim (iv): {a} is nonempty since a is a member, and z∈⋂{a} holds exactly when z belongs to every member of {a}, that is, exactly when z∈a.

L2L3
1.5

Claim (v): a∩b is ⋂{a,b} by definition, {a,b} is nonempty, and z∈⋂{a,b} holds exactly when z belongs to every member of {a,b}; the members are a and b, so z∈a∩b holds exactly when z∈a and z∈b.

L2L3
2.1

In each of the five claims the elements of the two sides have been shown to satisfy the same condition, so the sets are equal, which is the statement.

L5step 1.1step 1.2step 1.3step 1.4step 1.5∎

Depends on

Used by

Dependency tree · two levels

10 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