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.

11 results · all verified · 6 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 5 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Finite Probability Spaces and Random Variables — Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A loaded die as a nonuniform finite probability space

Example

On Ω={1,2,3,4,5,6} assign weights w(1)=0,w(2)=110,w(3)=w(4)=15,w(5)=w(6)=14. This is a loaded die with a possible zero-weight outcome. Let A={4,5,6} and B={2,4,6}.

Facts & Assumptions

Given: The weights and events in the Example.

[L1]

Finite probability spaces allow nonnegative outcome weights summing to 1 (Finite probability spaces, outcome weights, events, and event probabilities).

[L2]
[L3]

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

[L4]

The multiplication rule is P(AB)=P(AB)P(B) (The multiplication rule and finite chain rule for conditional probability).

Verification

technique · direct
1.1

The six weights sum to 1, so [L1] gives a finite probability space; {1} is nonempty but has probability zero.

L1algebra
1.2

Direct summation gives P(A)=7/10, P(B)=11/20, and P(AB)=9/20.

L1L2algebra
2.1

Since P(B)>0, [L3] gives P(AB)=(9/20)/(11/20)=9/11.

step 1.2L3algebra
3.1

Finally (9/11)(11/20)=9/20=P(AB), verifying [L4] in this nonuniform space.

step 1.2step 2.1L4algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Bayes' theorem for choosing one of two urns and observing a colour

Example

Choose urn U1 with probability 1/3 and urn U2 with probability 2/3, independently choose a uniform auxiliary value r{1,2,3,4}, and declare the observation red when U1 was chosen and r3, or when U2 was chosen and r=1. Thus the red likelihoods are 3/4 and 1/4, respectively. The posterior probability of U1 after observing red is 3/5.

Facts & Assumptions

Given: The finite two-stage experiment in the Example.

[L1]

Bayes' theorem over a positive-probability finite partition gives posterior probability as prior times likelihood divided by total likelihood (Bayes' theorem over a finite partition).

[L2]

A finite product experiment assigns product weights to its branches (The finite product of finite probability spaces).

[L3]

Conditional probability is the probability of an intersection divided by the positive probability of the conditioning event (Conditional probability P(AB) for P(B)>0).

Verification

technique · direct
1.1

In the product space, the three red branches over U1 have total weight (1/3)(3/4)=1/4, and the one red branch over U2 has weight (2/3)(1/4)=1/6. Hence P(red)=5/12>0.

L2algebra
2.1

Directly, P(U1red)=(1/4)/(5/12)=3/5.

step 1.1L3algebra
3.1

Bayes' formula [L1] has the same numerator 1/4 and denominator 1/4+1/6=5/12, so it also gives 3/5.

step 1.1step 2.1L1algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Three pairwise-independent events that are not mutually independent

Example

On the uniform space Ω={00,01,10,11}, let A be the event that the first bit is 0, let B be the event that the second bit is 0, and let C be the event that the two bits agree. Then A,B,C are pairwise independent but not mutually independent.

Facts & Assumptions

Given: The uniform four-point space and events A,B,C in the Example.

[L1]

In a uniform finite space, probability is cardinality divided by the outcome count (The uniform probability space on a nonempty finite set).

[L2]

Pairwise independence requires each pairwise intersection to have product probability, while mutual independence also requires the triple identity (Independent events, pairwise independence, and mutual independence of a finite family).

Verification

technique · direct
1.1

Each of A,B,C has two outcomes and probability 1/2. Moreover AB=AC=BC={00}, so every pairwise intersection has probability 1/4.

L1
2.1

Therefore every pair satisfies P(EF)=1/4=(1/2)(1/2).

step 1.1L2algebra
2.2

The triple intersection is {00} and has probability 1/4, whereas the product of the three probabilities is 1/8.

step 1.1L1algebra
3.1

Thus the events are pairwise independent but not mutually independent.

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

Events with the same probability need not be independent

Statement refuted

If two events have the same probability, then they are independent.

Facts & Assumptions

Given: The uniform probability space on Ω={1,2,3}.

[L1]

Uniform event probability is event cardinality divided by Ω (The uniform probability space on a nonempty finite set).

[L2]

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

Counterexample

technique · constructive
1.1

Let A={1,2} and B={2,3}. Then P(A)=P(B)=2/3.

L1construct
2.1

Their intersection is {2}, so P(AB)=1/34/9=P(A)P(B).

step 1.1L1algebra
3.1

Thus equal event probabilities do not imply independence.

step 2.1L2discharge-construct
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Uncorrelated finite random variables need not be independent

Statement refuted

If Cov(X,Y)=0, then the finite random variables X and Y are independent.

Facts & Assumptions

Given: The uniform space Ω={1,0,1}, the identity variable X(ω)=ω, and Y=X2.

[L1]

Uniform probabilities are cardinality ratios (The uniform probability space on a nonempty finite set).

[L2]

Independence requires every joint attained-value probability to factor (Pairwise and mutual independence of finite-valued random variables).

Counterexample

technique · constructive
1.1

On the stated three-point space, symmetry gives E[X]=0 and E[XY]=E[X3]=0, while E[Y]=2/3.

givenL1algebraconstruct
1.2

But P(X=0,Y=0)=1/3, whereas P(X=0)P(Y=0)=(1/3)(1/3)=1/9.

L1algebra
2.1

Hence Cov(X,Y)=0.

step 1.1L3algebra
3.1

Thus X,Y are uncorrelated but not independent.

step 2.1step 1.2L2discharge-construct
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

