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
- A c-sparse set X satisfies α(G[X])≥|X|/(c|X|+1), and a c-dense set satisfies ω(G[X])≥|X|/(c|X|+1) Corollary
- ℙ(α(G(n,p))≥ s)leC(n, s)(1-p)^C(s, 2)≤ nˢ exp(-pC(s, 2)) for s≤ n Lemma
- Zykov symmetrisation turns an extremal clique-free graph into a complete multipartite graph without losing edges Lemma
- The bounds ω(G)≤χ(G) and |V(G)|≤χ(G)α(G) Theorem
Dependency tree · two levels
23 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- Bondy and Murty, Graph Theory, Stable Sets and Cliques (standard reference, not scraped)