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 sets and the collection of all functions is a set, being a subset of
Statement
Let and be sets. Then there is a set whose elements are exactly the functions , and it is a subset of .
Facts & Assumptions
Given: sets and .
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).
For a relation , if and only if and (Every relation satisfies , and is a relation from to if and only if and ).
holds if and only if (The power set ).
For any parameters and any set , there is a set whose elements are exactly the elements of for which holds (The Axiom Schema of Separation: for each formula , ).
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 ).
Proof
A function is a relation with and , so and therefore .
Separating inside with the formula saying that is a function and , with parameters and , gives a set whose elements are exactly those elements of that are functions ; by step 1.1 every function is such an element, so that set has exactly the intended elements and is included in .
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 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 power set $\mathcal{P}(x) = \{\, z : z \subseteq x \,\}$
- The Axiom Schema of Separation: for each formula $\varphi$, $\forall \bar p\,\forall x\,\exists y\,\forall z\,(z \in y \leftrightarrow (z \in x \wedge \varphi(z,\bar p)))$
- Subset $x \subseteq y$, proper subset $x \subsetneq y$, and the separation notation $\{\, z \in x : \varphi(z) \,\}$
- Every relation $R$ satisfies $R \subseteq \operatorname{dom} R \times \operatorname{ran} R$, and $R$ is a relation from $A$ to $B$ if and only if $\operatorname{dom} R \subseteq A$ and $\operatorname{ran} R \subseteq B$
Used by
- The set B^A of all functions A → B Definition
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 21 results over 9 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), §2.2 (standard reference, not scraped)
- Function (mathematics) (Wikipedia) (standard reference, not scraped)
- Power set (Wikipedia) (standard reference, not scraped)