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.
for
Statement
For and , For , the event is empty. At every displayed quantity equals . At both bounds equal , so the second inequality is an equality while the first is strict whenever .
Facts & Assumptions
Given: Naturals and .
is the greatest size of an independent vertex set (Cliques, independent sets, clique number and independence number).
A prescribed set of absent edges has probability (A prescribed set of present and absent edges in has product probability).
Probability of a finite union is at most the sum of the event probabilities (The finite union bound).
There are subsets of size (The set of -element subsets and the binomial coefficient ).
for ( for every real , hence ).
Proof
Suppose . If , some -set has all of its possible internal edges absent.
Suppose . Then no -subset exists and the event is empty.
A fixed -set is independent with probability , so [L3] and [L4] give the first bound.
By [L5], , including . Applying [L6] with gives the second bound.
The cases are exhaustive. At or , and the displayed expressions have their stated boundary values.
Depends on
- Cliques, independent sets, clique number and independence number
- A prescribed set of present and absent edges in $G(n,p)$ has product probability
- The finite union bound
- The set $[A]^{k}$ of $k$-element subsets and the binomial coefficient $\binom{n}{k} := \lvert [n]^{k}\rvert$
- $\binom{n}{k}\,k!\,(n-k)! = n!$ for $k \le n$; hence $\binom{n}{k}\,k! = n^{\underline{k}}$, the quotient $n!/(k!(n-k)!)$ is a natural number, and $\binom{n}{k} = \binom{n}{n-k}$
- $1+x\le\exp(x)$ for every real $x$, hence $(1-p)^m\le\exp(-mp)$
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 109 results over 25 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
- J. Matousek and J. Vondrak, The Probabilistic Method, proof of Theorem 4.2.1 (standard reference, not scraped)
- Y. Zhao, MIT 18.218 Probabilistic Method in Combinatorics, proof of Theorem 6.3 (standard reference, not scraped)