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.

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

Modules, Substitution and Prime Graphs — Examples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

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

Every vertex set is a module of a complete graph and of an edgeless graph

Example

If G is a complete graph or an edgeless graph, then every vertex subset of G is a module (Modules of a graph, and the trivial modules).

Facts & Assumptions

Given: An integer n1, the complete graph Kn, the edgeless graph Kn, and a subset M of their common vertex set.

[L1]

A vertex set M is a module when every vertex outside it is complete or anticomplete to M (Modules of a graph, and the trivial modules).

[L2]

The graphs Kn and Kn are, respectively, the complete and edgeless graphs on n vertices (Empty and complete graphs, complete bipartite graphs, and the convention that Pn and Cn have n vertices).

[L3]

A graph is prime when its only modules are the trivial ones (Prime graphs: those whose only modules are the trivial ones).

Verification

technique · direct
1.1

In Kn, every vertex outside M is adjacent to every member of M, so [L1] makes M a module.

L1L2
1.2

In Kn, every vertex outside M is adjacent to no member of M, so [L1] again makes M a module.

L1L2
2.1

If n3, then Kn and Kn have nontrivial modules by steps 1.1 and 1.2, so [L3] shows that neither is prime. For n=1 and n=2 there is no subset of size between 2 and n1, so every module is trivial and both graphs are prime.

step 1.1step 1.2L3
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

The four-vertex path has only trivial modules

Example

Write the four-vertex path as 0-1-2-3. Then every module of P4 is trivial, so P4 is prime.

Facts & Assumptions

Given: The path P4 with vertices 0,1,2,3 and edges 01,12,23.

[L1]

A vertex set is a module when every outside vertex is adjacent to all of it or to none of it (Modules of a graph, and the trivial modules).

[L2]

A graph is prime when its only modules are the trivial ones (Prime graphs: those whose only modules are the trivial ones).

Verification

technique · direct
1.1

Each two-element subset is split by an outside vertex: 2 splits {0,1}, 3 splits {0,2}, 1 splits {0,3}, 3 splits {1,2}, 0 splits {1,3}, and 1 splits {2,3}. So no two-element subset is a module by [L1].

L1given
1.2

Each three-element subset is split by its remaining vertex: 3 splits {0,1,2}, 2 splits {0,1,3}, 1 splits {0,2,3}, and 0 splits {1,2,3}. So no three-element subset is a module.

L1given
2.1

The only modules left are , the singletons, and the whole vertex set, so [L2] makes P4 prime.

step 1.1step 1.2L2
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

Up to isomorphism the four-vertex path is the only prime graph on four vertices

Example

Up to isomorphism, the only prime graph on four vertices is the path P4.

Facts & Assumptions

Given: A graph G on four vertices.

[L1]

Every union of connected components is a module, and every union of anticonnected components is a module (Every union of connected components is a module, and so is every union of anticonnected components).

[L3]

Verification

technique · direct
1.1

If G is prime, then G is connected and anticonnected. Indeed, if G were disconnected, some union of connected components would have size 2 or 3; by [L1] that union would be a nontrivial module, contradicting [L2]. The same argument in G shows that if G were disconnected, a union of anticomponents of G would be a nontrivial module.

L1L2
2.1

Let G be connected and anticonnected. No vertex has degree 0, since G is connected, and no vertex has degree 3, since such a vertex is isolated in G. Thus every vertex has degree 1 or 2.

step 1.1given
3.1

Some vertex has degree 1. Otherwise every vertex has degree 2; following neighbours from any vertex then forces the four vertices to form C4, whose complement is the disjoint union of two edges, contrary to anticonnectedness.

step 2.1given
4.1

Let v0 have unique neighbour v1. Connectivity gives v1 a neighbour v2v0, and connectivity of the remaining vertex v3 forces an edge from v3 to v1 or v2. The edge v1v3 is impossible, since then v1 has degree 3; hence v2v3 is an edge. There are no further edges: v0 has degree 1, v1v3 was excluded, and v2 already has the two neighbours v1,v3. Therefore G is the path v0v1v2v3.

step 2.1step 3.1given
5.1

Every prime graph on four vertices is therefore isomorphic to P4, and [L3] shows that P4 is prime.

