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.

For relations R and S and a set A, the collections { (b,a):(a,b)∈R }, { (a,c):∃b ((a,b)∈R∧(b,c)∈S) } and { (a,b)∈R:a∈A } are sets

Statement

Let R and S be relations and A a set. Then each of

{ (b,a):(a,b)∈R },{ (a,c):∃b ((a,b)∈R∧(b,c)∈S) },{ (a,b)∈R:a∈A }

is a set; the first is included in ran⁡R×dom⁡R, the second in dom⁡R×ran⁡S, and the third in R.

Facts & Assumptions

Given: relations R and S and a set A.

[L2]

dom⁡R:={ a:∃b (a,b)∈R },ran⁡R:={ b:∃a (a,b)∈R } (Relation, dom⁡R, ran⁡R, fld⁡R, and the specialisations "relation from A to B" and "relation on A").

[L3]

z∈A×B holds if and only if z=(a,b) for some a∈A and some b∈B (The Cartesian product A×B:={ z∈P(P(A∪B)):∃a∈A ∃b∈B z=(a,b) }).

[L4]

For any parameters pˉ and any set x, there is a set y whose elements are exactly the elements z of x for which φ(z,pˉ) holds (The Axiom Schema of Separation: for each formula φ, ∀pˉ ∀x ∃y ∀z (z∈y↔(z∈x∧φ(z,pˉ)))).

[L7]

Proof

technique · direct
1.1

If (a,b)∈R then a∈dom⁡R and b∈ran⁡R, so (b,a)∈ran⁡R×dom⁡R; separating inside that product with the formula ∃a ∃b (z=(b,a)∧(a,b)∈R) and the parameter R therefore yields exactly the first collection.

L2L3L4L6L7
1.2

If (a,b)∈R and (b,c)∈S then a∈dom⁡R and c∈ran⁡S, so (a,c)∈dom⁡R×ran⁡S; separating inside that product with the formula ∃a ∃c (z=(a,c)∧∃b ((a,b)∈R∧(b,c)∈S)) and the parameters R and S yields exactly the second collection.

L2L3L4L6L7
1.3

The third collection consists of elements of R, and separating inside R with the formula ∃a ∃b (z=(a,b)∧a∈A) and the parameters A and R yields exactly it; every element of R is an ordered pair, so the formula selects the intended pairs.

L1L4L5L6L7
2.1

All three collections are therefore sets, with the stated inclusions.

step 1.1step 1.2step 1.3∎

Depends on

Used by

Dependency tree · two levels

15 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