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.

∅⊆x, x⊆x, inclusion is transitive, and x=y if and only if x⊆y and y⊆x

Statement

For all sets x, y and z:

  • (i) ∅⊆x;
  • (ii) x⊆x;
  • (iii) if x⊆y and y⊆z then x⊆z;
  • (iv) x=y if and only if x⊆y and y⊆x.

Facts & Assumptions

Given: sets x, y and z.

[L2]

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

[L3]

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): no t satisfies t∈∅, so the implication "t∈∅ implies t∈x" holds vacuously for every t, which is ∅⊆x.

L1L3
1.2

Claim (ii): every t with t∈x satisfies t∈x, which is x⊆x.

L1
1.3

Claim (iii): assume x⊆y and y⊆z, and let t∈x; then t∈y by the first inclusion and t∈z by the second, so every element of x is an element of z.

L1
1.4

Claim (iv), from right to left: assume x⊆y and y⊆x; for any t, the first inclusion gives that t∈x implies t∈y and the second gives that t∈y implies t∈x, so t∈x holds if and only if t∈y, and therefore x=y.

L1L2
1.5

Claim (iv), from left to right: assume x=y; then t∈x and t∈y are the same statement for every t, so each of x⊆y and y⊆x holds.

L1
2.1

Claims (i) to (iv) are established, which is the statement.

step 1.1step 1.2step 1.3step 1.4step 1.5∎

Depends on

Used by

Dependency tree · two levels

5 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