step 1.1step 4.1L3
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-26Open item page →

Pn is prime for every n4

Example

For every integer n4, the path Pn is prime.

Facts & Assumptions

Given: An integer n4 and the path Pn with vertices 0,1,,n1 in order.

[L2]

In a connected graph, every nonempty proper module has some outside vertex complete to it (In a connected graph, some vertex outside a nonempty proper module is complete to it).

Verification

technique · contradiction
1.1

Suppose, for contradiction, that Pn has a nontrivial module M. Then M is a nonempty proper module, so [L2] gives a vertex vM complete to M.

assume-contraL2
2.1

Since v is complete to M in a path, [L3] forces v to be an interior vertex and M to be exactly the two neighbours of v.

step 1.1L3
3.1

One of the vertices at distance two from v exists because n4, and it is adjacent to exactly one of the two neighbours of v. That vertex therefore splits M, contradicting that M is a module.

step 2.1given
4.1

No nontrivial module exists, so [L1] makes Pn prime.

step 3.1L1discharge-contradiction
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

The five-cycle is prime

Example

The cycle C5 is prime.

Facts & Assumptions

Given: The five-cycle C5 with vertices 0,1,2,3,4 in cyclic order.

[L2]

In a connected graph, every nonempty proper module has some outside vertex complete to it (In a connected graph, some vertex outside a nonempty proper module is complete to it).

[L3]

In C5, every vertex has exactly two neighbours, and those two neighbours are nonadjacent (Empty and complete graphs, complete bipartite graphs, and the convention that Pn and Cn have n vertices).

Verification

technique · contradiction
1.1

Suppose, for contradiction, that C5 has a nontrivial module M. Then [L2] gives a vertex vM complete to M.

assume-contraL2
2.1

By [L3], the set M must be the two neighbours of v.

step 1.1L3
3.1

The two remaining vertices of the cycle each see exactly one of those neighbours, so they split M, contradicting that M is a module.

step 2.1given
4.1

Therefore C5 has no nontrivial module, and [L1] makes it prime.

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

Substituting into K2 gives the join and substituting into K2 gives the disjoint union

Example

Let G1 and G2 be nonnull graphs on vertex sets disjoint from each other and from the two template vertices below. Successively substituting G1 and G2 for the two vertices of K2 gives the join G1G2, obtained from their disjoint union by adding every edge between the two vertex sets. Successively substituting them for the two vertices of K2 gives the disjoint union G1G2.

Facts & Assumptions

Given: Nonnull graphs G1 and G2 whose vertex sets are disjoint from each other and from {x,y}, the complete graph K2 on vertices x,y, and the edgeless graph K2 on the same vertex set.

[L1]

Substituting a graph for a vertex replaces that vertex by the inserted graph and joins every outside vertex to all of it or none of it according to the original adjacency (Substituting one graph for a vertex of another).

Verification

technique · direct
1.1

First substitute G1 for x, leaving y as a one-vertex part, and then substitute G2 for y. Since x and y are adjacent in K2, [L1] makes every vertex of G1 adjacent to every vertex of G2, while preserving the edges internal to both graphs. The result is exactly G1G2.

L1given
1.2

Carrying out the same two substitutions in K2 leaves the two copied vertex sets anticomplete because x and y are nonadjacent. The result is exactly G1G2.

L1given
2.1

Thus join and disjoint union are the two binary substitutions obtained from the edge and the nonedge templates.

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

The modular decomposition of a five-cycle with each vertex blown up into an edgeless graph

Example

Let G be obtained from the five-cycle C5 by substituting an edgeless graph Kt, with t2, for each of its five vertices. Then the five blown-up parts are exactly the maximal proper modules of G, and the quotient graph is C5.

Facts & Assumptions

Given: An integer t2, the five-cycle C5, and the graph G obtained by replacing each vertex of C5 by a copy of Kt.

[L1]

A vertex set M is a module when every vertex outside M is complete or anticomplete to it (Modules of a graph, and the trivial modules).

[L2]

The five-cycle is prime (The five-cycle is prime).

[L3]

