Alphabeta Math
PropositionStatement: 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.

Union and intersection are commutative, associative, idempotent and absorptive; a∪∅=a, a∩∅=∅, a∖∅=a, a∖a=∅; and a⊆b if and only if a∪b=b, if and only if a∩b=a, if and only if a∖b=∅

Statement

For all sets a, b and c:

  • (i) a∪b=b∪a and a∩b=b∩a;
  • (ii) (a∪b)∪c=a∪(b∪c) and (a∩b)∩c=a∩(b∩c);
  • (iii) a∪a=a and a∩a=a;
  • (iv) a∪(a∩b)=a and a∩(a∪b)=a;
  • (v) a∪∅=a, a∩∅=∅, a∖∅=a and a∖a=∅;
  • (vi) a⊆b, a∪b=b, a∩b=a and a∖b=∅ are equivalent.

Facts & Assumptions

Given: sets a, b and c.

[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)).

[L6]

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

Proof

technique · direct
1.1

Claim (i): z∈a∪b holds exactly when z∈a or z∈b, which is the same condition as z∈b or z∈a, so a∪b and b∪a have the same elements; the same argument with "and" in place of "or" gives a∩b=b∩a.

L1L2L5
1.2

Claim (ii): z∈(a∪b)∪c holds exactly when z∈a or z∈b or z∈c, in either bracketing, so the two sides have the same elements; replacing "or" by "and" throughout gives the statement for intersection.

L1L2L5
1.3

Claim (iii): z∈a∪a holds exactly when z∈a or z∈a, and z∈a∩a exactly when z∈a and z∈a; both conditions are z∈a.

L1L2L5
1.4

Claim (iv): z∈a∪(a∩b) holds exactly when z∈a, or z∈a and z∈b, which holds exactly when z∈a; and z∈a∩(a∪b) exactly when z∈a, and z∈a or z∈b, which again holds exactly when z∈a.

L1L2L5
1.5

Claim (v): z∈a∪∅ exactly when z∈a or z∈∅, and the second alternative never holds, so this is z∈a; z∈a∩∅ requires z∈∅, so a∩∅ has no elements; z∈a∖∅ exactly when z∈a and z∉∅, and the second condition always holds; z∈a∖a requires z∈a and z∉a, so a∖a has no elements.

L1L2L3L5L6
1.6

Claim (vi), that a⊆b and a∪b=b are equivalent: if a⊆b then z∈a∪b, which says z∈a or z∈b, holds exactly when z∈b, so a∪b=b; conversely if a∪b=b and z∈a, then z∈a∪b=b.

L1L4L5
1.7

Claim (vi), that a⊆b and a∩b=a are equivalent: if a⊆b then z∈a∩b, which says z∈a and z∈b, holds exactly when z∈a, so a∩b=a; conversely if a∩b=a and z∈a, then z∈a∩b, so z∈b.

L2L4L5
1.8

Claim (vi), that a⊆b and a∖b=∅ are equivalent: if a⊆b then no z satisfies z∈a and z∉b, so a∖b has no elements; conversely if a∖b=∅ and z∈a, then z∉b is impossible, so z∈b.

L3L4L6
2.1

Claims (i) to (vi) are established, and the four conditions of (vi) are equivalent because each of the last three was shown equivalent to the first.

step 1.1step 1.2step 1.3step 1.4step 1.5step 1.6step 1.7step 1.8∎

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

12 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