Alphabeta Math
Session-authored (Fable 5 assisted)
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.

26 results · all verified · 7 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 19 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Finite Probability Spaces and Random Variables

1 · Prerequisites

2 · Summary

Finite sums and their reindexing laws, finite cardinality and Cartesian products, functions, and ordered-field arithmetic provide the background. The real exponential and logarithm development fixes the ambient real-number conventions used for probabilities, expectations, variances, and later tail estimates.

Finite probability spaces lead through additivity, conditioning, Bayes' theorem, and the distinction between pairwise and mutual independence to product spaces. Random variables then introduce distributions, expectation, indicators, and independence; variance and covariance yield sum formulas and Bernoulli and binomial moments. Markov and Chebyshev inequalities, finite Cauchy-Schwarz, and the second-moment bound complete the progression from first-order averages to quantitative probability estimates.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Finite probability spaces, outcome weights, events, and event probabilities

Definition

A finite probability space is a pair (Ω,w) consisting of a finite set Ω and a function w:ΩR such that w(ω)0 for every ωΩ and ωΩw(ω)=1. The elements of Ω are outcomes. Every subset AΩ is an event, and its probability is P(A):=ωAw(ω).

An outcome of weight zero remains an outcome. Thus an event can be nonempty and still have probability zero.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Normalization, nonnegativity, monotonicity, complements, and differences in a finite probability space

Statement

In a finite probability space (Ω,w), events ABΩ satisfy 0P(A)P(B)1, and P()=0,P(Ω)=1,P(Ac)=1P(A),P(BA)=P(B)P(A). Probability zero need not imply that an event is empty.

Facts & Assumptions

Given: A finite probability space (Ω,w) and events AB.

[L1]

Event probability is the sum of the nonnegative weights of its outcomes, and the sum of all outcome weights is 1 (Finite probability spaces, outcome weights, events, and event probabilities).

[L2]

Finite sums preserve nonnegativity and order (Laws of finite sums and finite products).

[L3]

The real numbers form a totally ordered field (The reals form a totally ordered field).

Proof

technique · direct
1.1

The empty sum is 0, while the sum over Ω is 1, so P()=0 and P(Ω)=1.

L1
1.2

Since every summand in P(A) is nonnegative, 0P(A). Splitting the sum over B into A and BA gives P(B)=P(A)+P(BA), so P(A)P(B).

L1L2
2.1

Taking B=Ω in step 1.2 gives P(Ac)=1P(A); rearranging the same identity for general AB gives P(BA)=P(B)P(A).

step 1.1step 1.2L3algebra
3.1

The definition permits zero weights, so a singleton outcome of weight zero is a nonempty event of probability zero. All displayed conclusions follow.

L1step 1.1step 1.2step 2.1
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Probability is additive on every finite pairwise-disjoint family of events

Statement

Let (Ai)iI be a finite pairwise-disjoint family of events in a finite probability space. Then P ⁣(iIAi)=iIP(Ai). This includes the empty and one-member families.

Facts & Assumptions

Given: A finite probability space (Ω,w) and a finite pairwise-disjoint family (Ai)iI.

[L1]

Event probability is the finite sum of outcome weights (Finite probability spaces, outcome weights, events, and event probabilities).

[L2]

A finite sum may be reindexed by a bijection, split over a disjoint union, and evaluated in either order over a finite product (Finite commutative-monoid sums are invariant under bijective reindexing, split over disjoint unions, and satisfy the finite Fubini rule).

Proof

technique · direct
1.1

Pairwise disjointness makes (i,ω)ω a bijection from {(i,ω):iI, ωAi} onto iIAi.

given
2.1

Reindexing by this bijection and summing first over each fibre gives P(iAi)=iIωAiw(ω)=iIP(Ai).

step 1.1L1L2
3.1

If I=, both sides are the empty sum 0; if I has one member, step 2.1 is the identity P(A)=P(A).

step 2.1
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Two-event inclusion-exclusion: P(AB)=P(A)+P(B)P(AB)

Statement

For events A and B in a finite probability space, P(AB)=P(A)+P(B)P(AB).

Facts & Assumptions

Given: Events A and B in a finite probability space.

[L1]
[L2]

