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.
If then ; if in addition then ; and for every , while for every
Statement
Let and be sets.
- (i) If then .
- (ii) If and , then , both intersections are defined, and .
- (iii) for every .
- (iv) for every .
Facts & Assumptions
Given: sets and .
is the set whose elements are exactly the elements of the elements of (The union of a set, and the binary union ).
For , is the set whose elements are exactly the sets belonging to every element of (The intersection of a nonempty set, the binary intersection , and disjointness).
means that every element of is an element of (Subset , proper subset , and the separation notation ).
There is exactly one set with no elements, written (There is exactly one set with no elements, written ).
Proof
Claim (i): assume and let ; then for some , and because , so .
Claim (ii): assume and . Then has a member, which is also a member of , so and both intersections are defined. If then lies in every member of , hence in every member of , so .
Claim (iii): let and ; then lies in a member of , so , and therefore .
Claim (iv): let ; then , so is defined, and every lies in every member of , in particular in ; therefore .
Claims (i) to (iv) are established, which is the statement.
Depends on
- The union $\bigcup x$ of a set, and the binary union $a \cup b := \bigcup \{a,b\}$
- The intersection $\bigcap x$ of a nonempty set, the binary intersection $a \cap b := \bigcap\{a,b\}$, and disjointness
- Subset $x \subseteq y$, proper subset $x \subsetneq y$, and the separation notation $\{\, z \in x : \varphi(z) \,\}$
- There is exactly one set with no elements, written $\varnothing$
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: 11 results over 5 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), §1.2 (standard reference, not scraped)
- Union (set theory) (Wikipedia) (standard reference, not scraped)
- Intersection (set theory) (Wikipedia) (standard reference, not scraped)