Alphabeta Math
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-02
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.

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∎

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

16 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources