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.
Sets and with
Statement refuted
Refuted claim: for all sets and . The witness is and , for which the inclusion from left to right is proper: is a subset of , so it lies in the right-hand side, but it is a subset of neither nor .
Facts & Assumptions
Given: and .
The inclusion is an equality if and only if or (; and ; if and only if ; ; ; and while only holds).
holds if and only if (The power set ).
means that every element of is an element of (Subset , proper subset , and the separation notation ).
is the set whose elements are exactly and , and (The unordered pair and the singleton ).
holds if and only if or (, , , , and ).
There is exactly one set with no elements (There is exactly one set with no elements, written ).
Counterexample
Neither of the two sets is included in the other. The only element of is and the only element of is , and these differ because has an element while has none; so with , and with .
The general inclusion holds, and it is an equality exactly when one of the two sets is included in the other; by step 1.1 that fails here, so the inclusion is proper.
The witnessing element is itself: it is a subset of , hence an element of , whereas would force and would force , both excluded by step 1.1; so is in neither nor .
Depends on
- The power set $\mathcal{P}(x) = \{\, z : z \subseteq x \,\}$
- $\mathcal{P}(\varnothing) = \{\varnothing\}$; $\varnothing \in \mathcal{P}(a)$ and $a \in \mathcal{P}(a)$; $a \subseteq b$ if and only if $\mathcal{P}(a) \subseteq \mathcal{P}(b)$; $\bigcup \mathcal{P}(a) = a$; $\bigcap \mathcal{P}(a) = \varnothing$; and $\mathcal{P}(a \cap b) = \mathcal{P}(a) \cap \mathcal{P}(b)$ while only $\mathcal{P}(a) \cup \mathcal{P}(b) \subseteq \mathcal{P}(a \cup b)$ holds
- The union $\bigcup x$ of a set, and the binary union $a \cup b := \bigcup \{a,b\}$
- $\bigcup \varnothing = \varnothing$, $\bigcup \{a\} = a$, $\bigcup \{a,b\} = a \cup b$, $\bigcap \{a\} = a$, and $\bigcap \{a,b\} = a \cap b$
- The unordered pair $\{x,y\}$ and the singleton $\{x\} = \{x,x\}$
- There is exactly one set with no elements, written $\varnothing$
- Subset $x \subseteq y$, proper subset $x \subsetneq y$, and the separation notation $\{\, z \in x : \varphi(z) \,\}$
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: 17 results over 7 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
- Power set (Wikipedia) (standard reference, not scraped)
- Algebra of sets (Wikipedia) (standard reference, not scraped)
- B. Kaya, MATH 320 Set Theory (METU), §1.2 (standard reference, not scraped)