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 function is a relation with and implying ; , the value , domain and codomain
Definition
A function is a relation such that and imply ; "relation" is as in Relation, , , , and the specialisations "relation from to " and "relation on ".
For there is such a , and by the condition just stated there is only one; denotes that unique , so that holds if and only if and ( if and only if and ).
We write , and say is a function from to , when is a function with and (Subset , proper subset , and the separation notation ); is the domain of and is a codomain for . Equivalently with (The Cartesian product , The Kuratowski ordered pair ).
Remarks
-
The codomain belongs to the declaration, not to the set. A function is a set of ordered pairs, and that set determines its domain and its range but not a codomain: the same satisfies for every containing . So being onto is a property of the declaration rather than of , while being one-to-one is a property of alone. This convention is what makes a function for every at once.
-
Total on its domain by construction. There is no partial function here: if then is not defined, and a function has equal to exactly, not merely included in it.
Depends on
- Relation, $\operatorname{dom} R$, $\operatorname{ran} R$, $\operatorname{fld} R$, and the specialisations "relation from $A$ to $B$" and "relation on $A$"
- 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) \,\}$
- The Kuratowski ordered pair $(a,b) := \{\{a\},\{a,b\}\}$
- $(a,b) = (c,d)$ if and only if $a = c$ and $b = d$
- Subset $x \subseteq y$, proper subset $x \subsetneq y$, and the separation notation $\{\, z \in x : \varphi(z) \,\}$
Used by
- For a nonempty index set I: B ∩ ⋃_i ∈ I Aᵢ = ⋃_i ∈ I (B ∩ Aᵢ), B ∪ ⋂_i ∈ I Aᵢ = ⋂_i ∈ I (B ∪ Aᵢ), X ∖ ⋃_i ∈ I Aᵢ = ⋂_i ∈ I (X ∖ Aᵢ), and X ∖ ⋂_i ∈ I Aᵢ = ⋃_i ∈ I (X ∖ Aᵢ) Corollary
- 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 f : A → B: S ⊆ f⁻¹[f[S]] for every S ⊆ A, with equality for every such S if and only if f is injective; and f[f⁻¹[T]] = T ∩ f[A] for every T ⊆ B, so equality with T holds for every such T if and only if f is surjective Corollary
- A function f and sets S, T with f[S ∩ T] ⊊ f[S] ∩ f[T] Counterexample
- The functor D(X)=X⊔ X on Set is not covariantly representable Counterexample
- Accepting computations of a nondeterministic machine Definition
- Alphabet maps into Δ^* and their induced maps on words Definition
- An indexed family (Aᵢ)_i ∈ I is a function with domain I; {Aᵢ : i ∈ I} is its range Definition
- Binary operation on a set; associativity, commutativity, and a subset closed under the operation Definition
- Category, object, morphism, domain, codomain, identity, composition, and hom-collection Definition
- Choice function Definition
- Column-multilinear, alternating, normalized and antisymmetric functions on square matrices over a commutative ring Definition
- Decision problems, search problems, and function problems Definition
- Dependent multiple choice in finite-level tree form Definition
- Deterministic finite automata Definition
- Deterministic one-tape Turing machines with designated accept and reject states Definition
- Effective binary encodings and total decoders Definition
- Equivalence relation, equivalence class, and the quotient set A/∼ Definition
- Equivariant maps and isomorphisms of group actions Definition
- Finite computation histories, halting computations, and divergence Definition
- Finite probability spaces, outcome weights, events, and event probabilities Definition
- Finite rectangular matrices over a commutative ring, their entries, rows and columns Definition
- Initial tapes and machine-relative halting configurations Definition
- Injection, surjection, bijection Definition
- Lambda terms, beta reduction, and the partial functions they represent Definition
- Monomials on an index set as finitely supported exponent families Definition
- Nondeterministic pushdown automata Definition
- Partial functions computed by a machine under fixed encodings Definition
- Peano system Definition
- Real random variables on finite probability spaces and their finite distributions Definition
- Register programs and RAM programs with unbounded natural-number memory Definition
- Right-infinite tapes as finite-support functions Definition
- The axiom of dependent choice: a relation in which every element is related to something admits an ℕ-indexed chain Definition
- The product ∏_i ∈ I Aᵢ := { f : I → ⋃_i ∈ I Aᵢ ∣ f(i) ∈ Aᵢ for every i ∈ I } Definition
- The serial-relation Dependent Choice principle over ZF Definition
- The set B^A of all functions A → B Definition
- The zero, successor, and projection functions on the natural numbers Definition
- Unbounded minimization and partial recursive functions Definition
- ∅ is a relation on every set, is the unique equivalence relation on ∅, is a function ∅ → B for every B, is a bijection ∅ → ∅, and is not a surjection ∅ → {∅} Example
- A Cartesian product represents X mapstoSet(X,A)timesSet(X,B) Example
…and 30 more results.
Dependency tree · two levels
15 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- B. Kaya, MATH 320 Set Theory (METU), Def. 15 to Def. 17 (standard reference, not scraped)
- C. Wilson, A Brief Introduction to ZFC (Chicago REU 2016), Def. 2.10 (standard reference, not scraped)
- Function (mathematics) (Wikipedia) (standard reference, not scraped)