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.

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

Linear Algebra Methods in Combinatorics — Examples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

An Oddtown family of four clubs on four citizens, and why a fifth cannot be added

Example

Take the four singletons on [4]:

{0}, {1}, {2}, {3}.

Their incidence matrix over F2 is the identity matrix

N=(1000010000100001),

so NNT=I4.

Verification

technique · direct
1.1

Each singleton has odd size 1, and any two distinct singletons meet in the empty set of even size 0, so the family satisfies Oddtown.

given
2.1

The displayed incidence matrix has pairwise orthogonal rows and NNT=I4, exactly as the Oddtown proof predicts.

step 1.1
3.1

A fifth set cannot be adjoined: by [L1] an Oddtown family on four points has at most four members, and [L2] says the bound is attained already.

L1L2step 1.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-26Open item page →

The pairing construction gives an Eventown family of size 2n/2

Example

For n=4, group the points into the pairs {0,1} and {2,3}. The family

, {0,1}, {2,3}, {0,1,2,3}

is Eventown. For n=5 the same four sets, viewed as subsets of [5], are still Eventown and still maximal.

Facts & Assumptions

Verification

technique · direct
1.1

In both displayed families every set has even size, and the intersection of any two displayed sets is again , {0,1}, {2,3} or {0,1,2,3}, hence even.

given
2.1

For n=4 there are four sets, which is 22=24/2; for n=5 there are again four sets, which is 22=25/2.

L1step 1.1
3.1

The n=5 family is maximal by [L2], so the floor in the general bound is visible already in the first odd case.

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

The seven lines of the Fano plane meet pairwise in one point, and Fisher's bound is tight

Example

The seven lines of the Fano plane may be written as the translates modulo 7 of {0,1,3}:

{0,1,3}, {1,2,4}, {2,3,5}, {3,4,6}, {4,5,0}, {5,6,1}, {6,0,2}.

Facts & Assumptions

Given: the seven three-element sets above.

[L1]

A k-uniform family on [n] whose distinct members have constant intersection size t<k has at most n members (A k-uniform family on [n] with all pairwise intersections of size t<k has at most n members).

Verification

technique · direct
1.1

Each displayed set has size 3.

given
2.1

Let T={0,1,3}. Its nonzero differences are ±1,±2,±3, that is, every nonzero residue modulo 7 exactly once. Hence for distinct translates T+a and T+b, an element x lies in their intersection exactly when xa and xb both lie in T, equivalently when ba is a nonzero difference of two elements of T; that determines x uniquely. So any two distinct displayed sets meet in exactly one point.

step 1.1
3.1

So the family has m=7 subsets on n=7 points with constant pairwise intersection size 1, and [L1] gives 77. The bound is therefore tight.

L1step 2.1
ExampleConstruction: AI-generatedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

K4 decomposed into three complete bipartite graphs, and no decomposition into two

Example

The complete graph K4 has the edge decomposition

K{0},{1,2,3},K{1},{2,3},K{2},{3}.

Facts & Assumptions

Given: the three complete bipartite graphs above.

[L1]

Every complete bipartite decomposition of Kn has at least n1 parts (Graham–Pollak: a complete bipartite decomposition of Kn has at least n1 parts).

Verification

technique · direct
1.1

The three displayed graphs cover the edges {0,1},{0,2},{0,3}; then {1,2},{1,3}; then {2,3}, so every edge of K4 is covered exactly once.

given
2.1

Hence K4 has a complete bipartite decomposition with three parts. Since n1=3, [L1] says that no decomposition into two parts can exist.

L1step 1.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-26Open item page →

All subsets of [4] of size at most 2: VC dimension 2 and exactly i2(4i)=11 members

Example

Let F be the family of all subsets of [4] of size at most 2:

, {0},{1},{2},{3}, {0,1},{0,2},{0,3},{1,2},{1,3},{2,3}.

Verification

technique · direct
1.1

The set {0,1} is shattered: every one of its subsets appears as a trace of the displayed family.

given
2.1

No three-element subset is shattered, because the three-element set itself is missing from the family and therefore cannot appear as a trace on that triple. Hence VC(F)=2.

step 1.1
3.1

The family has exactly 11 members, matching the bound of [L1].

L1step 2.1
ExampleConstruction: AI-generatedVerification: AI-adaptedprecheck passaudited 2026-08-26Open item page →

W1,2(4) written out, and its rank computed

Example

Ordering the rows by the points 0,1,2,3 and the columns by the pairs 01,02,03,12,13,23, one has

W1,2(4)=(111000100110010101001011).

Facts & Assumptions

Given: the matrix above.

[L1]

Verification

technique · direct
1.1

Row operations reduce the matrix to a row-echelon form with four pivot rows, so its rank is 4.

given
2.1

This agrees with [L1].

L1step 1.1
3.1

