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.

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

Eulerian and Hamiltonian Graphs: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

The Konigsberg bridges multigraph has four odd-degree vertices and no Euler trail

Example

Model the four land regions in the Konigsberg bridges problem by four vertices, with one multigraph edge for each of the seven bridges. The four vertex degrees are 5,3,3,35,3,3,3. Consequently no walk can cross every bridge exactly once.

ABCD3353

Facts & Assumptions

Given: The connected four-vertex, seven-edge Konigsberg multigraph with degrees 5,3,3,35,3,3,3.

[F1]

Parallel bridges are distinct multigraph edges, and degree counts their incident ends (Degree in a multigraph, indegree and outdegree in a digraph, and their underlying connectivity).

Verification

technique · direct
1.1

Counting the bridge ends incident with the four land regions gives degrees 5,3,3,35,3,3,3, so all four vertices have odd degree.

givenF1algebra
2.1

Since four is neither zero nor two, [L1] rules out an Euler trail. Such a trail would be exactly a crossing of every bridge once.

step 1.1L1
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

Two triangles sharing one vertex form an Eulerian graph with no Hamilton cycle

Statement refuted

Every finite simple graph with an Euler circuit has a Hamilton cycle.

xabcd123456

Counterexample

Let GG have vertices x,a,b,c,dx,a,b,c,d and edges

xa,ab,bx,xc,cd,dx.xa,ab,bx,xc,cd,dx.

Thus GG consists of two triangles sharing only xx. It is Eulerian but not Hamiltonian.

Facts & Assumptions

Given: The explicitly displayed finite simple graph GG.

[L2]

If a graph has a Hamilton cycle, deleting a nonempty proper set SS leaves at most S|S| components (If GG has a Hamilton cycle, then deleting any nonempty proper vertex set SS leaves at most S|S| connected components).

[F2]

A finite simple graph can be regarded as the multigraph with the same vertex and edge sets and with each edge assigned its two endpoints (Multigraphs, loops and directed graphs as variants distinct from the default finite simple graph).

Verification

technique · direct
1.1

Regard GG as the corresponding multigraph from [F2]. It is connected, deg(x)=4\deg(x)=4, and each of a,b,c,da,b,c,d has degree two. Hence every degree is even, and [L1] gives an Euler circuit; explicitly, x,a,b,x,c,d,xx,a,b,x,c,d,x uses every edge once.

givenF1F2L1algebra
1.2

Deleting S={x}S=\{x\} leaves the two disjoint edges abab and cdcd, hence two connected components. Since 2>S=12>|S|=1, [L2] shows that GG cannot have a Hamilton cycle.

givenL2algebra
2.1

Thus GG is Eulerian and non-Hamiltonian, refuting the proposed implication.

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

K4K_4 is Hamiltonian but has no Euler circuit

Statement refuted

Every Hamiltonian finite simple graph has an Euler circuit.

1234

Counterexample

The complete graph K4K_4 has a Hamilton cycle but no Euler circuit.

Facts & Assumptions

Given: The complete graph K4K_4 on vertices 1,2,3,41,2,3,4.

[F2]

A Hamilton cycle visits every vertex exactly once before returning to its start (Hamilton paths, Hamilton cycles, Hamiltonian graphs and Hamilton-connected graphs).

[F4]

A finite simple graph can be regarded as the multigraph with the same vertex and edge sets and the evident endpoint map (Multigraphs, loops and directed graphs as variants distinct from the default finite simple graph).

Verification

technique · direct
1.1

By completeness, 1,2,3,4,11,2,3,4,1 is a cycle through all four vertices, so K4K_4 is Hamiltonian.

F1F2
1.2

Every vertex is adjacent to the other three, so every degree is three. Regard K4K_4 as the corresponding multigraph from [F4]. It is connected, but its degrees are odd; [L1] therefore rules out an Euler circuit.

F1F3F4L1algebra
2.1

Hence Hamiltonicity does not imply existence of an Euler circuit.

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

P3P_3 has a Hamilton path but no Hamilton cycle

Statement refuted

