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.
The union of a nonempty chain of filters is a filter
Statement
Let be a set and let be a nonempty chain (Chain in a poset) in the set of filters on ordered by inclusion (Filter on a set, Partial order and partially ordered set): every member of is a filter on , and any two members of are comparable under . Then is a filter on , and it is an upper bound of for inclusion.
The hypothesis cannot be dropped: contains no set at all, in particular not , so it is not a filter.
Facts & Assumptions
Given: A set and a nonempty family of filters on , any two members of which are comparable under inclusion.
; every is a filter on ; and for all either or (Chain in a poset).
A filter on is a family of subsets of containing , omitting , closed under pairwise intersection, and closed upward in (Filter on a set).
Inclusion is a partial order on any set of sets (Partial order and partially ordered set), and is an upper bound of when for every (Upper bound, least upper bound, and strict upper bound).
Proof
Fix a member , which exists because is nonempty.
: a member of the union belongs to some filter on , hence is a subset of .
: a member of the union belongs to some , and .
is closed upward in : if and then .
is closed under pairwise intersection: let and with ; comparability puts one of the two inside the other, so and both belong to the larger one, which contains , and .
Every satisfies , so is an upper bound of for inclusion.
If instead then , which fails the requirement , so nonemptiness of is genuinely used and cannot be removed.
, because and .
So satisfies all four filter axioms and is an upper bound of : it is a filter on above every member of .
Remarks
- Nonemptiness is used exactly once, at step 1.1, and only for the axiom . The other three axioms hold vacuously for the empty chain, which is precisely why the failure is easy to overlook: three of the four checks go through and the one that does not is the one nobody writes out.
- This is the chain-bound half of the hypothesis of Zorn's lemma (Zorn's lemma), and the empty chain is the other half. In The ultrafilter lemma, from the Axiom of Choice: every filter extends to an ultrafilter the empty chain is bounded not by this lemma but by the given filter , which is why that proof must treat the two cases separately.
- Unions of chains are used rather than unions of arbitrary families because an arbitrary union of filters is almost never a filter: for the union of the principal filters at and at contains and but not , so it is not closed under intersection. Comparability at step 1.5 is what repairs this.
Depends on
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 14 results over 6 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
- Filter (set theory) (Wikipedia) (standard reference, not scraped)
- Zorn's lemma (Wikipedia) (standard reference, not scraped)
- B. Kaya, Ultrafilters and How to Use Them (standard reference, not scraped)