Direct multiplication also gives W0,1(4)W1,2(4)=2W0,2(4), since every pair contains exactly two points.

given
ExampleConstruction: AI-generatedVerification: AI-adaptedprecheck passaudited 2026-08-26Open item page →

A=B={0,1,2} in Z/7: the sumset has five elements and the bound is tight

Example

Let A=B={0,1,2}Z/7.

Facts & Assumptions

Given: the set A=B={0,1,2} in Z/7.

[L1]

Cauchy-Davenport gives A+Bmin{7,A+B1} (Cauchy–Davenport: for p prime and nonempty A,BZ/p, A+Bmin{p,A+B1}).

Verification

technique · direct
1.1

The sumset is A+B={0,1,2,3,4}, since the nine sums reduce to 0,1,2,1,2,3,2,3,4 modulo 7.

given
2.1

Therefore A+B=5=3+31, so the lower bound of [L1] is attained.

L1step 1.1
3.1

The other branch of the theorem is also visible: if A={0,1,2,3} and B={0,1,2,3,4}, then A+B=Z/7.

L1
ExampleConstruction: AI-generatedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

Applying the Nullstellensatz by hand to f(x,y)=x2y+xy2+x+y over Q

Example

Let

f(x,y)=x2y+xy2+x+yQ[x,y],S1={0,1,2},S2={0,1}.

Facts & Assumptions

Verification

technique · direct
1.1

The total degree of f is 3=2+1, and the coefficient of x2y is 10. Since S1=3>2 and S2=2>1, [L1] applies.

L1given
2.1

Indeed f(1,1)=1+1+1+1=40, so the theorem's conclusion is visible directly.

step 1.1
3.1

Reducing modulo g2(y)=y(y1) replaces y2 by y, so on the grid the polynomial agrees with x2y+xy+x+y, illustrating [L2].

L2
ExampleConstruction: AI-generatedVerification: AI-adaptedprecheck passaudited 2026-08-26Open item page →

The six 2-subsets of [4] are {0,1}-intersecting, and the bound i2(4i)=11 holds

Example

The six 2-subsets of [4] are

{0,1},{0,2},{0,3},{1,2},{1,3},{2,3}.

Facts & Assumptions

Given: the six pairs above.

[L1]

An L-intersecting family with L=2 has at most i=02(4i)=11 members (An L-intersecting family on [n] with L=s has at most i=0s(ni) members).

Verification

technique · direct
1.1

Any two distinct displayed sets meet in either 0 or 1 point, so the family is {0,1}-intersecting.

given
2.1

The family has six members, and [L1] gives the upper bound 1+4+6=11.

L1step 1.1
3.1

For example, the polynomial attached to {0,1} over R is f(x)=x,v{0,1}(x,v{0,1}1). It is nonzero at v{0,1}, where its value is 2, and vanishes at every other displayed pair, whose intersection with {0,1} has size 0 or 1.

given
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

The n hyperplanes xi=1 cover {0,1}n except the origin, so the Alon–Füredi bound is tight

Example

For each i<n, let

Hi:={xRn:xi=1}.

Facts & Assumptions

Given: the hyperplanes H0,,Hn1.

[L1]

Covering {0,1}n{0} by hyperplanes missing the origin needs at least n hyperplanes (Covering {0,1}n minus the origin by affine hyperplanes avoiding the origin needs at least n of them).

Verification

technique · direct
1.1

Every nonzero vertex of the cube has some coordinate equal to 1, so it lies on at least one of the hyperplanes Hi. The origin has no coordinate equal to 1, so it lies on none of them.

given
2.1

Thus the n hyperplanes H0,,Hn1 cover exactly the nonzero cube vertices. By [L1], no smaller family can do so.

L1step 1.1
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

FALSE: an Oddtown family on [n] has at most n1 members

Statement

False claim: every Oddtown family on [n] has at most n1 members.

Facts & Assumptions

Given: the singleton family on [n].

[L1]

The singleton family is an Oddtown family of size exactly n (The n singletons form an Oddtown family, so the bound mn is attained for every n).

Refutation

technique · direct
1.1

By [L1], the family {{0},,{n1}} is an Oddtown family with n members.

L1
2.1

Since n is not at most n1, the false claim fails for every n1.

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

FALSE: distinct nonempty A1,,Am[n] whose pairwise intersections all have the same parity satisfy mn

Statement

False claim: if distinct nonempty subsets of [n] have pairwise intersections all of the same parity, then there are at most n of them.

Facts & Assumptions

Given: the seven nonempty unions of the three pairs {0,1}, {2,3} and {4,5}.

Refutation

technique · direct
1.1

Each chosen set and each pairwise intersection is a union of some of the three disjoint pairs, hence has even size. Thus the family satisfies the Eventown conditions of [L1], and all pairwise intersections have the same parity.

givenL1
2.1

The family has 231=7 distinct nonempty members on n=6 points. Since 7>6, it satisfies every hypothesis of the false claim and violates its conclusion.

