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 any indexed family the product contains the constant function with value , and has exactly one element
Example
Two families whose products can be shown nonempty by writing an element down, with no choice principle involved.
- Let be any indexed family. Then is an indexed family, and the constant function is an element of . So that product is nonempty for every and every family, even when some is empty.
- Let be any set and let be the family carrying the singleton of the index at each index. Then : its only element is the identity relation on .
Neither construction selects anything: in the first the value is the same set at every index, and in the second the value at is forced to be .
Facts & Assumptions
Given: an indexed family and a set .
an element of is a function with domain that takes its value at each index inside the member carried by that index (The product ).
An indexed family with index set is a function with (An indexed family is a function with domain ; is its range).
holds if and only if (The power set ).
A function is a relation such that and imply (A function is a relation with and implying ; , the value , domain and codomain).
There is exactly one set with no elements, written (There is exactly one set with no elements, written ).
is a function with and for every (If and are functions then is a function with domain and there; is a function with ; and for ).
holds if and only if and (The identity relation and the membership relation ).
, the singleton of , is the set whose only element is (The unordered pair and the singleton ).
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 , ).
holds if and only if for some and some (The Cartesian product ).
holds if and only if for some (, and for ).
Verification
is an indexed family: separating inside with the formula gives a set, which is single valued and has domain ; the ambient set contains each , since every subset of is a subset of .
Similarly is an indexed family, obtained by separating inside , since for .
The constant function is a set, by separating inside ; it is single valued, has domain , and for every . Since , we have for every , so lies in and that product is nonempty.
is a function with domain and , and is the only element of , so . Conversely any in that product has domain and , hence for every , so and are functions with the same domain agreeing everywhere and are equal.
Both products are therefore nonempty, and the second has exactly one element; when both statements agree with the general computation of the empty product, whose single element is the empty function.
Depends on
- 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 \,\}$
- An indexed family $(A_i)_{i \in I}$ is a function with domain $I$; $\{A_i : i \in I\}$ is its range
- The power set $\mathcal{P}(x) = \{\, z : z \subseteq x \,\}$
- 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
- There is exactly one set with no elements, written $\varnothing$
- 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\,\}$
- The unordered pair $\{x,y\}$ and the singleton $\{x\} = \{x,x\}$
- $\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 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)))$
- 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) \,\}$
- Relation, $\operatorname{dom} R$, $\operatorname{ran} R$, $\operatorname{fld} R$, and the specialisations "relation from $A$ to $B$" and "relation on $A$"
- $\varnothing \subseteq x$, $x \subseteq x$, inclusion is transitive, and $x = y$ if and only if $x \subseteq y$ and $y \subseteq x$
- $\bigcup_{i \in I} A_i := \bigcup \{A_i : i \in I\}$, and $\bigcap_{i \in I} A_i := \bigcap \{A_i : i \in I\}$ for $I \neq \varnothing$
- If $f$ and $g$ are functions then $g \circ f$ is a function with domain $f^{-1}[\operatorname{dom} g]$ and $(g \circ f)(x) = g(f(x))$ there; $\Delta_A$ is a function with $\Delta_A(a) = a$; and $f \circ \Delta_A = f = \Delta_B \circ f$ for $f : A \to B$
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: 39 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
- Axiom of choice (Wikipedia) (standard reference, not scraped)
- Cartesian product (Wikipedia) (standard reference, not scraped)
- B. Kaya, MATH 320 Set Theory (METU), Def. 21 and Exercise 13 (standard reference, not scraped)