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.
is a relation on every set, is the unique equivalence relation on , is a function for every , is a bijection , and is not a surjection
Example
The empty set does the work of five different objects at once.
- is a relation, and a relation on for every set ; its domain, range and field are all .
- is the only relation on , and it is an equivalence relation on ; so carries exactly one equivalence relation.
- is a function for every set , and it is the only one.
- is a bijection .
- is not a surjection , even though it is an injective function .
The last two together are the reason a codomain belongs to the declaration rather than to the set : one and the same set is a bijection under one declaration and a non-surjection under another. The empty function is also the unique element of the empty product.
Facts & Assumptions
Given: the set and arbitrary sets and .
A relation is a set every element of which is an ordered pair (Relation, , , , and the specialisations "relation from to " and "relation on ").
A function is a relation such that and imply (A function is a relation with and implying ; , the value , domain and codomain).
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).
is injective (one-to-one) if implies , for all (Injection, surjection, bijection).
is surjective (onto) if for every there is some with (Injection, surjection, bijection).
A binary relation on is an equivalence relation when it is reflexive, symmetric and transitive (Equivalence relation, equivalence class, and the quotient set ).
is reflexive on when for every (Reflexive, irreflexive, symmetric, asymmetric, antisymmetric, transitive, and connex relations on a set).
There is exactly one set with no elements, written (There is exactly one set with no elements, written ).
, the singleton of , is the set whose only element is (The unordered pair and the singleton ).
if and only if or (, , , ; if and only if or ; and for nonempty and , if and only if and ).
means that every element of is an element of (Subset , proper subset , and the separation notation ).
holds if and only if for some and some (The Cartesian product ).
an element of is a function with domain that takes its value at each index inside the member carried by that index (The product ).
Verification
has no elements, so "every element is an ordered pair" holds vacuously and is a relation; for every , so it is a relation on every set; and no set satisfies the defining conditions for its domain or its range, so both are , hence so is its field.
A relation on is a subset of , which is , so is the only one. It is reflexive on , symmetric and transitive, since each condition quantifies over elements of ; hence it is the unique equivalence relation on .
is single valued vacuously, has domain and range , so for every ; and any function with domain has no elements, so it is .
As a function it is injective, since the injectivity condition quantifies over elements of the domain, and surjective, since the surjectivity condition quantifies over elements of the codomain and has none; so it is a bijection.
As a function it is still injective, for the same reason, but not surjective: is an element of and no element of the domain is sent to it.
The empty function is the unique element of the empty product: , and its one element is a function with domain .
All five descriptions hold of the single set , and the last two differ only in the declared codomain.
Depends on
- Relation, $\operatorname{dom} R$, $\operatorname{ran} R$, $\operatorname{fld} R$, and the specialisations "relation from $A$ to $B$" and "relation on $A$"
- 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
- Injection, surjection, bijection
- Equivalence relation, equivalence class, and the quotient set $A/{\sim}$
- Reflexive, irreflexive, symmetric, asymmetric, antisymmetric, transitive, and connex relations on a set
- There is exactly one set with no elements, written $\varnothing$
- The unordered pair $\{x,y\}$ and the singleton $\{x\} = \{x,x\}$
- The product $\prod_{i \in I} A_i := \{\, f : I \to \bigcup_{i \in I} A_i \ \mid\ f(i) \in A_i \text{ for every } i \in I \,\}$
- $\prod_{i \in \varnothing} A_i = \{\varnothing\}$; if $A_j = \varnothing$ for some $j \in I$ then $\prod_{i \in I} A_i = \varnothing$; and for $I = \{j\}$ the evaluation $f \mapsto f(j)$ is a bijection $\prod_{i \in I} A_i \to A_j$
- 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 \times (B \cup C) = (A \times B) \cup (A \times C)$, $A \times (B \cap C) = (A \times B) \cap (A \times C)$, $A \times (B \setminus C) = (A \times B) \setminus (A \times C)$, $(A \cap B) \times (C \cap D) = (A \times C) \cap (B \times D)$; $A \times B = \varnothing$ if and only if $A = \varnothing$ or $B = \varnothing$; and for nonempty $A$ and $B$, $A \times B \subseteq C \times D$ if and only if $A \subseteq C$ and $B \subseteq D$
- 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: 37 results over 15 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), Exercise 9 (standard reference, not scraped)
- Equivalence relation (Wikipedia) (standard reference, not scraped)
- Empty function (Wikipedia) (standard reference, not scraped)