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.
, , , implies , and
Statement
Let and be relations and , sets. Then
- (i) ;
- (ii) ;
- (iii) ;
- (iv) if then ;
- (v) .
Facts & Assumptions
Given: relations and and sets , .
holds if and only if for some (The image and the preimage of a set under a relation).
holds if and only if and for some (The inverse relation , the composite , and the restriction ).
holds if and only if or (, , , , and ).
holds if and only if and (, , , , and ).
holds exactly when and (The difference , the symmetric difference , and the complement relative to a set ).
means that every element of is an element of (Subset , proper subset , and the separation notation ).
If every satisfies if and only if , then (The Axiom of Extensionality: ).
A relation is a set every element of which is an ordered pair (Relation, , , , and the specialisations "relation from to " and "relation on ").
Proof
Claim (i): exactly when for some with or ; that is exactly when for some , or for some , which is .
Claim (ii): if then for some lying in both and ; that same witnesses and .
Claim (iii): if then for some , and no element of is related to ; in particular that is not in , so and .
Claim (iv): if and then for some , and that lies in .
Claim (v): exactly when for some , that is, exactly when there are and with and ; and that says exactly that for some , which is .
Claims (i) to (v) are established, which is the statement.
Depends on
- The image $R[A]$ and the preimage $R^{-1}[B]$ of a set under a relation
- The inverse relation $R^{-1}$, the composite $S \circ R$, and the restriction $R \restriction A$
- $\bigcup \varnothing = \varnothing$, $\bigcup \{a\} = a$, $\bigcup \{a,b\} = a \cup b$, $\bigcap \{a\} = a$, and $\bigcap \{a,b\} = a \cap b$
- The difference $a \setminus b$, the symmetric difference $a \triangle b$, and the complement $X \setminus a$ relative to a set $X$
- Subset $x \subseteq y$, proper subset $x \subsetneq y$, and the separation notation $\{\, z \in x : \varphi(z) \,\}$
- The Axiom of Extensionality: $\forall x\,\forall y\,(\forall z\,(z \in x \leftrightarrow z \in y) \to x = y)$
- Relation, $\operatorname{dom} R$, $\operatorname{ran} R$, $\operatorname{fld} R$, and the specialisations "relation from $A$ to $B$" and "relation on $A$"
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 23 results over 13 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. 7 and Lemma 2 (standard reference, not scraped)
- Image (mathematics) (Wikipedia) (standard reference, not scraped)
- Composition of relations (Wikipedia) (standard reference, not scraped)