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.
If and are functions then is a function with domain and there; is a function with ; and for
Statement
Let and be functions and let , be sets. Then
- (i) is a function, , and for every in that domain;
- (ii) is a function with and for every ;
- (iii) if then and .
Facts & Assumptions
Given: functions and , and sets , .
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 and for some (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).
holds if and only if and (The identity relation and the membership relation ).
if is a relation from to , then and (, , , , and for a relation from to ).
Proof
Claim (i), single-valuedness: is a relation, and if and both lie in it, there are and with and ; single-valuedness of gives , and then single-valuedness of gives .
Claim (ii): if and lie in then , so is a function; its domain is , because exactly for , and its value at is .
Claim (iii): a function has and , so it is a relation from to , and the identity laws for relations apply verbatim.
Claim (i), domain and values: holds exactly when there are and with and , that is, exactly when and ; and that is exactly the condition . For such an the pair lies in , so by step 1.1.
Claims (i), (ii) and (iii) 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 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
- Relation, $\operatorname{dom} R$, $\operatorname{ran} R$, $\operatorname{fld} R$, and the specialisations "relation from $A$ to $B$" and "relation on $A$"
- The identity relation $\Delta_A = \{\,(a,b) \in A \times A : a = b\,\}$ and the membership relation $\in_A\, = \{\,(a,b) \in A \times A : a \in b\,\}$
- $T \circ (S \circ R) = (T \circ S) \circ R$, $(S \circ R)^{-1} = R^{-1} \circ S^{-1}$, $(R^{-1})^{-1} = R$, $\operatorname{dom}(R^{-1}) = \operatorname{ran} R$, and $\Delta_B \circ R = R = R \circ \Delta_A$ for a relation $R$ from $A$ to $B$
Used by
- For f : A → B with A ≠ ∅: f is injective if and only if there is g : B → A with g ∘ f = Δ_A; for A = ∅ the empty function is injective and has a left inverse if and only if B = ∅ Corollary
- For any indexed family the product ∏_i ∈ I P(Xᵢ) contains the constant function with value ∅, and ∏_i ∈ I {i} has exactly one element Example
- FALSE: assuming ZF is consistent, ZF proves that every surjection f : A → B has a right inverse g : B → A with f ∘ g = Δ_B False statement
- For f : A → B and g : B → C: if both are injective so is g ∘ f; if both are surjective so is g ∘ f; if g ∘ f is injective so is f; and if g ∘ f is surjective so is g Proposition
- The Axiom of Choice is stated on this page and assumed by no proof on it; the two statements that would need it are identified and left unsettled Remark
- Every function f : A → B factors as f = ι ∘ bar f ∘ π with π : A → A/ker f the surjective quotient map, bar f : A/ker f → f[A] the bijection [a] ↦ f(a), and ι : f[A] → B the inclusion injection; bar f is the only function making the factorisation hold Theorem
- f : A → B is a bijection if and only if there is a function g : B → A with g ∘ f = Δ_A and f ∘ g = Δ_B; such a g is unique, equals the inverse relation f⁻¹, and is itself a bijection Theorem
- Let ∼ be an equivalence relation on A with quotient map π : A → A/∼, and let f : A → B. There is a function g : A/∼ → B with g ∘ π = f if and only if a ∼ a' implies f(a) = f(a'); and such a g is then unique Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 23 results over 11 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), Lemma 5 and Exercise 11 (standard reference, not scraped)
- Function composition (Wikipedia) (standard reference, not scraped)
- Function (mathematics) (Wikipedia) (standard reference, not scraped)