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.

7 results · all verified · 3 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.

Block Designs and Finite Projective Planes — Examples

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-26Open item page →

The seven translates of {0,1,3} form the Fano plane

Example

On the point set Z/7, consider the seven triples {0,1,3}, {1,2,4}, {2,3,5}, {3,4,6}, {4,5,0}, {5,6,1}, {6,0,2}, that is, the translates of {0,1,3} modulo 7.

Facts & Assumptions

Given: The seven triples displayed above.

[L1]

A Steiner triple system is a 2-(v,3,1) design (Steiner triple systems).

[L2]

A finite projective plane is a finite point-line incidence structure in which every two distinct points lie on exactly one line, every two distinct lines meet in exactly one point, every line contains at least three points, and there exist four points no three collinear (A finite projective plane).

Verification

technique · direct
1.1

Each displayed line has three points.

given
2.1

Let T:={0,1,3}. Its nonzero differences are ±1,±2,±3, so every nonzero residue modulo 7 occurs exactly once as t2t1 with t1,t2T. Therefore any two distinct points of Z/7 lie in exactly one translate of T. By [L1], the seven triples form a Steiner triple system on seven points.

step 1.1L1algebra
3.1

The same difference calculation shows that any two distinct displayed lines meet in exactly one point. The four points 0,1,2,5 contain no displayed line, so no three of them are collinear. Thus the same seven triples, read as lines, satisfy [L2]; every line has three points, so they form a finite projective plane of order 2. This projective plane is the Fano plane.

step 2.1L2algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-26Open item page →

The Fano plane has incidence matrix N with NNT=2I+J

Example

Order the Fano lines as L0={0,1,3}, L1={1,2,4}, L2={2,3,5}, L3={3,4,6}, L4={4,5,0}, L5={5,6,1}, L6={6,0,2}, and order the points as 0,1,,6. Then the point-block incidence matrix is N=(1000101110001001100011011000010110000101100001011).

Facts & Assumptions

[L1]

Every two distinct points of the Fano plane lie on exactly one line (The seven translates of {0,1,3} form the Fano plane).

Verification

technique · direct
1.1

Each row of N has three ones, because each point lies on three of the seven displayed lines. Hence every diagonal entry of NNT is 3.

givenalgebra
1.2

Distinct rows of N have dot product 1, because [L1] says that any two distinct points lie on exactly one common line. Hence every off-diagonal entry of NNT is 1.

L1algebra
2.1

Therefore NNT has diagonal entries 3 and off-diagonal entries 1, so NNT=2I7+J7. In particular this example realizes equality in Fisher's inequality, since the plane has 7 points and 7 lines.

step 1.1step 1.2algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-26Open item page →

Bose's construction at order 9 gives a Steiner triple system on nine points

Example

For m=1, Bose's construction has n=3 and point set (Z/3)×(Z/3). Since xy=2(x+y) in Z/3, the twelve blocks are {(0,0),(0,1),(0,2)}, {(1,0),(1,1),(1,2)}, {(2,0),(2,1),(2,2)}, {(0,0),(1,0),(2,1)}, {(0,1),(1,1),(2,2)}, {(0,2),(1,2),(2,0)}, {(0,0),(2,0),(1,1)}, {(0,1),(2,1),(1,2)}, {(0,2),(2,2),(1,0)}, {(1,0),(2,0),(0,1)}, {(1,1),(2,1),(0,2)}, {(1,2),(2,2),(0,0)}.

Verification

technique · direct
1.1

The first three displayed blocks are the vertical blocks Vx, and the remaining nine are the blocks Bx,y,i for the three unordered pairs {0,1}, {0,2}, and {1,2} and the three layers iZ/3.

givenalgebra
2.1

Theorem Bose's construction gives a Steiner triple system of order 6m+3 for m1 therefore applies verbatim and shows that these twelve blocks form a Steiner triple system on nine points.

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

PG(2,3) has 13 points and 13 lines

Example

The finite projective plane PG(2,3) has 13 points and 13 lines, and each line contains 4 points.

Facts & Assumptions

Given: The projective plane PG(2,3).

[L1]

PG(2,3) is a finite projective plane of order 3 (For every prime power q, the space PG(2,q) is a projective plane of order q).

[L2]

A projective plane of order n has n2+n+1 points and the same number of lines (A finite projective plane of order n has n2+n+1 points and the same number of lines).

Verification

technique · direct
1.1

Applying [L2] with n=3 gives 32+3+1=13 points and 13 lines.

L1L2algebra
2.1

The line e1,e2 consists of the one-dimensional subspaces represented by (1,0,0), (0,1,0), (1,1,0), and (1,2,0), so it has 4 projective points, exactly as order 3 predicts.

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

The squares L1(i,j)=i+j and L2(i,j)=2i+j on F3 are orthogonal

Example

On F3={0,1,2}, the two squares are L1=(012120201),L2=(012201120).

Facts & Assumptions

Given: The two displayed arrays.

Verification

technique · direct
1.1

Reading the two arrays entrywise produces the nine ordered pairs (0,0),(1,1),(2,2),(1,2),(2,0),(0,1),(2,1),(0,2),(1,0), which are exactly the elements of F32 without repetition.

givenalgebra
2.1

Therefore the two arrays are orthogonal. This is the q=3 instance of The linear Latin squares La(i,j)=ai+j over Fq are pairwise orthogonal.

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

The complementary 2-(7,4,2) design is symmetric but not a projective plane

Statement refuted

Every symmetric 2-design is a projective plane.

Facts & Assumptions

Given: The seven Fano lines on Z/7 from The seven translates of {0,1,3} form the Fano plane.

[L1]

Every projective plane of order n is a symmetric 2-(n2+n+1,n+1,1) design (A projective plane of order n is a symmetric 2-(n2+n+1,n+1,1) design).

Counterexample

technique · direct
1.1

Let C be the family of complements of the seven Fano lines inside the seven-point set Z/7. Each member of C has size 4, and there are seven of them.

givenalgebra
1.2

Fix distinct points a,bZ/7. Among the seven displayed Fano lines, exactly one contains both a and b, and inspection of the list shows that each of a and b lies on exactly three lines. So exactly five lines meet {a,b}, and therefore exactly two Fano lines avoid both points. Hence exactly two members of C contain {a,b}, so C is a 2-(7,4,2) design.

givenalgebra
2.1

Since C has seven blocks on seven points, it is symmetric. If it were a projective plane, then [L1] would make it a symmetric 2-(7,4,1) design, contradicting step 1.2. Therefore this symmetric design is not a projective plane.

step 1.2L1
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-26Open item page →

A Latin square need not be orthogonal to an identical copy of itself

Statement refuted

Any two Latin squares of the same order are orthogonal.

Facts & Assumptions

Given: The addition table of F3, used twice.

[L1]

Orthogonality means that every ordered pair of symbols occurs exactly once (Orthogonal Latin squares and complete families of them).

Counterexample

technique · direct
1.1

The addition table of F3 is a Latin square, so using it twice gives two Latin squares of the same order.

givenalgebra
2.1

In the paired array, every cell has the form (u,u) because the same Latin square is used twice. So the ordered pair (0,1) never appears, and [L1] shows that the two squares are not orthogonal.

step 1.1L1algebra

Sources