Alphabeta Math
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,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,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,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 G have vertices x,a,b,c,d and edges

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

Thus G consists of two triangles sharing only x. It is Eulerian but not Hamiltonian.

Facts & Assumptions

Given: The explicitly displayed finite simple graph G.

[L2]

If a graph has a Hamilton cycle, deleting a nonempty proper set S leaves at most ∣S∣ components (If G has a Hamilton cycle, then deleting any nonempty proper vertex set S leaves at most ∣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 G as the corresponding multigraph from [F2]. It is connected, deg⁡(x)=4, and each of a,b,c,d has degree two. Hence every degree is even, and [L1] gives an Euler circuit; explicitly, x,a,b,x,c,d,x uses every edge once.

givenF1F2L1algebra
1.2

Deleting S={x} leaves the two disjoint edges ab and cd, hence two connected components. Since 2>∣S∣=1, [L2] shows that G cannot have a Hamilton cycle.

givenL2algebra
2.1

Thus G 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 →

K4 is Hamiltonian but has no Euler circuit

Statement refuted

Every Hamiltonian finite simple graph has an Euler circuit.

1234

Counterexample

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

Facts & Assumptions

Given: The complete graph K4 on vertices 1,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,1 is a cycle through all four vertices, so K4 is Hamiltonian.

F1F2
1.2

Every vertex is adjacent to the other three, so every degree is three. Regard K4 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 →

P3 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 P3 has vertices 0,1,2 and edges 01,12.

Facts & Assumptions

Given: The path graph P3.

[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,2 uses both edges and contains every vertex exactly once, so it is a Hamilton path.

F1F2
1.2

Deleting the middle vertex 1 leaves two isolated vertices, hence two components. This violates [L1] for the singleton set S={1}, so P3 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 Km show that Dirac's bound cannot be lowered to n/2−1 for even n=2m≥4

Statement refuted

For even n≥4, every n-vertex graph with δ(G)≥n/2−1 is Hamiltonian.

Counterexample

For m≥2, let G be the disjoint union of two copies of Km. Then n=2m and δ(G)=m−1=n/2−1, but G is not Hamiltonian.

Facts & Assumptions

Verification

technique · direct
1.1

The graph has n=2m vertices. Every vertex has precisely the other m−1 vertices in its own copy as neighbours, so δ(G)=m−1=n/2−1.

givenF1algebra
1.2

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

givenF2
1.3

At the endpoint m=2, the construction is two disjoint edges on four vertices, with minimum degree 1=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,3 has a Hamilton cycle

Example

Let the two parts of K3,3 be A={a1,a2,a3} and B={b1,b2,b3}. Then

a1,b1,a2,b2,a3,b3,a1

is a Hamilton cycle.

a1a2a3b1b2b3

Facts & Assumptions

Given: The displayed bipartition of K3,3.

[F1]

Every vertex in A is adjacent to every vertex in B, and there are no edges within a part (Empty and complete graphs, complete bipartite graphs, and the convention that Pn and Cn have n 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 A and one in B, so all six required edges occur by [F1].

F1
2.1

Before returning to a1, 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 →

K4 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,d and add a vertex x adjacent exactly to a and b. 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,x.

xabcd

Facts & Assumptions

Given: The explicitly described five-vertex graph G.

[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}: x has degree two, a,b have degree four, and c,d have degree three. Thus δ(G)=2<5/2, so Dirac's hypothesis [L2] fails.

givenF1F2L2algebra
1.2

Directly, every consecutive pair in x,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 xc and xd. Each has endpoint-degree sum 2+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} with n≥1, orient the edge between i and j as i→j exactly when i<j. This transitive tournament has the directed Hamilton path 1,2,…,n and has no directed cycle.

1234

Facts & Assumptions

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

[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,j, exactly one of i<j and j<i holds, so the construction is a tournament by [F1]. Each arc in the list 1,2,…,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 3-cycle is a strongly connected tournament with a directed Hamilton cycle

Example

Let T have vertices 1,2,3 and arcs

1→2,2→3,3→1.

Then T is a strongly connected tournament, and 1,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 T is a tournament. The ordered pairs (1,2),(2,3),(3,1) are joined directly, while (2,1),(3,2),(1,3) are joined by the two-arc paths through the remaining vertex. Hence T is strongly connected.

givenF1F2
1.2

The closed list 1,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