Every finite simple graph with a Hamilton path has a Hamilton cycle.

Counterexample

The path graph P3P_3 has vertices 0,1,20,1,2 and edges 01,1201,12.

Facts & Assumptions

Given: The path graph P3P_3.

[F2]

A Hamilton path contains every vertex exactly once (Hamilton paths, Hamilton cycles, Hamiltonian graphs and Hamilton-connected graphs).

Verification

technique · direct
1.1

The path 0,1,20,1,2 uses both edges and contains every vertex exactly once, so it is a Hamilton path.

F1F2
1.2

Deleting the middle vertex 11 leaves two isolated vertices, hence two components. This violates [L1] for the singleton set S={1}S=\{1\}, so P3P_3 has no Hamilton cycle.

F1L1algebra
2.1

Therefore a Hamilton path need not extend to a Hamilton cycle.

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

Two disjoint copies of KmK_m show that Dirac's bound cannot be lowered to n/21n/2-1 for even n=2m4n=2m\ge4

Statement refuted

For even n4n\ge4, every nn-vertex graph with δ(G)n/21\delta(G)\ge n/2-1 is Hamiltonian.

Counterexample

For m2m\ge2, let GG be the disjoint union of two copies of KmK_m. Then n=2mn=2m and δ(G)=m1=n/21\delta(G)=m-1=n/2-1, but GG is not Hamiltonian.

Facts & Assumptions

Given: An integer m2m\ge2 and two vertex-disjoint copies of KmK_m with no edge between them.

[L1]

Dirac's theorem uses the stronger threshold δ(G)n/2\delta(G)\ge n/2 (Dirac's theorem: every nn-vertex graph with n3n\ge3 and δ(G)n/2\delta(G)\ge n/2 is Hamiltonian).

Verification

technique · direct
1.1

The graph has n=2mn=2m vertices. Every vertex has precisely the other m1m-1 vertices in its own copy as neighbours, so δ(G)=m1=n/21\delta(G)=m-1=n/2-1.

givenF1algebra
1.2

The two copies are distinct connected components because no edge joins them. Hence GG is disconnected and cannot be Hamiltonian by [F2].

givenF2
1.3

At the endpoint m=2m=2, the construction is two disjoint edges on four vertices, with minimum degree 1=4/211=4/2-1, so the same failure occurs.

givenalgebra
2.1

Thus lowering the threshold in [L1] by one for even order would make the theorem false.

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

K3,3K_{3,3} has a Hamilton cycle

Example

Let the two parts of K3,3K_{3,3} be A={a1,a2,a3}A=\{a_1,a_2,a_3\} and B={b1,b2,b3}B=\{b_1,b_2,b_3\}. Then

a1,b1,a2,b2,a3,b3,a1a_1,b_1,a_2,b_2,a_3,b_3,a_1

is a Hamilton cycle.

a1a2a3b1b2b3

Facts & Assumptions

Given: The displayed bipartition of K3,3K_{3,3}.

[F1]

Every vertex in AA is adjacent to every vertex in BB, and there are no edges within a part (Empty and complete graphs, complete bipartite graphs, and the convention that PnP_n and CnC_n have nn vertices).

[F2]

A Hamilton cycle visits every vertex exactly once before returning to its initial vertex (Hamilton paths, Hamilton cycles, Hamiltonian graphs and Hamilton-connected graphs).

Verification

technique · direct
1.1

Each consecutive pair in the displayed cyclic list has one endpoint in AA and one in BB, so all six required edges occur by [F1].

F1
2.1

Before returning to a1a_1, the list contains each of the six vertices exactly once. It is therefore a Hamilton cycle by [F2].

step 1.1F2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

K4K_4 with one new vertex adjacent to two clique vertices satisfies Ore's condition but not Dirac's condition

Example

Start with the clique on a,b,c,da,b,c,d and add a vertex xx adjacent exactly to aa and bb. The resulting five-vertex graph satisfies Ore's condition but not Dirac's minimum-degree condition, and it has the Hamilton cycle x,a,c,d,b,xx,a,c,d,b,x.

xabcd

