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.

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

Induced Subgraphs and Hereditary Graph Classes — Examples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

K3K_3 contains P3P_3 as a subgraph but not as an induced subgraph

Statement refuted

Every ordinary subgraph copy of HH in GG is an induced copy.

Facts & Assumptions

Given: The graphs P3P_3 and K3K_3.

[F2]

An induced embedding must preserve both adjacency and nonadjacency (Induced embeddings and induced copies of a graph).

Counterexample

technique · direct
1.1

By deleting one triangle edge, K3K_3 contains an ordinary subgraph copy of P3P_3.

F1
1.2

Any injection from the three vertices of P3P_3 to the three vertices of K3K_3 is bijective, but the two endpoints of P3P_3 are nonadjacent while their images in K3K_3 are adjacent.

F2
2.1

Thus K3K_3 contains no induced P3P_3, despite containing an ordinary subgraph copy.

step 1.1step 1.2

Remarks

012K3delete02012deletedanordinaryP3subgraphnotinduced
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

indK2(G)=2E(G)\operatorname{ind}_{K_2}(G)=2|E(G)| under the induced-embedding convention

Statement

For every finite simple graph GG,

indK2(G)=2E(G).\operatorname{ind}_{K_2}(G)=2|E(G)|.

Facts & Assumptions

Given: A finite simple graph GG.

[F1]

indK2(G)\operatorname{ind}_{K_2}(G) counts induced embeddings of the two labelled vertices of K2K_2 into GG (The induced-embedding count indH(G)\operatorname{ind}_H(G), Induced embeddings and induced copies of a graph).

[L1]

The sum of vertex degrees is 2E(G)2|E(G)| (Handshake lemma: the sum of the vertex degrees is twice the number of edges).

Verification

technique · direct
1.1

An induced embedding of K2K_2 is exactly an ordered adjacent pair (u,v)(u,v) of vertices of GG.

F1
2.1

Counting ordered adjacent pairs by their first vertex gives uV(G)deg(u)\sum_{u\in V(G)}\deg(u).

step 1.1
3.1

By the handshake lemma this is 2E(G)2|E(G)|, proving the formula.

step 2.1L1
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

Complete graphs form the hereditary class with forbidden basis {K2}\{\overline K_2\}

Statement

The class of finite complete graphs is hereditary, and its minimal forbidden induced-subgraph basis is {K2}\{\overline K_2\}.

Facts & Assumptions

Given: The class K\mathcal K of finite complete graphs.

[F2]

A graph is not complete exactly when it has two nonadjacent vertices.

[F3]

A minimal forbidden graph is outside the class while all proper induced subgraphs are inside (Minimal forbidden induced subgraphs and forbidden bases).

[L1]

A hereditary class is determined by its unique minimal forbidden basis (Every hereditary graph class is determined by its unique minimal forbidden induced subgraphs).

[F4]

Heredity means closure under isomorphism and induced subgraphs (Hereditary graph classes).

Verification

technique · direct
1.1

The class K\mathcal K is isomorphism-closed and closed under induced subgraphs, so it is hereditary.

F1F4
1.2

The graph K2\overline K_2 is not complete, while each of its proper induced subgraphs is K0K_0 or K1K_1 and is complete. Thus it is minimally forbidden.

F3
1.3

Every noncomplete graph has two nonadjacent vertices, and they induce K2\overline K_2. Hence avoiding K2\overline K_2 is equivalent to being complete.

F2
2.1

Therefore {K2}\{\overline K_2\} is the unique minimal forbidden basis of K\mathcal K.

step 1.1step 1.2step 1.3L1
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

Edgeless graphs form the hereditary class with forbidden basis {K2}\{K_2\}

Statement

The class of finite edgeless graphs is hereditary, and its minimal forbidden induced-subgraph basis is {K2}\{K_2\}.

Facts & Assumptions

Given: The class E\mathcal E of finite edgeless graphs.

[L1]

Complete graphs have minimal forbidden basis {K2}\{\overline K_2\} (Complete graphs form the hereditary class with forbidden basis {K2}\{\overline K_2\}).

[L2]

Complementation preserves hereditary classes and complements their minimal forbidden bases (Complementation preserves hereditary classes and complements their minimal forbidden bases).

[F1]

Complements of complete graphs are edgeless, and K2=K2\overline{\overline K_2}=K_2 (Empty and complete graphs, complete bipartite graphs, and the convention that PnP_n and CnC_n have nn vertices).

Verification

technique · direct
1.1

The class E\mathcal E is the complement class of the complete graphs.

F1
2.1

Therefore it is hereditary and its basis is obtained by complementing K2\overline K_2.

step 1.1L1L2
3.1

That complement is K2K_2, so the basis is {K2}\{K_2\}.

step 2.1F1
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