Probability is additive on every finite pairwise-disjoint family of events (Probability is additive on every finite pairwise-disjoint family of events).

Proof

technique · direct
1.1

The sets A and BA are disjoint and have union AB, so P(AB)=P(A)+P(BA).

L2
1.2

Since BA=B(AB), one has P(BA)=P(B)P(AB).

L1
2.1

Substitution of step 1.2 into step 1.1 gives the formula.

step 1.1step 1.2algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

The finite union bound

Statement

For every finite family of events A0,,An1, P ⁣(i<nAi)i<nP(Ai). For n=0 both sides are 0.

Facts & Assumptions

Given: A finite probability space and events A0,,An1.

[L2]

Probability is additive on finite pairwise-disjoint families (Probability is additive on every finite pairwise-disjoint family of events).

Proof

technique · direct
1.1

For i<n, put Bi=Aij<iAj. Then the Bi are pairwise disjoint, BiAi, and i<nBi=i<nAi.

construct
2.1

Hence P(i<nAi)=i<nP(Bi)i<nP(Ai).

step 1.1L1L2algebra
3.1

For n=0 step 2.1 reads 00, and for n=1 it is equality.

step 2.1
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Conditional probability P(AB) for P(B)>0

Definition

Let A and B be events in a finite probability space with P(B)>0. The conditional probability of A given B is P(AB):=P(AB)P(B). No value is assigned to P(AB) when P(B)=0.

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The multiplication rule and finite chain rule for conditional probability

Statement

If P(B)>0, then P(AB)=P(AB)P(B). More generally, let A0,,An1 be events such that P(A0Ak1)>0 for every 1k<n. Then P ⁣(i<nAi)=P(A0)k=1n1P ⁣(Aki<kAi). For n=0 the intersection and product both have probability or value 1; for n=1 the formula is P(A0)=P(A0).

Facts & Assumptions

Given: Events satisfying the positivity hypotheses in the Statement.

[L1]

For P(B)>0, P(AB)=P(AB)/P(B) (Conditional probability P(AB) for P(B)>0).

Proof

technique · induction
1.1

Multiplying the identity in [L1] by the positive denominator gives P(AB)=P(AB)P(B).

L1algebra
1.2

For n=0 the empty intersection is Ω and the empty product is 1, while for n=1 the asserted identity is immediate.

basealgebra
1.3

Assume the chain formula holds for n=k1, and suppose the stated prefix probabilities are positive for A0,,Ak.

ih
2.1

Apply step 1.1 to A=Ak and B=i<kAi, then substitute the induction hypothesis for P(B); this gives the chain formula for k+1.

step 1.1step 1.3algebra
3.1

Induction proves the formula for every finite n, and every displayed conditional probability has a positive conditioning event by hypothesis.

step 1.2step 2.1discharge-induction
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

The law of total probability for a finite partition

Statement

Let B0,,Bn1 be a finite partition of Ω with P(Bi)>0 for every i<n. Then every event A satisfies P(A)=i<nP(ABi)P(Bi). Partition cells of probability zero may instead be omitted, since their intersections with A also have probability zero.

Facts & Assumptions

Given: An event A and a finite partition (Bi)i<n as in the Statement.

[L1]

Probability is additive on a finite pairwise-disjoint family (Probability is additive on every finite pairwise-disjoint family of events).

[L2]

If P(B)>0, then P(AB)=P(AB)P(B) (The multiplication rule and finite chain rule for conditional probability).

Proof

technique · direct
1.1

The events ABi are pairwise disjoint and have union A, so P(A)=i<nP(ABi).

L1
1.2

Each positive-probability cell satisfies P(ABi)=P(ABi)P(Bi).

L2
2.1

Substitution gives the displayed formula. If P(Bi)=0, [L3] gives 0P(ABi)P(Bi)=0, so deleting that cell changes neither side of the unconditioned decomposition.

step 1.1step 1.2L3algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Bayes' theorem over a finite partition

Statement

Let B0,,Bn1 be a finite partition with P(Bi)>0 for every i<n. If P(A)>0, then for every j<n, P(BjA)=P(ABj)P(Bj)i<nP(ABi)P(Bi).

Facts & Assumptions

Given: A finite partition, an event A of positive probability, and an index j<n as in the Statement.

