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 two-to-one function on a four-element set, its kernel, the quotient, and the canonical factorisation computed explicitly
Example
Write , , and ; these four are pairwise distinct. Put and , and let
so takes the value twice and the value twice. Then
and the canonical factorisation has , , , , and .
Facts & Assumptions
Given: , , and as displayed.
is a set, is a relation on , and is an equivalence relation on (For a function the relation is an equivalence relation on ).
there is a function with for every , and it is a bijection (Every function factors as with the surjective quotient map, the bijection , and the inclusion injection; is the only function making the factorisation hold).
A function is a relation such that and imply (A function is a relation with and implying ; , the value , domain and codomain).
holds if and only if for some (The image and the preimage of a set under a relation).
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 ).
is surjective (onto) if for every there is some with (Injection, surjection, bijection).
holds if and only if or (, , , , and ).
if and only if and ( if and only if and ).
Verification
The four sets are pairwise distinct: has no element; and each have exactly one, namely and respectively, which differ; and has both and , so it differs from all three. Hence has exactly four elements and exactly two.
is a function : its four pairs have distinct first coordinates, so it is single valued; its domain is and its range is . It is surjective, since and , so .
is as displayed: a pair of elements of lies in it exactly when , and takes the value exactly at and , and the value exactly at and ; so the pairs are those with both coordinates in or both in . By the general lemma it is an equivalence relation on .
The classes are and , so has exactly the two elements and , and the quotient map sends and to the first and and to the second.
The canonical factorisation is as displayed: sends to and to , and it is a bijection onto ; the inclusion is the identity on because ; and composing gives back .
Depends on
- For a function $f : A \to B$ the relation $\ker f := \{\,(a,a') \in A \times A : f(a) = f(a')\,\}$ is an equivalence relation on $A$
- Every function $f : A \to B$ factors as $f = \iota \circ \bar f \circ \pi$ with $\pi : A \to A/{\ker f}$ the surjective quotient map, $\bar f : A/{\ker f} \to f[A]$ the bijection $[a] \mapsto f(a)$, and $\iota : f[A] \to B$ the inclusion injection; $\bar f$ is the only function making the factorisation hold
- 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
- Equivalence relation, equivalence class, and the quotient set $A/{\sim}$
- The image $R[A]$ and the preimage $R^{-1}[B]$ of a set under a relation
- The unordered pair $\{x,y\}$ and the singleton $\{x\} = \{x,x\}$
- There is exactly one set with no elements, written $\varnothing$
- Injection, surjection, bijection
- $\bigcup \varnothing = \varnothing$, $\bigcup \{a\} = a$, $\bigcup \{a,b\} = a \cup b$, $\bigcap \{a\} = a$, and $\bigcap \{a,b\} = a \cap b$
- The union $\bigcup x$ of a set, and the binary union $a \cup b := \bigcup \{a,b\}$
- $(a,b) = (c,d)$ if and only if $a = c$ and $b = d$
- 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: 37 results over 17 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
- Equivalence relation (Wikipedia) (standard reference, not scraped)
- B. Kaya, MATH 320 Set Theory (METU), §3.2 (standard reference, not scraped)
- Kernel (set theory) (Wikipedia) (standard reference, not scraped)