step 1.1given

Remarks

  • The broken step is the real-positivity argument in Fisher's proof. Over F2 there is no ordered notion of sum of squares.
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

FALSE: a family on [n] of VC dimension at most d has at most nd members

Statement

False claim: a family on [n] of VC dimension at most d has at most nd members.

Facts & Assumptions

Given: the family {,{0}} on [1].

Refutation

technique · direct
1.1

The family {,{0}} has VC dimension 1: it shatters {0} and nothing larger.

given
2.1

It has two members, while nd=11=1. So the false claim already fails at n=1, d=1.

L1step 1.1

Remarks

  • The true polynomial estimate on the page is (n+1)d, not nd.
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-26Open item page →

FALSE: x,y=ixiyi makes F2n an inner product space

Statement

False claim: the standard form on F2n is an inner product.

Facts & Assumptions

Given: the vector x=(1,1)F22.

[L1]

Over F2, one has x,x=ixi (The standard bilinear form x,y=i<nxiyi on Fn).

Refutation

technique · direct
1.1

The vector x=(1,1) is nonzero, but [L1] gives x,x=1+1=0 in F2.

L1given
2.1

An inner product cannot vanish on a nonzero vector, so the false claim fails.

step 1.1

Remarks

  • What remains true is that the form is symmetric and bilinear. That is all the page ever uses over F2.
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

FALSE: if degf=iti and Si>ti then f is nonzero somewhere on S1××Sn

Statement

False claim: the combinatorial Nullstellensatz remains true if the hypothesis that the top monomial coefficient is nonzero is deleted.

Facts & Assumptions

Refutation

technique · direct
1.1

The polynomial f has total degree 2=1+1, and each grid has size 2>1.

given
2.1

But f(0,0)=f(0,1)=f(1,0)=f(1,1)=0. So the conclusion of the false claim fails.

step 1.1
3.1

The missing hypothesis is exactly the coefficient of xy, which is 0 here. That is why [L1] does not apply.

L1step 2.1
CounterexampleConstruction: AI-generatedVerification: AI-adaptedprecheck passaudited 2026-08-26Open item page →

A set family whose incidence vectors are dependent over F2 and independent over R

Statement refuted

Changing the field can change linear independence. Take

A1={0,1},A2={1,2},A3={0,2}[3].

Facts & Assumptions

Given: the three subsets above.

[F1]

Their incidence vectors are (1,1,0), (0,1,1) and (1,0,1) (The incidence vector vAFn of a subset A[n] over a stated field).

Counterexample

technique · direct
1.1

Over F2, the three incidence vectors sum to (0,0,0), so they are linearly dependent.

F1algebra
2.1

Over R, suppose a(1,1,0)+b(0,1,1)+c(1,0,1)=0. The three coordinates give a+c=0, a+b=0, and b+c=0. Hence b=c=a and the last equation gives 2a=0, so a=b=c=0. Thus the vectors are linearly independent over R.

F1algebra
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-26Open item page →

In Z/4 the sets A=B={0,2} have A+B=2, below the Cauchy–Davenport bound 3

Statement refuted

The Cauchy-Davenport lower bound can fail for a composite modulus.

Facts & Assumptions

Given: the modulus 4 and the set A=B={0,2}Z/4.

[L1]

For prime p and nonempty A,BZ/p, Cauchy--Davenport gives A+Bmin{p,A+B1} (Cauchy–Davenport: for p prime and nonempty A,BZ/p, A+Bmin{p,A+B1}).

Counterexample

technique · direct
1.1

The four sums are 0+0=0, 0+2=2, 2+0=2 and 2+2=0, so A+B={0,2} and therefore A+B=2.

given
2.1

The Cauchy-Davenport lower bound would be min{4,2+21}=3, so the inequality fails for this composite modulus.

step 1.1
3.1

The failure occurs outside the theorem's prime-modulus hypothesis: here the modulus is 4, not a prime p, so [L1] does not apply.

L1step 2.1
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

P(x)=x(x1) vanishes on {0,1} although degxP={0,1}

Statement refuted

The strict inequality in the polynomial identity lemma cannot be weakened to equality.

Facts & Assumptions

Given: a field F, the polynomial P(x)=x(x1)F[x], and the set S={0,1}F.

[L1]

Over a field, if a polynomial has degree in each variable strictly below the size of the corresponding finite grid set and vanishes on the whole grid, then it is the zero polynomial (If degxiP<Si for each i and P vanishes on S1××Sn, then P=0).

Counterexample

technique · direct
1.1

The polynomial P(x)=x(x1) is nonzero and has degree 2=S.

given
2.1

Yet P(0)=0 and P(1)=0, so P vanishes on all of S.

step 1.1
3.1

Therefore the conclusion of [L1] fails when the strict inequality is replaced by equality.

L1step 2.1

Sources