Facts & Assumptions

Given: The explicitly described five-vertex graph GG.

[F2]

Degree counts neighbours, and minimum degree is the least vertex degree (Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree).

Verification

technique · direct
1.1

The degree multiset is {2,3,3,4,4}\{2,3,3,4,4\}: xx has degree two, a,ba,b have degree four, and c,dc,d have degree three. Thus δ(G)=2<5/2\delta(G)=2<5/2, so Dirac's hypothesis [L2] fails.

givenF1F2L2algebra
1.2

Directly, every consecutive pair in x,a,c,d,b,xx,a,c,d,b,x is an edge, and the list visits all five vertices once before returning.

givenF1
2.1

The only nonedges are xcxc and xdxd. Each has endpoint-degree sum 2+3=52+3=5, so Ore's condition holds; [L1] therefore confirms Hamiltonicity.

step 1.1L1algebra
3.1

Hence Ore's condition can hold when Dirac's condition does not, and the displayed Hamilton cycle verifies the conclusion.

step 1.1step 2.1step 1.2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

A transitive tournament has a directed Hamilton path and no directed cycle

Example

On V={1,2,,n}V=\{1,2,\ldots,n\} with n1n\ge1, orient the edge between ii and jj as iji\to j exactly when i<ji<j. This transitive tournament has the directed Hamilton path 1,2,,n1,2,\ldots,n and has no directed cycle.

1234

Facts & Assumptions

Given: The displayed orientation of the complete graph on VV.

[F1]

A tournament chooses exactly one arc direction between each distinct pair (A tournament is an orientation of a complete finite graph).

[F2]

Directed paths and cycles must follow all displayed arc directions (Directed walks, trails, paths and cycles, and strong connectivity).

[L1]

Every nonempty tournament has a directed Hamilton path (Redei's theorem: every nonempty tournament has a directed Hamilton path).

Verification

technique · direct
1.1

For each distinct pair i,ji,j, exactly one of i<ji<j and j<ij<i holds, so the construction is a tournament by [F1]. Each arc in the list 1,2,,n1,2,\ldots,n points forward, and the list contains every vertex once, so it is a directed Hamilton path, explicitly realizing [L1].

givenF1F2L1
1.2

Along every directed walk in this tournament, the vertex label strictly increases at each positive-length step. Such a walk cannot return to its initial label, so no directed cycle exists.

givenF2
2.1

Thus a tournament may have a directed Hamilton path while having no directed cycle.

step 1.1step 1.2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

The directed 33-cycle is a strongly connected tournament with a directed Hamilton cycle

Example

Let TT have vertices 1,2,31,2,3 and arcs

12,23,31.1\to2,\qquad 2\to3,\qquad 3\to1.

Then TT is a strongly connected tournament, and 1,2,3,11,2,3,1 is a directed Hamilton cycle.

123

Facts & Assumptions

Given: The three explicitly displayed arcs.

[F1]

A tournament has exactly one directed arc between each pair of distinct vertices (A tournament is an orientation of a complete finite graph).

[F2]

Strong connectivity requires a directed path for each ordered vertex pair, and a directed Hamilton cycle visits every vertex once before returning (Directed walks, trails, paths and cycles, and strong connectivity).

[L1]

Camion's theorem gives a directed Hamilton cycle in every strong tournament of order at least three (Camion's theorem: every strongly connected tournament on at least three vertices has a directed Hamilton cycle).

Verification

technique · direct
1.1

The three arcs orient the three unordered vertex pairs exactly once, so TT is a tournament. The ordered pairs (1,2),(2,3),(3,1)(1,2),(2,3),(3,1) are joined directly, while (2,1),(3,2),(1,3)(2,1),(3,2),(1,3) are joined by the two-arc paths through the remaining vertex. Hence TT is strongly connected.

givenF1F2
1.2

The closed list 1,2,3,11,2,3,1 follows the three arcs and visits every vertex once before returning, so it is a directed Hamilton cycle, as [L1] predicts.

givenF2L1
2.1

This verifies all three assertions in the example.

step 1.1step 1.2

Sources