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.

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

Finite Probability and the Probabilistic Method

1 · Prerequisites

2 · Summary

Finite probability spaces supply expectation, indicators, independence, variance, Markov's inequality, and the second-moment bound. Extremal graph theory supplies finite graph, hypergraph, colouring, girth, and independence-number conventions, while congruence arithmetic over prime residue fields supports the finite sum-free construction.

Positive probability and first moments first become existence principles, followed by deletion and alteration. The Erdős-Rényi model and exponential moments yield a random-sign Chernoff bound; dependency digraphs then support the asymmetric and symmetric Lovász Local Lemmas. These tools produce hypergraph two-colourings, large cuts, tournament and domination results, strict sum-free subsets, and the alteration construction of graphs with simultaneously large girth and chromatic number.

3 · Logical flowchart

4 · Definitions, theorems and proofs

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

An event of positive probability in a finite probability space is nonempty

Statement

If an event A in a finite probability space has P(A)>0, then A is nonempty.

Facts & Assumptions

Given: An event A in a finite probability space.

Proof

technique · contrapositive
1.1

Assume A is empty.

assume-hypcontrapositive-reduce
2.1

Then P(A)=0 by [L1], so P(A) is not positive.

step 1.1L1
3.1

The contrapositive proves that positive probability implies nonemptiness. It asserts existence of an outcome, not a canonical choice of one.

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

The first-moment method for avoiding or forcing a finite count of bad events

Statement

Let X be a nonnegative integer-valued random variable on a finite probability space.

  1. If E[X]<1, some outcome has X=0.
  2. If E[X]>0, some outcome has X>0.
  3. More generally, some outcome satisfies XE[X] and some satisfies XE[X].

Facts & Assumptions

Given: A nonnegative integer-valued random variable X on a finite probability space.

[L1]

Some outcome has value at least the expectation and some has value at most it (Expectation preserves pointwise order and lies between the minimum and maximum attained values).

[L2]

