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 and : , , , and
Statement
Let and let . Then
Facts & Assumptions
Given: a function and subsets of .
holds if and only if for some (The image and the preimage of a set under a relation).
We write , and say is a function from to , when is a function with and (A function is a relation with and implying ; , the value , domain and codomain).
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 ).
If every satisfies if and only if , then (The Axiom of Extensionality: ).
means that every element of is an element of (Subset , proper subset , and the separation notation ).
Proof
Membership criterion: for any , holds exactly when and . Indeed says for some , and says and .
First identity: exactly when and or , which is exactly or .
Second identity: exactly when and lies in both and , which is exactly and .
Third identity: exactly when , and ; the last two conditions say and , since for membership in is exactly .
Fourth identity: exactly when , and ; the condition is automatic because , so this says and .
The four identities are established, which is the statement.
Depends on
- A function is a relation $f$ with $(a,b) \in f$ and $(a,c) \in f$ implying $b = c$; $f : A \to B$, the value $f(a)$, domain and codomain
- The image $R[A]$ and the preimage $R^{-1}[B]$ of a set under a relation
- $\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$
- 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$"
- Subset $x \subseteq y$, proper subset $x \subsetneq y$, and the separation notation $\{\, z \in x : \varphi(z) \,\}$
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: 25 results over 12 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
- Image (mathematics) (Wikipedia) (standard reference, not scraped)
- B. Kaya, MATH 320 Set Theory (METU), §2.2 (standard reference, not scraped)
- Algebra of sets (Wikipedia) (standard reference, not scraped)