[L1]

The multiplication rule gives P(AB)=P(AB)P(B) whenever P(B)>0 (The multiplication rule and finite chain rule for conditional probability).

[L2]

The law of total probability gives P(A)=iP(ABi)P(Bi) (The law of total probability for a finite partition).

Proof

technique · direct
1.1

By conditional probability and symmetry of intersection, P(BjA)=P(ABj)/P(A).

L1
2.1

The numerator in step 1.1 is P(ABj)P(Bj), and [L2] is the denominator.

L1L2
3.1

Substitution yields the formula; its denominator is positive because it equals P(A)>0.

step 1.1step 2.1algebra
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Independent events, pairwise independence, and mutual independence of a finite family

Definition

Two events A and B are independent when P(AB)=P(A)P(B).

A finite family (Ai)iI is pairwise independent when every two distinct members are independent. It is mutually independent when for every nonempty JI, P ⁣(jJAj)=jJP(Aj). The empty-subfamily identity is also valid under the conventions P(Ω)=1 and jP(Aj)=1.

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Two positive-probability events are independent exactly when conditioning on either leaves the other's probability unchanged

Statement

Let A and B satisfy P(A)>0 and P(B)>0. The following are equivalent:

  1. A and B are independent;
  2. P(AB)=P(A);
  3. P(BA)=P(B).

Facts & Assumptions

Given: Positive-probability events A and B.

[L1]

Conditional probability is P(AB)=P(AB)/P(B) for P(B)>0 (Conditional probability P(AB) for P(B)>0).

[L2]

Independence means P(AB)=P(A)P(B) (Independent events, pairwise independence, and mutual independence of a finite family).

Proof

technique · direct
1.1

If A and B are independent, divide the identity in [L2] by P(B)>0 to obtain P(AB)=P(A).

L1L2algebra
1.2

The same calculation with A and B interchanged gives P(BA)=P(B).

L1L2algebra
1.3

Conversely, multiplying either conditional identity by its positive conditioning probability gives the product identity in [L2].

L1L2algebra
2.1

Thus each of conditions 2 and 3 is equivalent to condition 1, proving all three equivalent.

step 1.1step 1.2step 1.3
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Mutual independence is inherited by subfamilies and by replacing events with complements

Statement

Every subfamily of a mutually independent finite family of events is mutually independent. Replacing any selection of its events by their complements also leaves a mutually independent family.

Facts & Assumptions

Given: A mutually independent finite family (Ai)iI.

[L1]

If CD, then P(DC)=P(D)P(C) and P(Ac)=1P(A) (Normalization, nonnegativity, monotonicity, complements, and differences in a finite probability space).

[L2]

Mutual independence is the product identity for every nonempty subfamily (Independent events, pairwise independence, and mutual independence of a finite family).

Proof

technique · induction
1.1

With no event complemented, every intersection identity required for a subfamily is already one of the identities required for the original family.

L2base
1.2

Assume that after complementing any chosen r events, every resulting subfamily is mutually independent.

ih
2.1

Complement one further event Ai. For any intersection D of selected events other than Ai, the induction hypothesis gives P(DAi)=P(D)P(Ai). Since DAic=D(DAi), [L1] gives P(DAic)=P(D)(1P(Ai))=P(D)P(Aic). Thus every subfamily remains mutually independent after r+1 replacements.

step 1.2L1L2algebra
3.1

Induction on the number of complemented events proves the assertion for every selection. The empty intersection has probability 1 and the empty product is 1.

step 1.1step 2.1discharge-induction
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-13Open item page →

The uniform probability space on a nonempty finite set

Definition

Let Ω be a nonempty finite set. Its uniform probability space assigns every ωΩ the weight 1/Ω. Thus every event AΩ has P(A)=AΩ. Nonemptiness is required so that the denominator is positive.

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-13Open item page →

The finite product of finite probability spaces

Definition

Let ((Ωi,wi))iI be a finite indexed family of finite probability spaces. Their product probability space has outcome set Ω:=iIΩi and assigns ω=(ωi)iI the weight w(ω):=iIwi(ωi). For I=, the product outcome set is the singleton containing the empty function and its weight is the empty product 1. Normalization and independence of coordinate events are proved in Product weights normalize, and coordinate events are mutually independent .

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Product weights normalize, and coordinate events are mutually independent

