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.
, , inclusion is transitive, and if and only if and
Statement
For all sets , and :
- (i) ;
- (ii) ;
- (iii) if and then ;
- (iv) if and only if and .
Facts & Assumptions
Given: sets , and .
means that every element of is an element of (Subset , proper subset , and the separation notation ).
If every satisfies if and only if , then (The Axiom of Extensionality: ).
There is exactly one set with no elements, written (There is exactly one set with no elements, written ).
Proof
Claim (i): no satisfies , so the implication " implies " holds vacuously for every , which is .
Claim (ii): every with satisfies , which is .
Claim (iii): assume and , and let ; then by the first inclusion and by the second, so every element of is an element of .
Claim (iv), from right to left: assume and ; for any , the first inclusion gives that implies and the second gives that implies , so holds if and only if , and therefore .
Claim (iv), from left to right: assume ; then and are the same statement for every , so each of and holds.
Claims (i) to (iv) are established, which is the statement.
Depends on
Used by
- For any indexed family the product ∏_i ∈ I P(Xᵢ) contains the constant function with value ∅, and ∏_i ∈ I {i} has exactly one element Example
- P(∅) = {∅}; ∅ ∈ P(a) and a ∈ P(a); a ⊆ b if and only if P(a) ⊆ P(b); ⋃ P(a) = a; ⋂ P(a) = ∅; and P(a ∩ b) = P(a) ∩ P(b) while only P(a) ∪ P(b) ⊆ P(a ∪ b) holds Proposition
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 5 results over 3 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)
- Subset (Wikipedia) (standard reference, not scraped)
- C. Wilson, A Brief Introduction to ZFC (Chicago REU 2016), §2.1 (standard reference, not scraped)