Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13
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.

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)

Statement

If X is Bernoulli(p), then E[X]=p and Var⁡(X)=p(1−p). If S is binomial(n,p), then E[S]=np,Var⁡(S)=np(1−p). These formulas include p=0, p=1, and n=0.

Facts & Assumptions

Given: A Bernoulli(p) variable X and a binomial(n,p) variable S=∑i<nXi.

[L1]

Bernoulli and binomial variables have the distributions and independent-sum form in the Definition (Bernoulli random variables and binomial random variables as sums of independent Bernoulli trials).

[L4]

Variance adds for finite pairwise-independent families (Variance adds for every finite pairwise-independent family).

Proof

technique · direct
1.1

Since X is 1 with probability p and 0 otherwise, E[X]=p and E[X2]=p.

L1
2.1

Hence Var⁡(X)=p−p2=p(1−p).

step 1.1L3algebra
3.1

Linearity gives E[S]=∑i<np=np, and pairwise-independent variance additivity gives Var⁡(S)=∑i<np(1−p)=np(1−p).

step 1.1step 2.1L1L2L4algebra
4.1

At p=0 or p=1 the variance formula is zero, and at n=0 both finite sums are empty and equal zero.

step 3.1∎

Depends on

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