Statement

The weights in every finite product of finite probability spaces are nonnegative and sum to 1. For events AiΩi, the coordinate events Ci:={ωjIΩj:ωiAi} are mutually independent, and for every JI, P ⁣(jJCj)=jJPj(Aj).

Facts & Assumptions

Given: A finite family ((Ωi,wi))iI of finite probability spaces and coordinate events Ci.

[L1]

Product outcomes and their weights are defined coordinatewise, with the empty product equal to 1 (The finite product of finite probability spaces).

[L2]

Finite Fubini interchanges and factors iterated finite sums, while finite products of nonnegative reals are nonnegative (Laws of finite sums and finite products, Finite commutative-monoid sums are invariant under bijective reindexing, split over disjoint unions, and satisfy the finite Fubini rule).

[L3]

Mutual independence is the intersection product identity for every nonempty subfamily (Independent events, pairwise independence, and mutual independence of a finite family).

Proof

technique · induction
1.1

For I=, the unique product outcome has weight 1, so normalization holds.

L1base
1.2

If normalization holds for I and another factor (Ωk,wk) is appended, finite Fubini gives (ω,u)w(ω)wk(u)=(ωw(ω))(uwk(u))=1.

L1L2ih
1.3

For JI, summing the product weights over jJCj factors coordinatewise: a coordinate in J contributes Pj(Aj) and a coordinate outside J contributes 1.

L1L2
2.1

Induction proves normalization for every finite product; nonnegativity follows from nonnegativity of all factor weights.

step 1.1step 1.2L2discharge-induction
3.1

Thus P(jJCj)=jJPj(Aj). The empty J gives 1=1, so [L3] proves mutual independence in all cases.

step 2.1step 1.3L3discharge-induction
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Real random variables on finite probability spaces and their finite distributions

Definition

A real random variable on a finite probability space (Ω,w) is a function X:ΩR. Its range X(Ω) is finite. The distribution or law of X is the finite probability space on X(Ω) with PX(x):=P({ωΩ:X(ω)=x}). The weights PX(x) are nonnegative and sum to 1 because the fibres of X form a finite partition of Ω (Probability is additive on every finite pairwise-disjoint family of events).

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Expectation of a real random variable on a finite probability space

Definition

The expectation of a real random variable X on a finite probability space (Ω,w) is E[X]:=ωΩX(ω)w(ω). For a real constant c, the notation c also denotes the constant random variable ωc.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Expectation is the sum of each attained value times its probability

Statement

If X is a real random variable on a finite probability space, then E[X]=xX(Ω)xP(X=x).

Facts & Assumptions

Given: A real random variable X on (Ω,w).

[L1]

Expectation is ωΩX(ω)w(ω) (Expectation of a real random variable on a finite probability space).

Proof

technique · direct
1.1

The nonempty fibres X1({x}), for xX(Ω), form a finite partition of Ω.

given
2.1

Splitting the expectation over these fibres gives E[X]=xX(Ω)ω:X(ω)=xxw(ω).

step 1.1L1L2
3.1

The inner sum is xP(X=x), which proves the formula. The range cannot be empty because total probability is 1.

step 2.1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Expectation is linear for every finite family of random variables, without any independence hypothesis

Statement

For a finite family of real random variables (Xi)iI on one finite probability space and real scalars (ai)iI, E ⁣[iIaiXi]=iIaiE[Xi]. No independence hypothesis is required. For I=, both sides are 0.

Facts & Assumptions

Given: A finite probability space, random variables Xi, and real scalars ai, indexed by a finite set I.

[L1]

Expectation is a finite weighted sum over outcomes (Expectation of a real random variable on a finite probability space).

[L2]

Finite sums are additive and compatible with real scaling (Laws of finite sums and finite products).

Proof

technique · direct
1.1

Expanding the left side gives ωΩiIaiXi(ω)w(ω).

L1
2.1

Finite Fubini and distributivity turn step 1.1 into iIaiωΩXi(ω)w(ω)=iIaiE[Xi].

step 1.1L2L3algebra
3.1

