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.

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

Finite Probability and the Probabilistic Method — Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

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

The expected number of triangles in G(n,p) is (n3)p3

Example

Let T be the number of triangles in G(n,p). Then E[T]=(n3)p3, and Var(T)=(n3)(p3p6)+2(n2)(n22)(p5p6).

Facts & Assumptions

Given: The random graph G(n,p) and its triangle count T.

[L1]

G(n,p) has independent Bernoulli edge coordinates (The Erdős-Rényi finite random graph G(n,p)).

[L2]

A prescribed set of r present edges has probability pr (A prescribed set of present and absent edges in G(n,p) has product probability).

[L4]

There are (n3) vertex triples and (n2) vertex pairs (The set [A]k of k-element subsets and the binomial coefficient (nk):=[n]k).

[L5]

Variance and covariance obey their centred-product definitions, and the variance of a finite sum is the sum of individual variances plus twice the unordered pairwise covariances (Variance, standard deviation, and covariance on a finite probability space, Variance of a finite sum as the sum of all variances and covariances).

Verification

technique · direct
1.1

Write T=QIQ, with Q ranging over three-element vertex sets. Each IQ requires three present edges and has expectation p3, so E[T]=(n3)p3.

L2L3L4
1.2

Each indicator has variance p3p6. Two distinct triangles are independent unless they share an edge; if they share an edge, their joint occurrence requires five edges and their covariance is p5p6.

L1L2L5algebra
1.3

An unordered pair of triangles sharing an edge is determined by the common edge and the two distinct extra vertices, so there are (n2)(n22) such pairs.

L4
2.1

Sum the individual variances and twice the unordered covariances to obtain the formula. For n<3 all relevant binomial coefficients vanish; for p=0,1 the variance is zero.

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

First- and second-moment bounds for a nonempty Bernoulli random subset

Example

Retain each element of [n] independently with probability p, and let X be the size of the random subset. Then E[X]=np,E[X2]=np(1p)+n2p2,P(X>0)=1(1p)n. When np>0, the first- and second-moment bounds give P(X>0)np,P(X>0)np1p+np.

Facts & Assumptions

Given: Naturals n and a real p[0,1].

[L1]

X is a sum of n mutually independent Bernoulli(p) variables, and mutual independence factors their joint attained-value probabilities (Bernoulli random variables and binomial random variables as sums of independent Bernoulli trials, Pairwise and mutual independence of finite-valued random variables).

Verification

technique · cases
1.1

The event X=0 means every retention coordinate is zero, so P(X>0)=1(1p)n.

L1
1.2

The identity [L3] and [L2] give E[X2]=np(1p)+n2p2.

L2L3algebra
1.3

If np=0, then n=0 or p=0, and X=0 almost surely; all three displayed exact formulas give zero where appropriate, while the second-moment ratio is not formed.

assume-case zeroL1L2
2.1

If np>0, Markov at threshold 1 gives P(X>0)np, and the second-moment bound with steps 1.1 and 1.2 gives P(X>0)(np)2/(np(1p)+n2p2)=np/(1p+np).

assume-case positivestep 1.1step 1.2L4algebra
3.1

The cases are exhaustive. At p=1 and n>0, the exact probability is 1 and the second-moment lower bound is np/(1p+np)=1, while the Markov upper bound is np=n and is vacuous for n2.

step 1.3step 2.1cases-exhaustive
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The random-colouring proof of R(k,k)>2k/2

Example

For every natural k3, a uniformly random red-blue colouring of the edges of a suitable complete graph proves the strict diagonal Ramsey bound R(k,k)>2k/2.

Facts & Assumptions

Given: A natural k3 and n=2k/2.

[L1]

A uniform red-blue edge colouring is equivalently G(n,1/2) (The Erdős-Rényi finite random graph G(n,p)).

[L2]

Prescribing r edge colours has probability 2r (A prescribed set of present and absent edges in G(n,p) has product probability).

[L3]

Probability of a finite union is at most the sum of its event probabilities, complements have complementary probabilities, and positive probability yields a witness (The finite union bound, Normalization, nonnegativity, monotonicity, complements, and differences in a finite probability space, An event of positive probability in a finite probability space is nonempty).

[L4]