In a connected and anticonnected finite simple graph with at least two vertices, every modular partition with at least two parts and prime quotient consists of the maximal proper modules (In a connected and anticonnected graph, a modular partition with at least two parts whose quotient is prime consists of the maximal proper modules).

Verification

technique · direct
1.1

Each blown-up copy of Kt is a module of G: every vertex outside one part lies in another part, and that whole outside part is either complete or anticomplete to the chosen part according to the corresponding adjacency in the five-cycle. Hence every outside vertex is complete or anticomplete to the chosen part, so [L1] applies.

L1given
1.2

The graph G is connected: paths between blown-up parts lift from paths in C5, and two vertices in one edgeless part have a common neighbour in either adjacent part. Its complement is connected by the same argument, because complementation turns the quotient into C5C5 and each blown-up part into a clique. Thus G is connected and anticonnected.

given
2.1

The quotient obtained by collapsing those five modules is the original five-cycle, so [L2] shows that this quotient is prime.

step 1.1L2
3.1

The five blown-up parts form a modular partition with at least two parts and prime quotient C5 by steps 1.1 and 2.1. Hence [L3] and step 1.2 show that they are exactly the maximal proper modules, and the quotient graph is C5.

step 1.1step 2.1step 1.2L3
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

Counting the induced copies of P3 in P4 by extension sets

Example

The identity that counts induced copies by extension sets can be seen directly in P4: the induced-copy number of P3 in P4 is 4, and the extension-set sum of The induced copies of H1 in G are counted by summing, over the induced embeddings of H1v, the number of vertices that extend them at v gives the same value.

Facts & Assumptions

Given: The path P4 with vertices 0,1,2,3, and the pattern P3 obtained by deleting an endpoint from P4.

[L1]

The induced-copy number counts induced embeddings of the pattern, not only vertex subsets (The induced-embedding count indH(G), Induced embeddings and induced copies of a graph).

[L2]

The extension lemma expresses the induced-copy number of a graph by summing, over the induced embeddings of the graph with one deleted vertex, the sizes of the corresponding extension sets (The induced copies of H1 in G are counted by summing, over the induced embeddings of H1v, the number of vertices that extend them at v).

Verification

technique · direct
1.1

Exactly the vertex sets {0,1,2} and {1,2,3} induce a copy of P3 inside P4.

given
2.1

Each of those two vertex sets supports two induced embeddings of P3, one for each automorphism of the path, so [L1] gives indP3(P4)=4.

step 1.1L1
3.1

Delete the endpoint labelled 0 from the pattern 0-1-2. The six oriented edge embeddings 1a,2b in P4 have extension-set sizes 0,1,1,1,1,0 for (a,b)=(0,1),(1,0),(1,2),(2,1),(2,3),(3,2) respectively: the extending image of 0 must be adjacent to a and nonadjacent to b. Their sum is 4, agreeing with step 2.1 and [L2].

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

Substituting an edge for an endpoint of P3 gives a four-vertex graph with the Erdős–Hajnal property

Example

Let H be obtained from the path P3 by substituting the edge K2 for one endpoint. Then H is the paw graph, and H has the Erdős–Hajnal property.

Facts & Assumptions

Given: The path P3 with vertices 0,1,2, the edge K2, and the graph H formed by substituting K2 for the endpoint 0 of P3.

Verification

technique · direct
1.1

By [L1], both P3 and K2 have the Erdős–Hajnal property.

L1
1.2

The substitution identifies one endpoint of P3 with an edge, so the result is a triangle with one pendant edge, that is, the paw graph.

given
2.1

Applying [L2] to the two factors from step 1.1 gives the Erdős–Hajnal property for the paw.

step 1.1step 1.2L2
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-26Open item page →

Two disjoint modules whose union is not a module

Statement refuted

If M and N are disjoint modules of a graph, then MN is a module.

Facts & Assumptions

Given: The path P4 with vertices 0,1,2,3 in order, together with the two sets M={0} and N={2}.

[L1]

Singletons are trivial modules (Modules of a graph, and the trivial modules).

[L2]

In the path P4, the vertices are adjacent exactly along the edges 01, 12, and 23 (Empty and complete graphs, complete bipartite graphs, and the convention that Pn and Cn have n vertices).

Counterexample

technique · constructive
1.1