The calculation uses no independence identity. If I=, the two sums in step 2.1 are empty and equal 0.

step 2.1
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Expectation preserves pointwise order and lies between the minimum and maximum attained values

Statement

If X(ω)Y(ω) for every outcome, then E[X]E[Y]. Consequently, for a real random variable X, minωΩX(ω)E[X]maxωΩX(ω). In particular some outcome has value at least E[X], and some outcome has value at most E[X].

Facts & Assumptions

Given: Real random variables X,Y on a finite probability space with XY pointwise.

[L1]

Expectation is the finite weighted sum of a random variable, with nonnegative weights summing to 1 (Expectation of a real random variable on a finite probability space).

[L2]

Finite sums preserve pointwise order (Laws of finite sums and finite products).

[L3]

Every nonempty finite list of reals has a maximum, and hence also a minimum by applying the maximum result to negatives (Every nonempty finite set of reals has a maximum and a minimum).

[L4]

The real numbers form a totally ordered field (The reals form a totally ordered field).

Proof

technique · direct
1.1

Nonnegative weights give X(ω)w(ω)Y(ω)w(ω) for every ω, so summing gives E[X]E[Y].

L1L2
1.2

The outcome set is nonempty because its nonnegative weights sum to 1; let m and M be the minimum and maximum of the attained values of X.

L1L3choose
2.1

The pointwise inequalities mXM and step 1.1 give mE[X]M, since the expectations of the constant variables are m and M.

step 1.1step 1.2L1L4
3.1

Outcomes attaining m and M therefore supply values at most and at least the expectation, including the constant case.

step 1.2step 2.1
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

The indicator random variable of an event

Definition

