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 four-pair relation on with its domain, range, field, inverse, restriction, image and self-composite computed
Example
Write , and ; these are pairwise distinct, since has no element, has exactly the element , and has as an element while does not. Put and
Then is a relation on with
Facts & Assumptions
Given: , , , and as displayed.
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 ; holds if and only if and for some ; and holds if and only if and (The inverse relation , the composite , and the restriction ).
holds if and only if for some (The image and the preimage of a set under a relation).
if and only if and ( if and only if and ).
is the set whose elements are exactly and , and (The unordered pair and the singleton ).
There is exactly one set with no elements, written (There is exactly one set with no elements, written ).
holds if and only if or (, , , , and ).
holds if and only if for some and some (The Cartesian product ).
If every satisfies if and only if , then (The Axiom of Extensionality: ).
Verification
, and are pairwise distinct and has exactly them as elements; every element of is an ordered pair with both coordinates in , so is a relation on , that is .
Reading off first coordinates gives , , , so ; reading off second coordinates gives , , , so ; and the field, being the union of the two, is as well.
Reversing each pair gives ; keeping the pairs whose first coordinate is gives ; and the elements related to or to are , and , so .
For the self-composite, each pair of is matched with every pair of whose first coordinate is : from and comes ; from and the two pairs starting at come and ; from and comes ; and from and the two pairs starting at come and . These six pairs are exactly the displayed .
The domain, range, field, inverse, restriction, image and self-composite are as displayed.
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 inverse relation $R^{-1}$, the composite $S \circ R$, and the restriction $R \restriction A$
- The image $R[A]$ and the preimage $R^{-1}[B]$ of a set under a relation
- The Kuratowski ordered pair $(a,b) := \{\{a\},\{a,b\}\}$
- The unordered pair $\{x,y\}$ and the singleton $\{x\} = \{x,x\}$
- There is exactly one set with no elements, written $\varnothing$
- 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) \,\}$
- $(a,b) = (c,d)$ if and only if $a = c$ and $b = d$
- The union $\bigcup x$ of a set, and the binary union $a \cup b := \bigcup \{a,b\}$
- $\bigcup \varnothing = \varnothing$, $\bigcup \{a\} = a$, $\bigcup \{a,b\} = a \cup b$, $\bigcap \{a\} = a$, and $\bigcap \{a,b\} = a \cap b$
- The Axiom of Extensionality: $\forall x\,\forall y\,(\forall z\,(z \in x \leftrightarrow z \in y) \to x = y)$
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
22 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
- B. Kaya, MATH 320 Set Theory (METU), §2.1 (standard reference, not scraped)
- Binary relation (Wikipedia) (standard reference, not scraped)
- Composition of relations (Wikipedia) (standard reference, not scraped)