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.
Cliques, independent sets, clique number and independence number
Definition
Let be a finite simple graph. A subset is independent, or stable, when no two distinct elements of are adjacent. A subset is a clique when every two distinct elements of are adjacent.
The independence number and clique number are
These maxima are well-defined. Every subset of the finite set is finite and has cardinality at most (A subset of a finite set is finite, with , and equality holds if and only if ). Thus the sizes occurring in either display form a subset of that contains , since the empty subset is both independent and a clique. A short induction on shows that every such subset has a largest element: either its top element occurs, or it is a subset of the preceding finite ordinal and the induction hypothesis applies (The principle of mathematical induction). In particular, for the null graph one has ; for every nonnull graph both values are at least .
Depends on
- A finite simple graph is a finite vertex set together with a set of two-element vertex subsets
- The cardinality $\lvert A\rvert$ of a finite set
- $\lvert\mathcal{P}(A)\rvert = 2^{\lvert A\rvert}$ for finite $A$
- A subset of a finite set is finite, with $\lvert B\rvert \le \lvert A\rvert$, and equality holds if and only if $B = A$
- The principle of mathematical induction
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 53 results over 23 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
- Bondy and Murty, Graph Theory, Stable Sets and Cliques (standard reference, not scraped)