For an event A in a finite probability space, its indicator random variable is 1A(ω):={1,ωA,0,ωA.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Indicators turn event probabilities, intersections, and finite counts into expectations and products

Statement

For every event A, E[1A]=P(A). For every finite family (Ai)iI, iI1Ai=1iIAi, and iI1Ai(ω) is the number of events Ai that contain ω. The empty product is 1 and the empty sum is 0.

Facts & Assumptions

Given: Events A and (Ai)iI in one finite probability space.

[L1]

The indicator of an event is 1 on the event and 0 off it (The indicator random variable of an event).

[L2]

Expectation is the finite weighted sum over outcomes (Expectation of a real random variable on a finite probability space).

[L3]

Empty finite sums and products are 0 and 1 (Finite sums and finite products, by recursion).

Proof

technique · direct
1.1

Expanding E[1A] leaves exactly the weights of outcomes in A, hence equals P(A).

L1L2
1.2

At an outcome ω, the product i1Ai(ω) is 1 exactly when ω belongs to every Ai, and is otherwise 0.

L1
1.3

At ω, each summand 1Ai(ω) contributes one exactly when ωAi, so their sum counts those events.

L1
2.1

Steps 1.2 and 1.3 also give the stated empty conventions by [L3].

step 1.1step 1.2step 1.3L3
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Pairwise and mutual independence of finite-valued random variables

Definition

A finite family of finite-valued random variables (Xi)iI is mutually independent when for every nonempty JI and every selection xjXj(Ω), P(Xj=xj for every jJ)=jJP(Xj=xj). It is pairwise independent when this identity is required only for two distinct indices. The empty family is mutually independent vacuously, and a one-member family is mutually independent.

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A finite family of events is mutually independent exactly when its indicators are mutually independent

Statement

A finite family of events is mutually independent if and only if its indicator random variables are mutually independent. The same equivalence holds with pairwise independence in place of mutual independence.

Facts & Assumptions

Given: A finite family of events (Ai)iI.

[L1]

Mutual independence is preserved when events are replaced by complements (Mutual independence is inherited by subfamilies and by replacing events with complements).

[L2]

The event {1A=1} is A, and {1A=0} is Ac (The indicator random variable of an event).

[L3]

Random variables are mutually independent exactly when all finite joint attained-value probabilities factor (Pairwise and mutual independence of finite-valued random variables).

Proof

technique · direct
1.1

Suppose the events are mutually independent. Every joint assignment 1Aj=bj, with bj{0,1}, is an intersection of events Aj and complements Ajc, whose probability factors by [L1].

L1L2
1.2

Conversely, if the indicators are mutually independent, specialize their joint-value identity to bj=1 for every chosen index; [L2] gives the event-intersection product identity.

L2L3
2.1

Hence the indicators are mutually independent by [L3].

step 1.1L3
3.1

Step 1.1 together with step 2.1 proves the forward direction, and step 1.2 proves the reverse direction. Restricting the same arguments to two indices proves the pairwise equivalence.

step 1.1step 1.2step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Expectation factors over a finite product of mutually independent random variables

Statement

If (Xi)iI is a finite mutually independent family of real random variables, then E ⁣[iIXi]=iIE[Xi]. For I=, both sides equal 1. The converse is not asserted.

Facts & Assumptions

Given: A finite mutually independent family (Xi)iI.

[L1]

Expectation can be summed over the finite attained values of a random variable (Expectation is the sum of each attained value times its probability).

[L2]

Mutual independence factors every finite joint attained-value probability (Pairwise and mutual independence of finite-valued random variables).

Proof

technique · direct
1.1

Grouping outcomes by the joint values (xi)iI gives E[iXi]=(xi)(ixi)P(Xi=xi for all i).

L1L3
1.2

Independence changes the last probability to iP(Xi=xi).

L2
2.1

Finite Fubini factors the resulting sum as ixixiP(Xi=xi)=iE[Xi]. For I=, this calculation is the empty product identity 1=1.

step 1.1step 1.2L1L3
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-13Open item page →

Variance, standard deviation, and covariance on a finite probability space

Definition

For real random variables X and Y on one finite probability space, define Var(X):=E[(XE[X])2],Cov(X,Y):=E[(XE[X])(YE[Y])]. The standard deviation of X is σX:=Var(X)1/2, using the unique nonnegative square root supplied by Square roots exist: a unique a0 with (a)2=a; the positives are {x2:x0}. Variance is nonnegative because its defining random variable is pointwise nonnegative and expectation is a sum with nonnegative weights.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Var(X)=E[X2]E[X]2 and Cov(X,Y)=E[XY]E[X]E[Y]

Statement

For finite real random variables X,Y, Var(X)=E[X2]E[X]2, Cov(X,Y)=E[XY]E[X]E[Y]. Variance is nonnegative, and every constant random variable has variance zero. Zero variance forces equality to the mean on every positive-weight outcome, but not necessarily on zero-weight outcomes.

Facts & Assumptions

Given: Real random variables X,Y on a finite probability space.

[L1]

Expectation is linear for every finite family, without independence (Expectation is linear for every finite family of random variables, without any independence hypothesis).

[L2]

Variance and covariance are expectations of the displayed centred square and product (Variance, standard deviation, and covariance on a finite probability space).

Proof

technique · direct
1.1

Expand (XE[X])2=X22E[X]X+E[X]2 and apply linearity to obtain Var(X)=E[X2]E[X]2.

L1L2algebra
1.2

Expanding (XE[X])(YE[Y]) and applying linearity gives the covariance identity.

L1L2algebra
1.3

The centred square is pointwise nonnegative, so variance is nonnegative; if X is constant it vanishes identically. If the variance is zero, every positive-weight centred-square summand is zero, while a zero-weight outcome is unrestricted.

L2algebra
2.1

Steps 1.1, 1.2, and 1.3 give all claims.

step 1.1step 1.2step 1.3
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Covariance is symmetric and bilinear in finite linear combinations

Statement

Covariance is symmetric, and for finite families (Xi)iI and (Yj)jJ and real scalars ai,bj, Cov ⁣(iIaiXi,jJbjYj)=iIjJaibjCov(Xi,Yj). This includes empty sums and constant summands.

Facts & Assumptions

Given: Finite families and scalars as in the Statement.

Proof

technique · direct
1.1

Commutativity of real multiplication in [L2] gives Cov(X,Y)=Cov(Y,X).

L2algebra
1.2

Substitute the two finite linear combinations into [L2] and distribute their pointwise product.

L2algebra
2.1

Applying [L1] to step 1.2 and collecting the aibj terms gives the displayed double sum.

step 1.2L1L2algebra
3.1

If either index set is empty, both sides are zero; covariance with a constant is zero by [L1] and [L2].

step 2.1L1L2
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Variance of a finite sum as the sum of all variances and covariances

Statement

For a finite family (Xi)iI, Var ⁣(iIXi)=iIVar(Xi)+2{i,j}ICov(Xi,Xj). Equivalently, it is i,jICov(Xi,Xj). The empty sum has variance zero, and the singleton formula is the identity. In the first display, the second sum is over two-element subsets of I.

Facts & Assumptions

Given: A finite family of random variables (Xi)iI.

[L2]

Covariance is symmetric and bilinear in finite linear combinations (Covariance is symmetric and bilinear in finite linear combinations).

Proof

technique · direct
1.1

By [L1] and bilinearity, Var(iXi)=Cov(iXi,jXj)=i,jCov(Xi,Xj).

L1L2
2.1

Separate the diagonal terms, which are Var(Xi), from the off-diagonal ordered pairs. Symmetry pairs the latter into twice the sum over unordered pairs.

step 1.1L1L2algebra
3.1

For an empty family every sum in step 1.1 is zero, and for a singleton only its diagonal term remains.

step 1.1step 2.1
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Variance adds for every finite pairwise-independent family

Statement

If (Xi)iI is a finite pairwise-independent family, then Var ⁣(iIXi)=iIVar(Xi). Pairwise independence, rather than mutual independence, is sufficient.

Facts & Assumptions

Given: A finite pairwise-independent family (Xi)iI.

[L1]

For two independent random variables, expectation of their product is the product of their expectations (Expectation factors over a finite product of mutually independent random variables).

[L2]

Variance of a finite sum is the sum of variances and twice all pairwise covariances (Variance of a finite sum as the sum of all variances and covariances).

Proof

technique · direct
1.1

For distinct i,j, pairwise independence and [L1] give E[XiXj]=E[Xi]E[Xj], so Cov(Xi,Xj)=0.

L1algebra
2.1

Substitute step 1.1 into [L2]; every off-diagonal term vanishes, leaving the displayed formula. The empty and singleton cases are included.

step 1.1L2algebra
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Bernoulli random variables and binomial random variables as sums of independent Bernoulli trials

Definition

For p[0,1], a Bernoulli(p) random variable takes the value 1 with probability p and 0 with probability 1p.

For nN, a binomial(n,p) random variable is a sum X=i<nXi of n mutually independent Bernoulli(p) variables. When n=0, this is the constant zero random variable.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A Bernoulli(p) variable has mean p and variance p(1p); a binomial(n,p) variable has mean np and variance np(1p)

Statement

If X is Bernoulli(p), then E[X]=p and Var(X)=p(1p). If S is binomial(n,p), then E[S]=np,Var(S)=np(1p). 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)=pp2=p(1p).