For dependent variables, E[XY] need not equal E[X]E[Y]

Statement refuted

Every pair of finite random variables satisfies E[XY]=E[X]E[Y].

Facts & Assumptions

Given: A uniform random sign X on {1,1} and the variable Y=X.

[L1]

A uniform two-point space gives both outcomes probability 1/2 (The uniform probability space on a nonempty finite set).

[L2]

Independence requires joint attained-value probabilities to factor (Pairwise and mutual independence of finite-valued random variables).

[L3]

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

Counterexample

technique · constructive
1.1

For the constructed pair Y=X, directly E[X]=E[Y]=0, while XY=X2=1 everywhere and hence E[XY]=1.

givenL1L3algebraconstruct
1.2

Also P(X=1,Y=1)=1/21/4=P(X=1)P(Y=1), so the variables are dependent.

L1L2algebra
2.1

Thus E[XY]=10=E[X]E[Y], refuting the statement.

step 1.1step 1.2discharge-construct
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

False: linearity of expectation requires independence

Statement

The identity E[X+Y]=E[X]+E[Y] is valid only when X and Y are independent.

Facts & Assumptions

Given: Finite real random variables on one finite probability space.

[L1]

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

[L2]

A uniform two-point space assigns each outcome probability 1/2 (The uniform probability space on a nonempty finite set).

[L3]

Independence requires every joint attained-value probability to factor (Pairwise and mutual independence of finite-valued random variables).

Refutation

technique · direct
1.1

On the uniform random-sign space, take X(ω)=ω and Y=X. Then P(X=1,Y=1)=1/21/4=P(X=1)P(Y=1), so [L3] shows that X and Y are dependent.

L2L3construct
2.1

Nevertheless [L1] gives E[X+Y]=E[X]+E[Y]. Therefore independence is not necessary for linearity, so the statement is false.

step 1.1L1
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The union bound can be strict for overlapping events

Example

On the uniform four-point space, let A={1,2}, B={2,3}, and C={2,4}. Then the three events cover the space, but the sum of their probabilities is 3/2.

Facts & Assumptions

Given: The uniform space and events in the Example.

[L1]

Uniform event probabilities are cardinality ratios (The uniform probability space on a nonempty finite set).

[L2]

Two-event inclusion-exclusion subtracts the probability of the overlap (Two-event inclusion-exclusion: P(AB)=P(A)+P(B)P(AB)).

[L3]

The finite union bound compares union probability with the sum of marginal probabilities (The finite union bound).

Verification

technique · direct
1.1

Each event has probability 1/2, while ABC=Ω has probability 1.

L1
2.1

Thus [L3] reads 13/2, and the inequality is strict.

step 1.1L3algebra
3.1

The common outcome 2 is counted in all three marginal probabilities; [L2] displays this overlap correction already for each pair.

step 1.1L2
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A symmetric two-point distribution attains equality in Chebyshev's inequality

Example

For every ε>0, let X be uniform on {ε,+ε}. At the weak threshold ε, equality holds in Chebyshev's inequality.

Facts & Assumptions

Given: A real ε>0 and the random variable in the Example.

[L1]

The two points in a uniform finite space each have probability 1/2 (The uniform probability space on a nonempty finite set).

[L3]

Variance is the expectation of the squared centred variable (Variance, standard deviation, and covariance on a finite probability space).

[L4]

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

Verification

technique · direct
1.1

Symmetry gives E[X]=0, and X2=ε2 everywhere, so Var(X)=ε2.

L1L2L3algebra
2.1

The event XE[X]ε is all of the outcome space and has probability 1.

step 1.1L1
3.1

The right side of [L4] at t=ε is ε2/ε2=1, so equality holds. Positivity of ε licenses the division.

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

A two-valued random variable attains equality in Markov's inequality

Example

Let a>0 and p[0,1]. On a two-outcome finite probability space, give an event E probability p and define X=a on E and X=0 off E. Then equality holds in Markov's inequality at threshold a.

Facts & Assumptions

Given: Parameters a>0, p[0,1], and the construction in the Example.

[L1]

Zero outcome weights are permitted in a finite probability space (Finite probability spaces, outcome weights, events, and event probabilities).

[L3]

Markov gives P(Xa)E[X]/a for nonnegative X and a>0 (Markov's inequality on a finite probability space).

Verification

technique · direct
1.1

Give the two outcomes weights p and 1p; these are nonnegative and sum to 1, including at p=0,1.

L1
2.1

The variable is nonnegative, E[X]=ap, and {Xa}=E has probability p.

step 1.1L2algebra
3.1

Hence P(Xa)=p=ap/a=E[X]/a, so [L3] is sharp.

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

Markov's conclusion can fail without nonnegativity

Statement refuted

The conclusion of Markov's inequality remains valid when the hypothesis X0 is removed.

Facts & Assumptions

Given: The uniform two-point probability space and a random variable X taking values 1 and 3.

[L1]

Each point in a uniform two-point space has probability 1/2 (The uniform probability space on a nonempty finite set).

[L3]

Markov's theorem assumes that X is nonnegative (Markov's inequality on a finite probability space).

Counterexample

technique · constructive
1.1

For the constructed two-valued variable, direct calculation gives E[X]=(13)/2=1.

givenL1L2algebraconstruct
2.1

At threshold a=1, P(X1)=1/2, while E[X]/a=1.

step 1.1L1algebra
3.1

The purported conclusion would be 1/21, which is false. This refutes removal of the nonnegativity hypothesis, not [L3].

step 2.1L3discharge-construct

Sources