Alphabeta Math
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.

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

Independence Borel Cantelli and Zero One Laws - Examples

1 · Prerequisites

2 · Summary

These examples isolate the main behaviors proved on the A page. Independence is not the same as disjointness, measurable functions of disjoint independent blocks stay independent, and Borel-Cantelli turns a summable tail estimate into an eventual almost-sure bound.

The counterexamples keep the scope exact. A divergent sum of probabilities does not force infinitely many occurrences without independence, and even when two events start independent, overlapping unions can destroy that independence.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-05Open item page →

Independent events need not be disjoint

Example

On the uniform space Ω={00,01,10,11}, let A:={00,01},B:={00,10}. Then A and B are independent, but they are not disjoint because AB={00}.

Facts & Assumptions

Given: The uniform four-point space and the events A,B displayed above.

[L1]

In a uniform finite space, event probability is cardinality divided by the total number of outcomes. (The uniform probability space on a nonempty finite set)

[L2]

Two events are independent exactly when P(AB)=P(A)P(B). (Independent events, pairwise independence, and mutual independence of a finite family)

Verification

technique · direct
1.1

By [L1], the events A and B each have probability 2/4=1/2, while AB={00} has probability 1/4.

L1
2.1

Step 1.1 gives P(AB)=14=1212=P(A)P(B), so [L2] shows that A and B are independent. Since 00AB, they are not disjoint.

step 1.1L2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-05Open item page →

Functions of disjoint independent coordinate blocks remain independent

Example

Let X0,X1,X2,X3 be independent random elements. Put Y:=(X0,X1),Z:=(X2,X3). If f and g are measurable maps on the targets of Y and Z, then f(Y) and g(Z) are independent.

This is the standard way to pass from coordinate independence to independence of functions built from disjoint coordinate blocks.

Facts & Assumptions

Given: Independent random elements X0,X1,X2,X3 and measurable maps f and g as in the Example.

[L1]

Disjoint groups of an independent sigma-algebra family remain independent. (Disjoint groups of an independent sigma-algebra family remain independent)

[L2]

Measurable coordinatewise functions preserve independence. (Measurable coordinatewise functions preserve independence)

[L3]

Independence of random elements is defined through independence of their generated sigma-algebras. (Independent random elements)

Verification

technique · direct
1.1

The sigma-algebras σ(X0),σ(X1),σ(X2),σ(X3) are independent by [L3]. Grouping the first two and last two coordinates, [L1] shows that the block sigma-algebras σ(X0,X1) and σ(X2,X3) are independent. Therefore the block random elements Y and Z are independent.

L1L3
2.1

Applying [L2] to the independent pair Y,Z and the measurable maps f,g gives independence of f(Y) and g(Z).

step 1.1L2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-05Open item page →

A summable tail bound becomes an almost-sure eventual bound

Example

Let (Xn)nN be real random variables and let (an)nN be positive real numbers. If n=0P(Xn>an)<+, then with probability 1 only finitely many indices n satisfy Xn>an. Equivalently, almost surely there is N such that Xnan for every nN.

Facts & Assumptions

Given: Real random variables Xn and positive thresholds an with n=0P(Xn>an)<+.

[L1]

If the probabilities of events are summable, then the corresponding events occur infinitely often with probability 0. (First Borel-Cantelli lemma for events)

Verification

technique · direct
1.1

Apply [L1] to the events An:={Xn>an}. Then P(Xn>an i.o.)=0.

L1
2.1

The complement of the event in step 1.1 is exactly the event that there is an index N such that Xnan for all nN. Hence that eventual bound holds almost surely.

step 1.1algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-09-05Open item page →

Convergence of an independent random series is a zero-one event

Example

If (Xn)nN is an independent sequence of real random variables, then the event {n=0Xn converges} has probability either 0 or 1.

The zero-one law does not decide which value occurs; it says only that no intermediate probability is possible.

Facts & Assumptions

Given: An independent sequence of real random variables (Xn)nN.

[L1]

Almost-sure convergence of an independent series is a tail event of probability 0 or 1. (Almost-sure convergence of an independent series is a zero-one event)

Verification

technique · direct
1.1

The displayed event is exactly the convergence event covered by [L1].

L1
2.1

Therefore its probability belongs to {0,1}.

step 1.1algebra
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-05Open item page →

A divergent probability sum does not force infinitely many occurrences without independence

Statement refuted

If (An)nN is a sequence of events with n=0P(An)=+, then P(An i.o.)=1.

Facts & Assumptions

Given: An event A with 0<P(A)<1, and define An:=A for every nN.

[L1]

The event An i.o. is the event that infinitely many of the An occur. (Limsup and the infinitely often event)

[L2]

Probability measures respect complements and monotone set identities. (Basic identities for a probability measure)

Counterexample

technique · constructive
1.1

Since every An equals A, one has n=0P(An)=n=0P(A)=+.

givenalgebraconstruct
1.2

For every outcome ω, either ωA and then ωAn for all n, or ωA and then ωAn for all n. Hence the infinitely-often event is exactly A itself: An i.o.=A.

L1
2.1

Therefore P(An i.o.)=P(A), and the chosen hypothesis 0<P(A)<1 makes this probability strictly between 0 and 1. So the displayed implication is false without an independence hypothesis.

step 1.1step 1.2L2discharge-construct
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-05Open item page →

Unions of overlapping independent events need not remain independent

Statement refuted

Whenever A and B are independent events, and C overlaps both of them, the unions AC and BC are also independent.

Facts & Assumptions

Given: The uniform four-point space Ω={00,01,10,11} and the events A:={00,01},B:={00,10},C:={00,11}.

[L1]

In a uniform finite space, event probability is cardinality divided by the total number of outcomes. (The uniform probability space on a nonempty finite set)

[L2]

Two events are independent exactly when P(EF)=P(E)P(F). (Independent events, pairwise independence, and mutual independence of a finite family)

Counterexample

technique · constructive
1.1

By [L1], the events A and B have probability 1/2, and AB={00} has probability 1/4. Hence A and B are independent by [L2]. Also C overlaps both of them because 00AC and 00BC.

L1L2construct
2.1

The unions are AC={00,01,11},BC={00,10,11}, so each has probability 3/4, while (AC)(BC)={00,11} has probability 1/2.

step 1.1L1
3.1

Since P((AC)(BC))=12916=3434, [L2] shows that AC and BC are not independent. This refutes the statement.

step 2.1L2discharge-construct