step 1.1L3algebra
3.1

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

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
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Markov's inequality on a finite probability space

Statement

If X is a nonnegative real random variable on a finite probability space and a>0, then P(Xa)E[X]a. The weak threshold Xa is part of the statement.

Facts & Assumptions

Given: A nonnegative real random variable X and a real a>0.

Proof

technique · direct
1.1

Pointwise, Xa1{Xa}: on the event this is the threshold inequality, and off it the right side is zero while X0.

given
2.1

Taking expectations gives E[X]aP(Xa).

step 1.1L1L2algebra
3.1

Division by a>0 gives the claimed inequality. The hypothesis a>0 is exactly what licenses the division.

step 2.1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Chebyshev's inequality on a finite probability space

Statement

For every finite real random variable X and every t>0, P(XE[X]t)Var(X)t2. Equivalently, if σX>0 and c>0, then P(XE[X]cσX)1/c2. If σX=0, the first form remains valid for every t>0.

Facts & Assumptions

Given: A finite real random variable X and a real threshold t>0.

[L1]

Variance is E[(XE[X])2] and σX2=Var(X) (Variance, standard deviation, and covariance on a finite probability space).

[L2]

Markov's inequality states P(Ya)E[Y]/a for nonnegative Y and a>0 (Markov's inequality on a finite probability space).

Proof

technique · direct
1.1

The variable Y=(XE[X])2 is nonnegative, and for t>0 the events {Yt2} and {XE[X]t} are equal.

givenalgebra
2.1

