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.
Chebyshev bounds the majority error of repeated Bernoulli trials
Statement
Let , let be independent Bernoulli random variables with for every , and put . Then
Thus the probability that a majority vote is wrong decays like .
Facts & Assumptions
Given: an integer and independent Bernoulli variables with .
Expectation is linear over finite sums (Expectation is linear for every finite family of random variables, without any independence hypothesis).
Bernoulli mean and variance satisfy and (A Bernoulli variable has mean and variance ; a binomial variable has mean and variance ).
Variance adds for pairwise-independent finite families (Variance adds for every finite pairwise-independent family).
Chebyshev's inequality bounds by (Chebyshev's inequality on a finite probability space).
Proof
Let . By [L1] and [L2], . Also [L2] and [L3] give .
If , then since we have , so . Applying [L4] with and yields .
The event is exactly the event that at most half the trials are correct, so the same bound controls majority-vote error.
Depends on
- Expectation is linear for every finite family of random variables, without any independence hypothesis
- A Bernoulli$(p)$ variable has mean $p$ and variance $p(1-p)$; a binomial$(n,p)$ variable has mean $np$ and variance $np(1-p)$
- Variance adds for every finite pairwise-independent family
- Chebyshev's inequality on a finite probability space
Used by
Dependency tree · two levels
13 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
- Eric Blais, Models of Computation, 14. Randomized Computation (standard reference, not scraped)
- Sanjeev Arora and Boaz Barak, Computational Complexity: A Modern Approach (standard reference, not scraped)