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 a nonempty index set : , , , and
Statement
Let be an indexed family with and let and be sets. Then , and are indexed families with index set , and
Facts & Assumptions
Given: an indexed family with , and sets and .
(, and for ).
An indexed family with index set is a function with (An indexed family is a function with domain ; is its range).
for a set with ( and ; and for a nonempty set , and ).
for a set with ( and ; and for a nonempty set , and ).
holds exactly when and (The difference , the symmetric difference , and the complement relative to a set ).
If every satisfies if and only if , then (The Axiom of Extensionality: ).
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 , ).
holds if and only if for some and some (The Cartesian product ).
A function is a relation such that and imply (A function is a relation with and implying ; , the value , domain and codomain).
Proof
The three derived families exist. Each is a subset of , so separating inside with the formula gives a set; it is a function, since the value at each is determined, and its domain is . The same construction inside and inside gives and .
Write , which is and is nonempty because is. The range of is exactly , since the values of the derived family are the sets with and the elements of are exactly the with ; the same holds for the other two derived families.
Substituting into the family laws for therefore gives all four identities: the indexed operations are by definition the primitive and applied to the range of the family concerned, and step 2.1 identifies those ranges with the sets appearing in the laws.
The derived families exist and the four identities hold, which is the statement.
Depends on
- $\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$
- $X \setminus (a \cup b) = (X \setminus a) \cap (X \setminus b)$ and $X \setminus (a \cap b) = (X \setminus a) \cup (X \setminus b)$; and for a nonempty set $F$, $X \setminus \bigcup F = \bigcap \{\, X \setminus a : a \in F \,\}$ and $X \setminus \bigcap F = \bigcup \{\, X \setminus a : a \in F \,\}$
- $a \cap (b \cup c) = (a \cap b) \cup (a \cap c)$ and $a \cup (b \cap c) = (a \cup b) \cap (a \cup c)$; and for a nonempty set $F$, $a \cap \bigcup F = \bigcup \{\, a \cap b : b \in F \,\}$ and $a \cup \bigcap F = \bigcap \{\, a \cup b : b \in F \,\}$
- An indexed family $(A_i)_{i \in I}$ is a function with domain $I$; $\{A_i : i \in I\}$ is its range
- The difference $a \setminus b$, the symmetric difference $a \triangle b$, and the complement $X \setminus a$ relative to a set $X$
- The Axiom of Extensionality: $\forall x\,\forall y\,(\forall z\,(z \in x \leftrightarrow z \in y) \to x = y)$
- Relation, $\operatorname{dom} R$, $\operatorname{ran} R$, $\operatorname{fld} R$, and the specialisations "relation from $A$ to $B$" and "relation on $A$"
- 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)))$
- 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) \,\}$
- 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
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: 28 results over 12 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
- De Morgan's laws (Wikipedia) (standard reference, not scraped)
- Indexed family (Wikipedia) (standard reference, not scraped)
- B. Kaya, MATH 320 Set Theory (METU), §2.3 (standard reference, not scraped)