Apply [L2] to Y at the positive threshold t2 and use [L1] to obtain the first inequality.

step 1.1L1L2
3.1

If σX>0, substitute t=cσX in step 2.1 and cancel σX2 to obtain 1/c2. Conversely, given t>0, choose c=t/σX>0 in the standard-deviation form to recover step 2.1. If σX=0, step 2.1 gives probability at most zero for every t>0.

step 2.1L1choosealgebra
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Cauchy-Schwarz for finite random variables: E[XY]2E[X2]E[Y2]

Statement

For real random variables X,Y on a finite probability space, E[XY]2E[X2]E[Y2]. No equality characterization is asserted on outcomes of probability zero.

Facts & Assumptions

Given: Real random variables X,Y on one finite probability space.

[L2]

Expectation preserves pointwise order, so the expectation of a nonnegative variable is nonnegative (Expectation preserves pointwise order and lies between the minimum and maximum attained values).

[L3]

Expectation is the finite sum of values times nonnegative outcome weights (Expectation of a real random variable on a finite probability space).

Proof

technique · cases
1.1

Assume first that E[X2]=0. Every nonnegative summand X(ω)2w(ω) is then zero, so X=0 on all positive-weight outcomes and E[XY]=0.

assume-case zeroL2L3algebra
1.2

Assume now that E[X2]>0 and put t=E[XY]/E[X2].

assume-case positivechoose
1.3

Since (YtX)20, linearity gives 0E[Y2]2tE[XY]+t2E[X2].

L1L2
2.1

In this case the asserted inequality reads 00.

step 1.1algebra
2.2

Substitution of t into step 1.3 yields 0E[Y2]E[XY]2/E[X2], and multiplication by the positive denominator gives the result.

step 1.2step 1.3algebra
3.1

The cases E[X2]=0 and E[X2]>0 are exhaustive because E[X2]0.

step 2.1step 2.2L2cases-exhaustive
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The finite second-moment bound P(X0)E[X]2/E[X2] when E[X2]>0

Statement

Let X be a finite real random variable. If E[X2]>0, then P(X0)E[X]2E[X2]. If E[X2]=0, then X=0 on every positive-weight outcome and P(X0)=0.

Facts & Assumptions

Given: A finite real random variable X.

[L2]

Cauchy-Schwarz states E[UV]2E[U2]E[V2] (Cauchy-Schwarz for finite random variables: E[XY]2E[X2]E[Y2]).

[L3]

Expectation is the finite sum of values times nonnegative outcome weights (Expectation of a real random variable on a finite probability space).

Proof

technique · cases
1.1

Assume E[X2]>0. Pointwise, X1{X0}=X. Apply [L2] to U=X and V=1{X0}; using [L1] gives E[X]2E[X2]P(X0).

assume-case positiveL1L2algebra
1.2

Assume E[X2]=0. The nonnegative summands X(ω)2w(ω) then force X=0 at every positive-weight outcome, so P(X0)=0.

assume-case zeroL3algebra
2.1

Dividing by the positive second moment gives the displayed bound.

step 1.1algebra
3.1

Nonnegativity of E[X2] makes the two cases exhaustive.

step 2.1step 1.2cases-exhaustive
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

P(X=0)Var(X)/E[X]2 whenever E[X]0

Statement

If X is a finite real random variable with E[X]0, then P(X=0)Var(X)E[X]2. Equivalently, P(X0)1Var(X)E[X]2.

Facts & Assumptions

Given: A finite real random variable X with E[X]0.

[L1]

Chebyshev gives P(XE[X]t)Var(X)/t2 for t>0 (Chebyshev's inequality on a finite probability space).

Proof

technique · direct
1.1

If X=0, then XE[X]=E[X], and the latter is positive. Thus {X=0}{XE[X]E[X]}.

given
2.1

Apply [L1] at t=E[X] and use t2=E[X]2 to obtain the first inequality.

step 1.1L1algebra
3.1

Taking complements gives the equivalent lower bound. The assumption E[X]0 is exactly what makes the threshold positive and the denominator nonzero.

step 2.1algebra

5 · Examples, counterexamples and false statements

None yet.

Sources

Standard references

Recommended treatments; not extraction sources.