A graph is P3P_3-free if and only if every connected component is complete

Statement

A finite graph is P3P_3-free if and only if each of its connected components is complete. Such graphs are called cluster graphs.

Facts & Assumptions

Given: A finite graph GG.

[L1]

Connected components partition the vertices and contain every path between their vertices (The connected components of a graph partition its vertex set and are its maximal connected subgraphs).

Verification

technique · direct
1.1

If every component is complete, three vertices in one component induce all three edges, while vertices meeting more than one component induce edges only within their component parts and therefore at most one edge. Neither pattern is P3P_3, so GG is P3P_3-free.

L1F1F2
1.2

Conversely, suppose a component contains nonadjacent vertices x,yx,y. Choose a shortest xx-yy path x=v0,v1,,vk=yx=v_0,v_1,\ldots,v_k=y, where k2k\ge2.

chooseL1
2.1

Minimality of the path gives v0v2E(G)v_0v_2\notin E(G), so G[{v0,v1,v2}]P3G[\{v_0,v_1,v_2\}]\cong P_3.

step 1.2F2
3.1

Therefore a P3P_3-free graph cannot have a noncomplete component. Combining both directions proves the equivalence.

step 1.1step 2.1F1

Remarks

completecomponentK3completecomponentK2K3_[K2isaclustergraphandisP3-free
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

The class of connected graphs is not hereditary

Statement refuted

The class of connected finite graphs is hereditary.

Facts & Assumptions

Given: The path P3=v0v1v2P_3=v_0v_1v_2.

[F2]

The induced subgraph on {v0,v2}\{v_0,v_2\} has no edge (Subgraphs, induced subgraphs and spanning subgraphs).

[F3]

A hereditary class must contain every induced subgraph of each member (Hereditary graph classes).

Counterexample

technique · direct
1.1

The graph P3P_3 belongs to the class of connected graphs.

F1
1.2

Its induced subgraph on the endpoints is K2\overline K_2, which is disconnected.

F2
2.1

Hence this class is not closed under induced subgraphs and is not hereditary.

step 1.1step 1.2F3

Remarks

v0v1v2P3isconnectedinduceonfv0;v2gv0v2K2isdisconnected
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

The class of regular graphs is not hereditary

Statement refuted

The class of finite regular graphs is hereditary.

Facts & Assumptions

Given: The cycle C4=v0v1v2v3v0C_4=v_0v_1v_2v_3v_0.

[F2]

The induced subgraph on {v0,v1,v2}\{v_0,v_1,v_2\} is P3P_3 (Subgraphs, induced subgraphs and spanning subgraphs).

[F3]

A hereditary class is closed under induced subgraphs (Hereditary graph classes).

Counterexample

technique · direct
1.1

The graph C4C_4 is regular.

F1
1.2

Its displayed induced P3P_3 has degrees 1,2,11,2,1, so it is not regular.

F2
2.1

Thus regular graphs are not closed under induced subgraphs and do not form a hereditary class.

step 1.1step 1.2F3

Remarks

v0v1v2v3C4:everydegreeis2G[fv0;v1;v2g]v0v1v2P3:degrees1;2;1
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

P4P_4 is both connected and anticonnected

Statement

The path P4P_4 is connected and anticonnected. Indeed, P4P4\overline{P_4}\cong P_4.

Facts & Assumptions

Given: P4P_4 with vertices 1,2,3,41,2,3,4 and edges 12,23,3412,23,34.

[F2]

A graph is anticonnected when its complement is connected (Anticonnected graphs and anticonnected components).

[F3]

Complement edges are precisely the nonedges between distinct vertices (Graph isomorphisms, automorphisms and graph complements).

Verification

technique · direct
1.1

The graph P4P_4 is connected.

F1
1.2

Its complement has edges 13,14,2413,14,24, which form the path 3,1,4,23,1,4,2. Thus P4P4\overline{P_4}\cong P_4 and is connected.

F3
2.1

Therefore P4P_4 is anticonnected as well as connected.

step 1.1step 1.2F2

Remarks

1234P4:edges12;23;34complement3142P4:edges13;14;24
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

Complete, anticomplete and mixed vertex-set pairs in P4P_4

Statement

In the path P4=1,2,3,4P_4=1,2,3,4:

  • ({2},{1,3})(\{2\},\{1,3\}) is complete;
  • ({1},{3,4})(\{1\},\{3,4\}) is anticomplete; and
  • ({2},{3,4})(\{2\},\{3,4\}) is mixed.

Facts & Assumptions

Given: P4P_4 with edge set {12,23,34}\{12,23,34\}.

[F1]

Complete means all cross pairs are edges, anticomplete means none are edges, and mixed means some but not all are edges (Edges between disjoint vertex sets; complete, anticomplete, pure and mixed pairs).

Verification

technique · direct
1.1

Both 2121 and 2323 are edges, so ({2},{1,3})(\{2\},\{1,3\}) is complete.

F1F2
1.2

Neither 1313 nor 1414 is an edge, so ({1},{3,4})(\{1\},\{3,4\}) is anticomplete.

F1F2
1.3

The pair 2323 is an edge but 2424 is not, so ({2},{3,4})(\{2\},\{3,4\}) is mixed.

F1F2
2.1

These verify the three claimed pair types.

step 1.1step 1.2step 1.3

Remarks

1234A=f2g,B=f1;3gcomplete1234A=f1g,B=f3;4ganticomplete1234A=f2g,B=f3;4gmixedblue:Aorange:B
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

Every hereditary graph class has a finite forbidden induced-subgraph basis

False Statement

Every hereditary graph class has a finite minimal forbidden induced-subgraph basis.

Facts & Assumptions

Given: The hereditary class B\mathcal B of finite bipartite graphs.

[F1]

For every k1k\ge1, C2k+1C_{2k+1} is an odd cycle, and distinct lengths give nonisomorphic graphs (Empty and complete graphs, complete bipartite graphs, and the convention that PnP_n and CnC_n have nn vertices).

[F2]

A minimal forbidden induced subgraph is outside the class while all proper induced subgraphs are inside (Minimal forbidden induced subgraphs and forbidden bases).

[L2]

The family of all such minimal graphs is the unique minimal basis (Every hereditary graph class is determined by its unique minimal forbidden induced subgraphs).

Refutation

technique · contradiction
1.1

Suppose the minimal forbidden basis of B\mathcal B is finite.

assume-contra
1.2

For every k1k\ge1, the graph C2k+1C_{2k+1} is not bipartite. Every proper induced subgraph of this chordless cycle is a disjoint union of paths, hence is bipartite. Thus C2k+1C_{2k+1} is minimally forbidden.

L1F1F2
2.1

The minimal basis therefore contains the pairwise nonisomorphic graphs C3,C5,C7,C_3,C_5,C_7,\ldots.

step 1.2L2
3.1

This is an infinite family, contradicting step 1.1. Hence a hereditary class need not have a finite minimal forbidden basis.

step 1.1step 2.1discharge-contradiction

Remarks

C3C5C7¢¢¢C3;C5;C7;:::arethepairwisenonisomorphicminimalforbiddengraphs
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

Every hereditary graph class is closed under taking arbitrary subgraphs

False Statement

Every hereditary graph class is closed under taking arbitrary, not necessarily induced, subgraphs.

Facts & Assumptions

Given: The hereditary class K\mathcal K of complete graphs.

[L2]

K3K_3 contains P3P_3 as an ordinary subgraph but not as an induced subgraph (K3K_3 contains P3P_3 as a subgraph but not as an induced subgraph).

[F1]

Heredity requires closure under induced subgraphs, not arbitrary edge-deleted subgraphs (Hereditary graph classes).

Refutation

technique · direct
1.1

The graph K3K_3 belongs to K\mathcal K.

L1
1.2

Deleting one edge gives an ordinary subgraph P3P_3, which is not complete and hence does not belong to K\mathcal K.

L2
2.1

Therefore the hereditary class K\mathcal K is not closed under arbitrary subgraphs.

step 1.1step 1.2F1
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

Complementary hereditary classes have complementary forbidden bases

Statement

The class of edgeless graphs is complementary to the class of complete graphs, and their minimal forbidden bases {K2}\{K_2\} and {K2}\{\overline K_2\} are complementary.

Facts & Assumptions

Given: The classes K\mathcal K of complete graphs and E\mathcal E of edgeless graphs.

[L1]

B(K)={K2}\mathcal B(\mathcal K)=\{\overline K_2\} (Complete graphs form the hereditary class with forbidden basis {K2}\{\overline K_2\}).

[L2]

B(E)={K2}\mathcal B(\mathcal E)=\{K_2\} (Edgeless graphs form the hereditary class with forbidden basis {K2}\{K_2\}).

[L3]

Complementation complements the minimal basis of a hereditary class (Complementation preserves hereditary classes and complements their minimal forbidden bases).

[F1]

A graph belongs to the complement class of K\mathcal K exactly when its complement belongs to K\mathcal K.

Verification

technique · direct
1.1

Complementing a complete graph gives an edgeless graph and vice versa, so E=K\mathcal E=\overline{\mathcal K}.

F1
1.2

The two basis graphs satisfy K2=K2\overline{\overline K_2}=K_2.

L1L2
2.1

Thus the displayed bases are complementary, exactly as the general theorem predicts.

step 1.1step 1.2L3

Remarks

K22B(K)complementK22B(E)

Sources