The sets M={0} and N={2} are disjoint.

givenconstruct
1.2

By [L1], both M and N are modules of P4.

L1
2.1

The vertex 3 lies outside MN, is adjacent to 2, and is not adjacent to 0 by [L2], so it splits MN. Hence MN is not a module.

step 1.1L2
3.1

Thus P4 with M and N is a counterexample to the claim.

step 1.2step 2.1discharge-construct
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-26Open item page →

A difference of two nested modules that is not a module

Statement refuted

If NM are modules of a graph, then MN is a module.

Facts & Assumptions

Given: The graph on vertices a,b,c,d with exactly the two edges ca and cb, together with N={a,b} and M={a,b,c,d}.

[L1]

A set is a module when every outside vertex is complete or anticomplete to it (Modules of a graph, and the trivial modules).

[L2]

The difference lemma requires overlapping modules, not merely nested ones (If two modules overlap, then each difference and their symmetric difference are modules).

Counterexample

technique · constructive
1.1

The set N={a,b} is a module: the only outside vertices are c and d, and c is complete to N while d is anticomplete to N.

L1givenconstruct
1.2

The set M is the whole vertex set, so it is a module vacuously.

L1given
2.1

The difference MN={c,d} is not a module, because the vertex a is adjacent to c and not to d.

step 1.1given
3.1

Here NM, so the two modules do not overlap. Thus the overlap hypothesis in [L2] cannot be weakened to inclusion.

step 1.2step 2.1L2discharge-construct
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-26Open item page →

Maximal proper modules need not be disjoint when the graph or its complement is disconnected

Statement refuted

In every graph, the maximal proper modules are pairwise disjoint.

Facts & Assumptions

Given: The edgeless graph E3 on vertices a,b,c.

[L1]

A set is a module when every outside vertex is complete or anticomplete to it (Modules of a graph, and the trivial modules).

[L3]

A set is a module of a graph exactly when it is a module of the complement (A vertex set is a module of G exactly when it is a module of G).

Counterexample

technique · constructive
1.1

In the edgeless graph E3, every subset is a module, because every outside vertex is anticomplete to it.

L1givenconstruct
2.1

The sets {a,b} and {a,c} are proper modules, and each is maximal among proper modules because the only larger module containing it is the whole vertex set.

step 1.1
3.1

These two maximal proper modules meet in a, so they are not pairwise disjoint.

step 2.1
3.2

By [L3], the same two sets are also overlapping maximal proper modules in the complement graph K3, which is connected while its complement is disconnected.

step 2.1L3
4.1

Therefore the conclusion of [L2] genuinely needs the connected-and-anticonnected hypotheses.

step 3.1step 3.2L2discharge-construct
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-26Open item page →

An induced subgraph of a prime graph need not be prime

Statement refuted

Every induced subgraph of a prime graph is prime.

Facts & Assumptions

Given: The five-vertex path P5 with vertices 0,1,2,3,4 in order.

Counterexample

technique · constructive
1.1

By [L1], the graph P5 is prime.

L1construct
1.2

Deleting the middle vertex 2 leaves the induced subgraph on {0,1,3,4}, which is the disjoint union of the two edges 01 and 34.

givenconstruct
2.1

In that four-vertex induced subgraph, the set {0,1} is a proper module of size two, since every outside vertex is anticomplete to it. So [L2] shows that the induced subgraph is not prime.

step 1.2L2
3.1

Hence a prime graph can have an induced subgraph that is not prime.

step 1.1step 2.1discharge-construct
False statementConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

Every graph with at least four vertices has a nontrivial module

Statement

Every graph with at least four vertices has a nontrivial module.

Facts & Assumptions

Given: The claim above and the four-vertex path P4.

[L2]

A graph with only trivial modules is prime (Prime graphs: those whose only modules are the trivial ones).

Refutation

technique · direct
1.1

The claim asserts that every graph with at least four vertices has some module that is neither empty, nor a singleton, nor the whole vertex set.

given
1.2

The graph P4 has four vertices and, by [L1], has no such module.

L1
2.1

So the claim is false. Equivalently, [L2] shows that P4 is a prime graph on four vertices.

step 1.2L2

Sources