Markov gives P(X1)E[X] (Markov's inequality on a finite probability space).

[L3]

An event of positive probability in a finite probability space is nonempty (An event of positive probability in a finite probability space is nonempty).

[L4]

Proof

technique · direct
1.1

If E[X]<1, [L2] gives P(X1)<1, so [L4] gives P(X=0)>0 because a nonnegative integer is either zero or at least one.

L2L4algebra
1.2

If E[X]>0, an outcome with XE[X]>0 exists by [L1].

L1
2.1

By [L3], the event {X=0} is nonempty.

step 1.1L3
3.1

The two averaging assertions are exactly [L1]; steps 1.1 and 2.1 prove avoidance, and step 1.2 proves forcing.

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

The deletion-alteration method converts an expected defect count into a deterministic lower bound

Statement

Suppose a finite random object has integer size Y and comes with a finite listed collection of X defects. If a deterministic repair deletes at most one unit for every listed defect and produces an admissible object, then some repaired outcome has size at least E[Y]E[X]. Repeated or redundant listed defects are allowed; they can only weaken the lower bound.

Facts & Assumptions

Given: Integer-valued random variables X,Y and a repair as in the Statement.

[L1]

Expectation is linear without independence, so E[YX]=E[Y]E[X] (Expectation is linear for every finite family of random variables, without any independence hypothesis).

[L2]

Some outcome of a finite random variable has value at least its expectation (Expectation preserves pointwise order and lies between the minimum and maximum attained values).

Proof

technique · direct
1.1

On every outcome, deleting at most one unit per listed defect leaves an admissible object of size at least YX.

given
1.2

By [L2], there is an outcome with YXE[YX].

L2
2.1

Repair that outcome. Its size is at least E[YX]=E[Y]E[X] by [L1]. Overlisting defects increases X and therefore cannot invalidate the lower bound.

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

1+xexp(x) for every real x, hence (1p)mexp(mp)

Statement

For every real x, 1+xexp(x). Consequently, if 0p1 and mN, then (1p)mexp(mp).

Facts & Assumptions

Given: A real x, a real p[0,1], and a natural m.

[L2]

The derivative of the exponential is the exponential (The exponential function is smooth and (exp)=exp).

[L3]

The exponential is strictly increasing (The exponential function is strictly increasing).

[L4]
[L5]

If a function is continuous on [a,b] and differentiable on (a,b), then its endpoint difference equals its derivative at an intermediate point times ba (The mean value theorem, as the case g(x)=x of Cauchy's: for f continuous on [a,b] with a<b and differentiable on (a,b) there is c(a,b) with f(b)f(a)=f(c)(ba)).

[L6]

Natural powers are defined recursively, and preserve order on nonnegative bases (Integer powers am, Monotonicity of xxn and of nan).

[L7]

For all real u,v, exp(u+v)=exp(u)exp(v) (The exponential addition formula exp(x+y)=exp(x)exp(y)).

Proof

technique · cases
1.1

If x=0, then 1+x=1=exp(x).

assume-case zeroL1
1.2

If x>0, [L5] and [L2] give exp(x)1=exp(c)x for some 0<c<x; [L3] gives exp(c)>1, hence exp(x)>1+x.

assume-case positiveL1L2L3L5choose
1.3

If x<0, apply [L5] on [x,0]: 1exp(x)=exp(c)(x) for some x<c<0. Now 0<exp(c)<1 by [L3] and [L4], so 1exp(x)<x and 1+x<exp(x).

assume-case negativeL1L2L3L4L5choose
2.1

The three cases prove 1+xexp(x) for every real x.

step 1.1step 1.2step 1.3cases-exhaustive
3.1

Apply step 2.1 to x=p to get 01pexp(p), then raise both sides to the natural power m and use [L7] repeatedly to obtain (1p)mexp(mp). The case m=0 is equality, including p=1.

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

The Erdős-Rényi finite random graph G(n,p)

Definition

Let nN and p[0,1]. The Erdős-Rényi random graph G(n,p) is the finite simple graph on the labelled vertex set [n] in which the (n2) possible edge indicators are mutually independent Bernoulli(p) variables (Bernoulli random variables and binomial random variables as sums of independent Bernoulli trials). Equivalently, its probability space is the product of one Bernoulli edge space for every two-element subset of [n].

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

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

Statement

In G(n,p), let R and F be disjoint sets of possible edges, with R=r and F=s. The probability that every edge of R is present and every edge of F is absent is pr(1p)s. In particular, a fixed labelled graph with m edges has probability pm(1p)(n2)m.

Facts & Assumptions

Given: G(n,p) and disjoint prescribed edge sets R,F.

[L1]

Coordinate events in a finite product probability space are mutually independent (Product weights normalize, and coordinate events are mutually independent).

[L2]

G(n,p) has independent Bernoulli(p) coordinates indexed by the possible edges (The Erdős-Rényi finite random graph G(n,p)).

Proof

technique · direct
1.1

Each required-present coordinate has probability p and each required-absent coordinate has probability 1p.

L2
2.1

Mutual independence factors the joint probability as pr(1p)s. This remains valid for empty prescriptions and for p=0,1.

step 1.1L1algebra
3.1

For a fixed graph, take its m edges as R and the remaining (n2)m possible edges as F.

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

The moment generating function MX(t)=E[etX] on a finite probability space

Definition

For a finite real random variable X, its moment generating function is the everywhere-defined function MX(t):=E[exp(tX)],tR. Finiteness of the outcome space makes this a finite sum, so no convergence hypothesis is needed.

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

The moment generating function of a finite sum of independent variables is the product of their moment generating functions

Statement

If (Xi)iI is a finite mutually independent family, then for every real t, MiIXi(t)=iIMXi(t). For I=, both sides equal 1.

Facts & Assumptions

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

[L2]

Expectation factors over finite products of mutually independent random variables (Expectation factors over a finite product of mutually independent random variables).

[L3]

exp(x+y)=exp(x)exp(y) for all reals x,y (The exponential addition formula exp(x+y)=exp(x)exp(y)).

[L4]

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

Proof

technique · direct
1.1

Iterating [L3] gives exp(tiXi)=iexp(tXi) pointwise. For any joint values of the transformed variables, each corresponding event is a disjoint union of joint-value events of the Xi; summing the products supplied by [L4] and factoring the finite sums with [L5] proves that the transformed variables remain mutually independent.

L3L4L5algebra
2.1

Apply [L2] to step 1.1 and use [L1] in each factor to obtain the formula.

step 1.1L1L2
3.1

For I=, the sum is zero, M0(t)=exp(0)=1, and the product is empty and equals 1.

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

For a uniform random sign ε, E[etε]et2/2

Statement

If ε is uniform on {1,1}, then for every real t, E[exp(tε)]exp(t2/2).

Facts & Assumptions

Given: A uniform random sign ε and a real t.

[L1]

The moment generating function is the expectation of exp(tX) (The moment generating function MX(t)=E[etX] on a finite probability space).

[L2]

exp(x)=k0xk/k! for real x (The real exponential function and the number e by a power series).

[L5]

Finite sums obey addition, scaling, and monotonicity (Laws of finite sums and finite products).

Proof

technique · direct
1.1

Direct averaging gives E[exp(tε)]=(exp(t)+exp(t))/2.

L1
1.2

For every j0, (2j)!=r=1j(2r1)(2r)r=1j2r=2jj!, including j=0.

L3L5algebra
2.1

Expanding both exponentials by [L2] and using [L4], the odd powers cancel and the result is j0t2j/(2j)!.

step 1.1L2L4
3.1

Hence t2j/(2j)!(t2/2)j/j! term by term, and [L4] gives E[exp(tε)]j0(t2/2)j/j!=exp(t2/2).

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

For n1 independent random signs, P(St)2exp(t2/(2n)) for t>0

Statement

Let ε0,,εn1 be mutually independent uniform random signs, where n1, and put S=i<nεi. For every t>0, P(St)2exp ⁣(t22n).

Facts & Assumptions

Given: Independent random signs, n1, their sum S, and t>0.

[L1]

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

[L2]
[L3]

A uniform sign satisfies E[exp(uε)]exp(u2/2) (For a uniform random sign ε, E[etε]et2/2).

[L4]

The exponential is strictly increasing (The exponential function is strictly increasing).

[L5]

Probability of a finite union is at most the sum of the probabilities (The finite union bound).

[L6]

Mutual independence is the factorization of all joint attained-value probabilities (Pairwise and mutual independence of finite-valued random variables).

Proof

technique · direct
1.1

For u>0, strict monotonicity gives {St}={exp(uS)exp(ut)}, so [L1] gives P(St)exp(ut)E[exp(uS)].

L1L4
1.2

By [L2] and [L3], E[exp(uS)]exp(nu2/2).

L2L3algebra
2.1

Choose u=t/n>0. Substitution in steps 1.1 and 1.2 gives P(St)exp(t2/(2n)).

step 1.1step 1.2choosealgebra
3.1

Negation merely relabels the two attained values of each sign, so the joint-value factorization in [L6] shows that the variables εi are again mutually independent uniform signs. Step 2.1 applied to S gives the same bound for P(St).

step 2.1L6algebra
4.1

Since {St}={St}{St}, [L5] and steps 2.1 and 3.1 give the result. The excluded boundary t=0 would only give the valid but uninformative bound 12.

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

Dependency digraphs for a finite family of bad events

Definition

Let (Ai)iI be a finite family of events. A loopless digraph D on I is a dependency digraph for the family when, for every iI and every set SI({i}ND+(i)), P ⁣(AijSAjc)=P(Ai)P ⁣(jSAjc). Thus Ai is independent of every conjunction of complements indexed by its non-out-neighbours. An undirected dependency graph is the special case in which every edge is replaced by both directed arcs.

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

The conditional-probability induction underlying the Lovász Local Lemma

Statement

Let D be a dependency digraph for finite events (Ai)iI. Suppose 0xi<1 and P(Ai)xijND+(i)(1xj) for every i. If SI{i} and P(jSAjc)>0, then P ⁣(AijSAjc)xi.

Facts & Assumptions

Given: Events, a dependency digraph, parameters, an index i, and a set S satisfying the Statement.

[L1]

Conditional probability is formed only for a positive-probability conditioning event (Conditional probability P(AB) for P(B)>0).

[L2]

The finite chain rule factors probabilities of successive intersections when all prefix conditioning events are positive (The multiplication rule and finite chain rule for conditional probability).

[L3]

A dependency digraph makes Ai independent of every conjunction of complements indexed by non-out-neighbours (Dependency digraphs for a finite family of bad events).

Proof

technique · induction
1.1

For S=, the conditional probability is P(Ai)xijND+(i)(1xj)xi.

givenbasealgebra
1.2

Assume the assertion holds whenever the conditioning set has fewer than m elements, and let S=m>0. Put S1=SND+(i) and S2=SS1.

ihconstruct
2.1

If S1=, [L3] gives P(AijSAjc)=P(Ai)xi.

step 1.2L1L3algebra
2.2

Suppose S1, order it as j1,,jr, and write Ct=jStAjc. Since P(C1C2)>0, also P(C2)>0. Conditional multiplication gives P(AiC1C2)=P(AiC1C2)/P(C1C2)P(AiC2)/P(C1C2)=P(Ai)/P(C1C2), where the equality uses [L3] because S2 consists of non-out-neighbours of i.

step 1.2L1L2L3choose
3.1

The chain rule writes P(C1C2)=q=1r(1P(AjqhS2{j1,,jq1}Ahc)). Every displayed conditioning set has fewer than m elements and positive probability, because its complement intersection contains the positive event C1C2. The induction hypothesis therefore bounds the conditional probability by xjq, so this denominator is at least jS1(1xj).

step 2.2step 1.2L2ihalgebra
4.1

Consequently P(AijSAjc)P(Ai)/jS1(1xj)xijND+(i)S1(1xj)xi.

step 2.2step 3.1givenalgebra
5.1

Steps 2.1 and 4.1 cover the two possibilities for S1, completing the induction. No conditional probability with zero denominator was formed.

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

The asymmetric Lovász Local Lemma for finitely many events

Statement

Let D be a dependency digraph for finite events (Ai)iI. If there are reals 0xi<1 such that P(Ai)xijND+(i)(1xj) for every i, then P ⁣(iIAic)iI(1xi)>0.

Facts & Assumptions

Given: Events, a dependency digraph, and parameters satisfying the Statement.

[L1]

Under these hypotheses, conditioning Ai on any positive-probability intersection of other event complements gives probability at most xi (The conditional-probability induction underlying the Lovász Local Lemma).

[L2]

The finite chain rule factors the probability of an intersection through successive positive conditional probabilities (The multiplication rule and finite chain rule for conditional probability).

[L3]

Multiplication by a positive real preserves inequalities (Sign rules for products and monotonicity of multiplication).

Proof

technique · induction
1.1

For an empty event family, the intersection is the whole space and both empty products equal 1.

base
1.2

Order a nonempty family as i1,,im and assume the first r1 complements have intersection probability at least q<r(1xiq)>0.

ihchoose
2.1

By [L1], the conditional probability of Air given those complements is at most xir, so the conditional probability of Airc is at least 1xir>0.

step 1.2L1
3.1

Multiplying by the positive prefix probability gives P(qrAiqc)qr(1xiq)>0.

step 1.2step 2.1L2L3algebra
4.1

Induction through r=m proves both the lower bound and positivity.

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

The symmetric Lovász Local Lemma under ep(d+1)1

Statement

Let dN and p0. Let (Ai)iI have a dependency digraph of maximum out-degree at most d. If P(Ai)p for every i and ep(d+1)1, then P(iAic)>0.

Facts & Assumptions

Given: A finite event family, its dependency digraph, and p,d satisfying the Statement.

[L1]

The asymmetric Local Lemma applies when P(Ai)xiij(1xj) with 0xi<1 (The asymmetric Lovász Local Lemma for finitely many events).

[L3]

exp(u+v)=exp(u)exp(v); natural powers preserve order on nonnegative bases; and positive inequalities may be multiplied and inverted using the ordered-field laws (The exponential addition formula exp(x+y)=exp(x)exp(y), Integer powers am, Laws of integer exponents, Monotonicity of xxn and of nan, The reals form a totally ordered field).

Proof

technique · cases
1.1

Suppose d=0 and set every xi=1/e. Applying [L2] at y=1 gives 2e, so 0<xi<1. The hypothesis gives p1/e=xi, and the empty neighbour product is 1, so [L1] applies.

assume-case zeroL1L2algebra
1.2

Suppose d1 and set every xi=1/(d+1). From [L2] at y=1/d and [L3], (1+1/d)de, hence (11/(d+1))d=(d/(d+1))d1/e.

assume-case positiveL2L3algebra
2.1

Each vertex has at most d out-neighbours, so xiij(1xj)1/(e(d+1))p by the hypothesis. Thus [L1] applies.

step 1.2L1L3algebra
3.1

The cases d=0 and d1 are exhaustive and both give positive probability that no bad event occurs.

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

Every k-uniform hypergraph with fewer than 2k1 edges is 2-colourable

Statement

Let k1. Every finite k-uniform hypergraph with fewer than 2k1 edges admits a vertex two-colouring with no monochromatic edge.

Facts & Assumptions

Given: A finite k-uniform hypergraph H=(V,E) with k1 and E<2k1.

[L1]

An edge in a k-uniform hypergraph has exactly k vertices (r-uniform hypergraphs and complete balanced r-partite r-graphs Ks,,s(r)).

[L2]

Independent coordinate events in a finite product space have product probability (Product weights normalize, and coordinate events are mutually independent).

[L3]

A sum of indicators counts the corresponding events, each indicator has expectation equal to its event probability, and expectation is linear without independence (Indicators turn event probabilities, intersections, and finite counts into expectations and products, Expectation is linear for every finite family of random variables, without any independence hypothesis).

[L4]

A nonnegative integer-valued variable with expectation less than 1 vanishes at some outcome (The first-moment method for avoiding or forcing a finite count of bad events).

Proof

technique · direct
1.1

Colour every vertex independently and uniformly red or blue. For a fixed edge, its k colours are all red or all blue with probability 22k=21k.

L1L2
2.1

Let X count monochromatic edges. Then E[X]=E21k<1.

step 1.1L3algebra
3.1

By [L4], some colouring has X=0 and is proper. If k=1, the edge hypothesis forces E=, and the same proof applies.

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

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

Statement

Let k1 and dN. Suppose every edge of a finite k-uniform hypergraph meets at most d other edges and e(d+1)2k1. Then the hypergraph is two-colourable.

Facts & Assumptions

Given: A finite k-uniform hypergraph satisfying the Statement.

[L3]

A dependency graph requires each bad event to be independent of every conjunction of complements indexed by its non-neighbours (Dependency digraphs for a finite family of bad events).

[L4]

If bad events have probability at most p, a dependency graph of maximum degree d, and ep(d+1)1, then they can all be avoided with positive probability (The symmetric Lovász Local Lemma under ep(d+1)1).

[L5]

An event of positive probability in a finite probability space is nonempty (An event of positive probability in a finite probability space is nonempty).

[L6]

For every real x, 1+xexp(x); in particular e=exp(1)2 (1+xexp(x) for every real x, hence (1p)mexp(mp)).

Proof

technique · direct
1.1

Colour vertices independently and fairly. For each edge F, let AF be the event that F is monochromatic. The two monochromatic assignments are disjoint and each has product weight 2k, so P(AF)=21k.

L1L2
1.2

Join two bad events when their edges meet. If all edges indexing a complement conjunction are disjoint from F, that conjunction depends only on coordinates outside F; finite Fubini in [L2] factors its intersection probability with AF. Thus [L3] makes the edge-intersection graph a dependency graph, and its degree is at most d.

L2L3
2.1

The numerical hypothesis is e21k(d+1)1, so [L4] gives positive probability that no edge is monochromatic.

step 1.1step 1.2L4algebra
3.1

By [L5], the positive-probability event in step 2.1 contains a colouring, and that colouring is proper. For k=1, [L6] gives e(d+1)2>1=2k1, so the numerical hypothesis cannot hold; the empty-edge case for admissible parameters is immediate.

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

Every finite graph with m edges has a cut containing at least m/2 edges

Statement

Every finite simple graph with m edges has a bipartition of its vertex set for which at least m/2 edges have endpoints in different parts.

Facts & Assumptions

Given: A finite simple graph G=(V,E) with E=m.

[L1]

A finite simple graph has a finite vertex set and two-element edges (A finite simple graph is a finite vertex set together with a set of two-element vertex subsets).

[L2]

Independent fair coordinate choices form a finite product probability space (Product weights normalize, and coordinate events are mutually independent).

Proof

technique · direct
1.1

Place every vertex independently and fairly into one of two parts. A fixed edge crosses with probability 1/2.

L1L2
2.1

If X is the number of crossing edges, [L3] gives E[X]=m/2.

step 1.1L3
3.1

By [L4], some bipartition has Xm/2. When m=0, every bipartition attains equality.

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

Szele's bound: for every n1, some n-vertex tournament has at least n!/2n1 Hamilton paths

Statement

For every natural n1, some tournament on n labelled vertices has at least n!2n1 directed Hamilton paths.

Facts & Assumptions

Given: A labelled vertex set V of size n1.

[L1]

A tournament orients exactly one direction between each two distinct vertices (A tournament is an orientation of a complete finite graph).

[L2]

A directed path is a directed walk v0,,v, with (vi1,vi) an arc at every step, whose vertices are distinct (Directed walks, trails, paths and cycles, and strong connectivity). A directed Hamilton path is one containing every vertex.

[L3]

Independent coordinate events in a product space have product probability (Product weights normalize, and coordinate events are mutually independent).

Proof

technique · direct
1.1

Orient every possible edge independently and fairly. A fixed ordering of the vertices is a directed Hamilton path exactly when its n1 consecutive edges receive prescribed orientations, an event of probability 2(n1).

L1L2L3
2.1

Sum an indicator over the n! orderings. Its expectation is n!/2n1.

step 1.1L4L5
3.1

Some tournament has at least this many directed Hamilton paths. For n=1, the unique ordering is a Hamilton path and the bound is 1.

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

Tournament property Sk: every set of at most k vertices is dominated by one vertex

Definition

For kN, a tournament T=(V,A) has property Sk when for every set SV with Sk, there is a vertex vVS such that (v,s)A for every sS. For S=, this requires V to be nonempty.

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

If k1 and n3k22k, an n-vertex tournament with property Sk exists

Statement

Let k1 and n3k22k. Then there exists a tournament on n vertices with property Sk.

Facts & Assumptions

Given: Naturals k1 and n3k22k.

[L1]

Property Sk means every set of at most k vertices has an outside vertex directing an arc to each of its members (Tournament property Sk: every set of at most k vertices is dominated by one vertex).

[L2]

Independent edge orientations form a product probability space (Product weights normalize, and coordinate events are mutually independent).

[L3]

Probability of a finite union is at most the sum of its event probabilities, and an event and its complement have probabilities summing to 1 (The finite union bound, Normalization, nonnegativity, monotonicity, complements, and differences in a finite probability space).

[L4]

For every real y, 1+yexp(y); consequently (1p)mexp(mp) for 0p1 (1+xexp(x) for every real x, hence (1p)mexp(mp)).

[L7]

A positive-probability event in a finite probability space is nonempty (An event of positive probability in a finite probability space is nonempty).

Proof

technique · cases
1.1

Orient every edge independently and fairly. For a fixed k-set S, each outside vertex dominates all of S with probability 2k, independently across outside vertices; hence the failure probability is (12k)nk.

L2
2.1

The union bound gives total failure probability at most Fk(n):=(nk)(12k)nk.

step 1.1L3L5
3.1

The ratio Fk(n+1)/Fk(n)=n+1n+1k(12k) is at most 1 whenever n+1k2k. Thus Fk(n) is nonincreasing throughout the stated range.

step 2.1L5algebra
3.2

Suppose k=1. At n=6, F1(6)=6/25<1.

assume-case onestep 2.1algebra
3.3

Suppose k=2. At n=48, F2(48)=1128(3/4)46. Since (3/4)8=6561/65536<1/9, one has (3/4)46<(3/4)40<1/95, and 1128<95; hence F2(48)<1.

assume-case twostep 2.1L5algebra
3.4

Suppose k3 and put N=3k22k. The kth nonnegative term of the exponential series gives k!(k/e)k, so (Nk)(eN/k)k. With [L4], Fk(N)exp(k(1+log(N/k))(Nk)/2k).

assume-case largestep 2.1L4L5L6algebra
4.1

Since N/k=3k2k, [L4] applied at logx gives logxx1 for x>0. Hence the exponent in step 3.4 is at most k(1+2+(k1)+k3k)+k/2k=k(2k)+k/2k<0, using log32, logkk1, and log21. Thus Fk(N)<1.

step 3.4L4L6algebra
5.1

Monotonicity from step 3.1, together with the initial bounds in steps 3.2, 3.3, and 4.1, shows Fk(n)<1 in every case. Since step 2.1 bounds the failure union by Fk(n), [L3] makes its complement positive; that event is nonempty by [L7].

step 2.1step 3.1step 3.2step 3.3step 4.1L3L7cases-exhaustive
6.1

In the resulting tournament every set of size exactly k has a dominator. Any smaller set extends to a k-set because nk, and the same dominator works; hence [L1] gives property Sk.

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

Dominating sets in a finite graph

Definition

Let G=(V,E) be a finite graph. A set DV is a dominating set when every vertex in VD has a neighbour in D. The domination number γ(G) is the minimum cardinality of a dominating set. The full vertex set is always dominating, so the minimum exists.

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

An n-vertex graph of minimum degree δ>1 has a dominating set of size at most n(log(δ+1)+1)/(δ+1)

Statement

Let G be an n-vertex graph with minimum degree δ>1. Then γ(G)n(log(δ+1)+1)δ+1.

Facts & Assumptions

Given: An n-vertex graph G of minimum degree δ>1.

[L1]

A dominating set contains or neighbours every vertex (Dominating sets in a finite graph).

[L2]

Independent Bernoulli coordinate choices form a finite product space (Product weights normalize, and coordinate events are mutually independent).

[L4]

(1p)mexp(mp) for 0p1 (1+xexp(x) for every real x, hence (1p)mexp(mp)).

Proof

technique · constructive
1.1

Put p=log(δ+1)/(δ+1). Since δ+1>1 and the logarithm is increasing with log1=0, one has p>0. Applying [L4] at p is not needed here: applying its first inequality at log(δ+1) gives 1+log(δ+1)δ+1, hence pδ/(δ+1)<1.

L4L5algebra
1.2

Select every vertex independently with probability p, obtaining S, and let U be the vertices neither in S nor adjacent to a member of S. Then D=SU is dominating.

L1L2construct
2.1

A fixed vertex belongs to U only if none of at least δ+1 vertices in its closed neighbourhood is selected, so P(vU)(1p)δ+1exp(p(δ+1))=1/(δ+1).

step 1.1step 1.2L2L4L5
3.1

By linearity, E[D]np+n/(δ+1)=n(log(δ+1)+1)/(δ+1).

step 2.1L3algebra
4.1

Some outcome has D at most this expectation, and its D is a dominating set by step 1.2.

step 1.2step 3.1L3discharge-construct
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-13Open item page →

Sum-free subsets of the integers

Definition

A set BZ is sum-free when there are no x,y,zB with x+y=z. The two summands are allowed to be equal.

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

There are arbitrarily large primes congruent to 2 modulo 3

Statement

For every natural M, there is a prime p>M with p2(mod3).

Facts & Assumptions

Proof

technique · constructive
1.1

Let q1,,qr be all primes at most M that are congruent to 2 modulo 3, allowing r=0, and put N=3q1qr1. Then N2(mod3) and N>1; when the list is empty, N=2.

L2L3construct
2.1

No qi divides N, because N1(modqi). Also 3 does not divide N.

step 1.1L2
3.1

In a prime factorisation of the positive integer N, not every factor can be congruent to 1 modulo 3, since their product is congruent to 2; no factor is congruent to 0 by step 2.1, so some prime factor p is congruent to 2 modulo 3.

step 1.1step 2.1L1L2
4.1

That p is not among the qi by step 2.1, hence p>M. It is the required prime.

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

Every nonempty finite set of n nonzero integers has a sum-free subset of size greater than n/3

Statement

Every nonempty finite set A of n nonzero integers contains a sum-free subset of cardinality strictly greater than n/3.

Facts & Assumptions

Given: A nonempty finite set AZ{0} with A=n.

[L1]

Sum-free means no three members, with repeated summands allowed, satisfy x+y=z (Sum-free subsets of the integers).

[L2]

There are primes p arbitrarily large with p2(mod3) (There are arbitrarily large primes congruent to 2 modulo 3).

[L3]

For prime p, nonzero residue classes form the multiplicative group of the field Z/p (For every prime p, the two operations on Z/p make it a field).

[L4]

A nonempty finite set of real numbers has a maximum (Every nonempty finite set of reals has a maximum and a minimum).

Proof

technique · constructive
1.1

Since A is nonempty, n1. Choose a prime p=3r+2 larger than twice maxaAa.

givenL2L4chooseconstruct
1.2

Let I={r+1,,2r+1}Z/p. This set is sum-free modulo p: if representatives x,y,uI satisfied x+yu(modp), then x+yu would be a multiple of p lying between 1 and 3r+1=p1, which is impossible.

L1algebra
2.1

Choose z uniformly from the nonzero residue classes and put Bz={aA:zamodpI}. Reduction modulo p is injective on A by the choice of p, and multiplication by each nonzero a permutes the nonzero classes by [L3].

step 1.1L3
3.1

Thus every aA belongs to Bz with probability I/(p1)=(r+1)/(3r+1)>1/3. Linearity gives E[Bz]=n(r+1)/(3r+1)>n/3.

step 2.1L5algebra
4.1

Some z has Bz at least the expectation. If x+y=u in Bz, then zx+zy=zu modulo p, contradicting sum-freeness of I; so Bz is sum-free and has size greater than n/3.

step 1.2step 3.1L1L5discharge-construct
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The expected number of cycles of length at most in G(n,p)

Statement

Let X be the number of cycles of lengths 3 through in G(n,p). Then E[X]=r=3nr2rprr=3nrpr2r. If <3, both sums are empty and equal zero.

Facts & Assumptions

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

[L1]

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

[L2]

A cycle is a closed walk of length at least 3 whose vertices, apart from the coinciding endpoints, are distinct (Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges), and the girth is the least length of a cycle (Graph distance within a component, eccentricity, diameter and girth, including the acyclic convention).

[L3]

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]

The falling factorial nr is defined by n0=1 and nk+1=nk(nk) (The factorial n! and the falling factorial nk, defined by recursion in N), and for finite sets A=n, B=r the injections BA number nr (The number of injections from a k-element set into an n-element set is nk). An ordered list of r distinct vertices is such an injection, so there are nr of them.

Proof

technique · direct
1.1

An undirected r-cycle is represented by 2r ordered lists of its vertices, one for each starting point and direction. Hence there are nr/(2r) labelled r-cycles.

L2L4algebra
1.2

In G(n,p), each such cycle occurs with probability pr.

L1L3
2.1

Sum its indicator over all cycles and all 3r. By [L5], the expectation is the first displayed sum.

step 1.1step 1.2L5
3.1

Since nrnr, the stated upper bound follows. When <3 the index set is empty. The formula includes p=0,1.

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

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

Statement

For 0sn and p[0,1], P(α(G(n,p))s)(ns)(1p)(s2)nsexp ⁣(p(s2)). For s>n, the event is empty. At s=0 every displayed quantity equals 1. At s=1 both bounds equal n, so the second inequality is an equality while the first is strict whenever n2.

Facts & Assumptions

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

[L1]

α(G) is the greatest size of an independent vertex set (Cliques, independent sets, clique number and independence number).

[L2]

A prescribed set of absent edges has probability (1p)m (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 the event probabilities (The finite union bound).

[L6]

(1p)mexp(pm) for 0p1 (1+xexp(x) for every real x, hence (1p)mexp(mp)).

Proof

technique · cases
1.1

Suppose sn. If α(G(n,p))s, some s-set has all of its (s2) possible internal edges absent.

assume-case inrangeL1
1.2

Suppose s>n. Then no s-subset exists and the event α(G(n,p))s is empty.

assume-case outrangeL1L4
2.1

A fixed s-set is independent with probability (1p)(s2), so [L3] and [L4] give the first bound.

step 1.1L2L3L4
3.1

By [L5], (ns)nsns, including s=0. Applying [L6] with m=(s2) gives the second bound.

step 2.1L5L6algebra
4.1

The cases are exhaustive. At s=0 or 1, (s2)=0 and the displayed expressions have their stated boundary values.

step 3.1step 1.2cases-exhaustive
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

For all positive k,, some finite graph has girth greater than and chromatic number greater than k

Statement

For every pair of positive natural numbers k,, there is a finite simple graph whose girth is greater than and whose chromatic number is greater than k.

Facts & Assumptions

Given: Positive naturals k,.

[L2]

Deleting vertices produces an induced subgraph and cannot create a cycle (Subgraphs, induced subgraphs and spanning subgraphs).

[L4]

Markov bounds upper tails of nonnegative variables, 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]

Deleting at most one vertex per listed defect leaves a repaired object of size bounded below as in the alteration method (The deletion-alteration method converts an expected defect count into a deterministic lower bound).

Proof

technique · constructive
1.1

If 2, take Kk+1. It has no cycle of length at most 2. Every proper colouring gives distinct colours to its pairwise adjacent vertices, while assigning one colour per vertex is proper, so its chromatic number is k+1; its girth is therefore greater than .

L1construct
1.2

For the remaining range 3, choose a sufficiently large natural n divisible by 2k, put s=n/(2k), and put p=n1+1/(2).

givenchoose
2.1

By [L3] and the real-power laws, E[X]r=3nr/(2)/(2r), which is less than n/4 for all sufficiently large n. Markov then gives P(Xn/2)<1/2.

step 1.2L3L4L6
2.2

Enlarge n so that s2 and logn<n1/(2)/(16k). Then (s2)s2/4, so p(s2)n1+1/(2)/(16k2), whereas slogn<n1+1/(2)/(32k2). Thus [L3] bounds P(α(G(n,p))s) by an exponential whose exponent is less than n1+1/(2)/(32k2). Enlarge n once more so that this exponent is less than 1; then [L7] gives a probability less than exp(1)=1/e1/2.

step 1.2L3L6L7algebra
3.1

Enlarge the choice of n so both strict bounds hold. The union bound then gives positive probability that X<n/2 and α(G)<n/(2k) simultaneously; fix such a graph.

step 2.1step 2.2L4choose
4.1

Delete one vertex from each cycle of length at most . Fewer than n/2 vertices are deleted, the induced survivor H has more than n/2 vertices, and [L2] gives girth greater than .

step 3.1L2L5construct
5.1

If H were k-colourable, one colour class would have at least V(H)/k>n/(2k) vertices and would be independent, contradicting α(H)α(G)<n/(2k). Thus χ(H)>k.

step 3.1step 4.1L1algebra
6.1

Step 1.1 covers 2, while steps 1.2 through 5.1 cover 3, completing the construction.

step 1.1step 5.1discharge-construct

5 · Examples, counterexamples and false statements

None yet.

Sources

Standard references

Recommended treatments; not extraction sources.