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 and and a set , the collections , and are sets
Statement
Let and be relations and a set. Then each of
is a set; the first is included in , the second in , and the third in .
Facts & Assumptions
Given: relations and and a set .
A relation is a set every element of which is an ordered pair (Relation, , , , and the specialisations "relation from to " and "relation on ").
holds if and only if for some and some (The Cartesian product ).
For any parameters and any set , there is a set whose elements are exactly the elements of for which holds (The Axiom Schema of Separation: for each formula , ).
means that every element of is an element of (Subset , proper subset , and the separation notation ).
Proof
If then and , so ; separating inside that product with the formula and the parameter therefore yields exactly the first collection.
If and then and , so ; separating inside that product with the formula and the parameters and yields exactly the second collection.
The third collection consists of elements of , and separating inside with the formula and the parameters and yields exactly it; every element of is an ordered pair, so the formula selects the intended pairs.
All three collections are therefore sets, with the stated inclusions.
Depends on
- Relation, $\operatorname{dom} R$, $\operatorname{ran} R$, $\operatorname{fld} R$, and the specialisations "relation from $A$ to $B$" and "relation on $A$"
- The Cartesian product $A \times B := \{\, z \in \mathcal{P}(\mathcal{P}(A \cup B)) : \exists a \in A\ \exists b \in B\ z = (a,b) \,\}$
- The Axiom Schema of Separation: for each formula $\varphi$, $\forall \bar p\,\forall x\,\exists y\,\forall z\,(z \in y \leftrightarrow (z \in x \wedge \varphi(z,\bar p)))$
- Every relation $R$ satisfies $R \subseteq \operatorname{dom} R \times \operatorname{ran} R$, and $R$ is a relation from $A$ to $B$ if and only if $\operatorname{dom} R \subseteq A$ and $\operatorname{ran} R \subseteq B$
- The Kuratowski ordered pair $(a,b) := \{\{a\},\{a,b\}\}$
- Subset $x \subseteq y$, proper subset $x \subsetneq y$, and the separation notation $\{\, z \in x : \varphi(z) \,\}$
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 19 results over 9 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- B. Kaya, MATH 320 Set Theory (METU), Def. 9, Def. 12 and Def. 19 (standard reference, not scraped)
- Composition of relations (Wikipedia) (standard reference, not scraped)
- Binary relation (Wikipedia) (standard reference, not scraped)