R(k,k) is the least order forcing a monochromatic k-clique, and the published theorem states the same strict bound (The off-diagonal Ramsey number R(s,t) as the least N with N(s,t)2, for positive s,t, Erdős's finite counting bound R(k,k)>2k/2 for every k3).

Verification

technique · constructive
1.1

Construct the random colouring by colouring every edge independently and uniformly red or blue. A fixed k-set is monochromatic with probability 22(k2)=21(k2).

L1L2construct
2.1

The union bound over all k-sets gives failure probability at most 2(nk)2(k2)2nk2(k2)/k!21+k/2/k!.

step 1.1L3L5algebra
3.1

At k=3, 3!=6>25/2. If k!>21+k/2 for k3, then (k+1)!=(k+1)k!>21+(k+1)/2 because k+1>2. Hence the final bound in step 2.1 is less than 1 for every k3.

step 2.1algebra
4.1

By [L3] a colouring with no monochromatic k-set exists on n vertices, so R(k,k)>n. Since R(k,k) is an integer and n=2k/2, this implies R(k,k)>2k/2 and agrees with [L4].

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

Checking the symmetric local-lemma condition for a sparse uniform hypergraph

Example

For any natural q, form a 5-uniform hypergraph from q disjoint blocks, each block consisting of two edges that meet in one vertex and are otherwise disjoint. Every edge meets exactly one other edge. The Local Lemma proves the hypergraph two-colourable for every q, while the first-moment edge-count criterion applies only when 2q<16.

Facts & Assumptions

Given: The hypergraph construction in the Example.

[L1]

Fewer than 2k1 edges is sufficient for first-moment two-colourability (Every k-uniform hypergraph with fewer than 2k1 edges is 2-colourable).

[L2]

The Local-Lemma criterion is e(d+1)2k1 when every edge meets at most d other edges (A k-uniform hypergraph is 2-colourable when every edge meets at most d other edges and e(d+1)2k1).

[L3]

e=j01/j!, and at x=1,N=2 the exponential tail from j=3 onward is at most 1/3 (The real exponential function and the number e by a power series, A geometric bound for tails of the exponential series).

Verification

technique · direct
1.1

Every edge has five vertices and meets only its block partner, so k=5 and d=1.

given
2.1

By [L3], e1+1+1/2+1/3=17/6<3, so 2e<6<16. Hence [L2] gives a proper two-colouring for every q, including q=0.

step 1.1L2L3algebra
3.1

The hypergraph has 2q edges, so [L1] applies only when 2q<24=16. For q8, the Local Lemma still applies while this first-moment criterion does not.

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

A parameter ledger for the high-girth, high-chromatic alteration proof

Example

For the targets k=2 and =3, choose n=260,p=n5/6=250,s=n/4=258. These parameters make both failure probabilities in the alteration proof less than 1/2.

Facts & Assumptions

Given: The explicit parameters in the Example.

[L1]

The expected number of cycles of length at most 3 is at most n3p3/6 (The expected number of cycles of length at most in G(n,p)).

[L2]

P(α(G(n,p))s)exp(slognp(s2)) (P(α(G(n,p))s)(ns)(1p)(s2)nsexp(p(s2)) for sn).

[L4]

Markov bounds nonnegative upper tails; the union bound controls finite unions; complements have complementary probabilities; and positive probability gives a witness (Markov's inequality on a finite probability space, The finite union bound, Normalization, nonnegativity, monotonicity, complements, and differences in a finite probability space, An event of positive probability in a finite probability space is nonempty).

[L5]

The high-girth alteration deletes one vertex per short cycle and compares the surviving order with the independence number (For all positive k,, some finite graph has girth greater than and chromatic number greater than k).

Verification

technique · constructive
1.1

Here n3p3/6=n1/2/6, so [L4] at the threshold n/2 bounds the short-cycle failure probability by n1/2/3<1/2.

L1L4algebra
1.2

Since p(s1)/2=251(2581)>127, while [L3] gives logn=60log260, one has slognp(s2)=s(lognp(s1)/2)<67s<1. Thus [L2] and [L3] bound the independence failure probability by a number less than exp(1)=1/e1/2.

L2L3algebra
2.1

By [L4], the union of the two failure events has probability less than 1, so its complement has positive probability and contains a graph with fewer than n/2 triangles and independence number below n/4. Delete one vertex per triangle. More than n/2 vertices survive, no triangle survives, and any two-colouring would have an independent colour class larger than n/4.

step 1.1step 1.2L4L5construct
3.1

Hence the survivor has girth greater than 3 and chromatic number greater than 2, with every integrality and strict inequality explicit.

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

Expectation equal to 1 does not force a nonnegative integer-valued variable to vanish somewhere

Statement refuted

If a nonnegative integer-valued random variable satisfies E[X]1, then some outcome has X=0.

Facts & Assumptions

Given: The uniform probability space on a singleton and its constant random variable X=1.

[L1]

A nonempty singleton carries a uniform finite probability space (The uniform probability space on a nonempty finite set).

[L2]

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

[L3]

The first-moment avoidance conclusion assumes the strict inequality E[X]<1 (The first-moment method for avoiding or forcing a finite count of bad events).

Counterexample

technique · constructive
1.1

Construct X to equal 1 on the unique outcome. That outcome has weight 1, so E[X]=1.

givenL1L2construct
1.2

The event {X=0} is empty.

given
2.1

Thus the weak threshold E[X]1 does not force a zero outcome; the strict hypothesis in [L3] is necessary.

step 1.1step 1.2L3discharge-construct

Sources